[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu Jul 28 07:08:02 MDT 2011


The branch, master has been updated
       via  553124a s3: In the async echo test, write 65k
      from  0ad8c12 s3:modules:nfs4_acls: improve fix for bug #8330

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 553124a663379335b401a56e498432d198b3d8e3
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Jul 28 13:41:18 2011 +0200

    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 <vlendec at samba.org>
    Autobuild-Date: Thu Jul 28 15:07:40 CEST 2011 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/torture/test_async_echo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/torture/test_async_echo.c b/source3/torture/test_async_echo.c
index f1d44ee..eb1f1d4 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");
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list