From 553124a663379335b401a56e498432d198b3d8e3 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 28 Jul 2011 13:41:18 +0200 Subject: s3: In the async echo test, write 65k This leads to the writev from echo responder child to parent to only deliver a partial blob and thus excercises the retry code. Autobuild-User: Volker Lendecke Autobuild-Date: Thu Jul 28 15:07:40 CEST 2011 on sn-devel-104 --- source3/torture/test_async_echo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/torture/test_async_echo.c b/source3/torture/test_async_echo.c index f1d44ee681..eb1f1d4587 100644 --- a/source3/torture/test_async_echo.c +++ b/source3/torture/test_async_echo.c @@ -69,7 +69,7 @@ bool run_async_echo(int dummy) NTSTATUS status; bool ret = false; int i, num_reqs; - uint8_t buf[32768]; + uint8_t buf[65536]; printf("Starting ASYNC_ECHO\n"); -- cgit