[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Mon Jul 13 13:01:03 UTC 2015


The branch, master has been updated
       via  8934846 torture-notify: Give nonrecursive updates 200ms
      from  40bcdb3 vfs_fruit: Fix the 32-bit build

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


- Log -----------------------------------------------------------------
commit 893484602d39199a9533ebe0d656c79ecaa74406
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Jul 12 10:59:38 2015 +0200

    torture-notify: Give nonrecursive updates 200ms
    
    This is in line with the recursive updates before.
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Mon Jul 13 15:00:26 CEST 2015 on sn-devel-104

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

Summary of changes:
 source4/torture/raw/notify.c | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/source4/torture/raw/notify.c b/source4/torture/raw/notify.c
index 9d837e7..fdb5771 100644
--- a/source4/torture/raw/notify.c
+++ b/source4/torture/raw/notify.c
@@ -440,6 +440,7 @@ static bool test_notify_recursive(struct torture_context *tctx,
 	smbcli_rmdir(cli2->tree, BASEDIR "\\subdir-name");
 	smbcli_unlink(cli->tree, BASEDIR "\\subname3-r");
 
+	smb_msleep(200);
 	notify.nttrans.in.recursive = false;
 	req2 = smb_raw_changenotify_send(cli->tree, &notify);
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list