s4 torture: Add new test to create a file with a lot of streams
commit6bac890533112e6c4f853c0b77a9dd431c471cee
authorTim Prouty <tprouty@samba.org>
Tue, 23 Dec 2008 08:53:28 +0000 (23 00:53 -0800)
committerTim Prouty <tprouty@samba.org>
Thu, 19 Feb 2009 07:48:35 +0000 (18 23:48 -0800)
treed527be3bd79071c392777ce06fe1b4c6a2fdfc3f
parentab025bf0fe80c3ed84a3fe0ee3aac053f05154f8
s4 torture: Add new test to create a file with a lot of streams

This tests how streaminfo deals with large buffers

smbclient seems to have problems when the buffer size approaches the
max data size.  Also smbclient exposes no way to specify the max data
size that is sent in a trans2 request.  Instead it hardcodes in a much
larger max than windows uses.  For these reasons this test isn't
actually run, but is more of a reference for how windows handles
streaminfo buffers.
source4/torture/raw/streams.c