[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Sat Mar 11 03:26:02 UTC 2017


The branch, master has been updated
       via  424a2aa selftest: Do not plan samba3.base.delaywrite twice
      from  c9a7a06 lib/pthreadpool: fix a memory leak

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


- Log -----------------------------------------------------------------
commit 424a2aadda43d284e5182318950e5e06f6bd7759
Author: Andreas Schneider <asn at samba.org>
Date:   Fri Mar 10 13:43:12 2017 +0100

    selftest: Do not plan samba3.base.delaywrite twice
    
    This test is already slow. We should not run it twice!
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Guenther Deschner <gd at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Sat Mar 11 04:25:14 CET 2017 on sn-devel-144

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

Summary of changes:
 source3/selftest/tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index e386b1f..54f5b7b 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -347,7 +347,7 @@ tests= base + raw + smb2 + rpc + unix + local + rap + nbt + libsmbclient + idmap
 for t in tests:
     if t == "base.delaywrite":
         plansmbtorture4testsuite(t, "ad_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD -k yes --maximum-runtime=900')
-    if t == "base.createx_access":
+    elif t == "base.createx_access":
         plansmbtorture4testsuite(t, "ad_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD -k yes --maximum-runtime=900')
     elif t == "rap.sam":
         plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD --option=doscharset=ISO-8859-1')


-- 
Samba Shared Repository



More information about the samba-cvs mailing list