s3:torture: transfer 1M message with fds in LOCAL-MESSAGING-FDPASS2 test
authorMichael Adam <obnox@samba.org>
Tue, 30 Sep 2014 08:16:23 +0000 (10:16 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 30 Sep 2014 17:01:30 +0000 (19:01 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Tue Sep 30 19:01:30 CEST 2014 on sn-devel-104

source3/torture/test_messaging_fd_passing.c

index 94c5244bbf5a0ebfe12bc7d2e6b7efca8bdff106..abd142fdd378e48e5f834114863ef70aed934ecf 100644 (file)
@@ -286,7 +286,7 @@ static bool fdpass2_parent(pid_t child_pid, int ready_fd)
         * that fd-passing works when we have fragmentation and
         * re-assembly of the datagrams.
         */
-       blob = data_blob_talloc_zero(frame, 2*1000);
+       blob = data_blob_talloc_zero(frame, 1000*1000);
        iov.iov_base = blob.data;
        iov.iov_len  = blob.length;