s3: torture: adjust SMB1 cli_splice() test sizes
authorDavid Disseldorp <ddiss@samba.org>
Fri, 13 Jul 2018 11:58:04 +0000 (13:58 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 13 Jul 2018 22:14:13 +0000 (00:14 +0200)
commit49d6c3f061284aac31c3ef21f88f9d69bdd86bd8
tree6e69ca27b048ba86dc2eca5874bb8c8acf95d207
parent4e123c46820e737968fa3d1c594aa016cca39637
s3: torture: adjust SMB1 cli_splice() test sizes

The test writes 20M and then splices just over 1M (13M is intended,
but there's a 1024*0124 typo). Fix the type and reduce the size of the
dataset to make it run faster - cli_splice works with 1M chunks
(SPLICE_BLOCK_SIZE), and the reproducer only requires that the splice
size is not chunk-aligned.

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sat Jul 14 00:14:13 CEST 2018 on sn-devel-144
source3/torture/torture.c