[SCM] Samba Shared Repository - branch master updated

Garming Sam garming at samba.org
Wed Jun 7 03:15:02 UTC 2017


The branch, master has been updated
       via  29045da selftest/rodc: Do not run in single mode, this causes deadlocks
      from  df3844f s3/utils: Add warning to testparm for "client ipc signing" param values

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


- Log -----------------------------------------------------------------
commit 29045dad15ebb5e948d63c50d52810f4f00a58f2
Author: Garming Sam <garming at catalyst.net.nz>
Date:   Wed Mar 15 16:40:16 2017 +1300

    selftest/rodc: Do not run in single mode, this causes deadlocks
    
    Attempting to 'ls' the file server against a single process AD will get
    stuck. This also appears as the KDC being busy.
    
    Signed-off-by: Garming Sam <garming at catalyst.net.nz>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>
    
    Autobuild-User(master): Garming Sam <garming at samba.org>
    Autobuild-Date(master): Wed Jun  7 05:14:17 CEST 2017 on sn-devel-144

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

Summary of changes:
 selftest/target/Samba4.pm | 2 +-
 source4/selftest/tests.py | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm
index e4d5efd..316ef83 100755
--- a/selftest/target/Samba4.pm
+++ b/selftest/target/Samba4.pm
@@ -2475,7 +2475,7 @@ sub setup_rodc($$$)
 		return undef;
 	}
 
-	if (not defined($self->check_or_start($env, "single"))) {
+	if (not defined($self->check_or_start($env, "standard"))) {
 	    return undef;
 	}
 
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index b9cdee9..7c601c3 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -742,6 +742,8 @@ for env in ['rodc']:
     plansmbtorture4testsuite('rpc.echo', "%s:local" % env, ['ncacn_np:$SERVER', "-k", "yes", '-P', '--workgroup=$DOMAIN'], modname="samba4.rpc.echo")
     plansmbtorture4testsuite('rpc.echo', "%s:local" % env, ['ncacn_np:$SERVER', "-k", "no", '-Utestallowed\ account%$DC_PASSWORD', '--workgroup=$DOMAIN'], modname="samba4.rpc.echo.testallowed")
     plansmbtorture4testsuite('rpc.echo', "%s:local" % env, ['ncacn_np:$SERVER', "-k", "no", '-Utestdenied%$DC_PASSWORD', '--workgroup=$DOMAIN'], modname="samba4.rpc.echo.testdenied")
+    plantestsuite("samba4.blackbox.smbclient(%s:local)" % env, "%s:local" % env, [os.path.join(samba4srcdir, "utils/tests/test_smbclient.sh"), '$SERVER', '$SERVER_IP', '$USERNAME', '$PASSWORD', '$DOMAIN', smbclient4])
+
 planpythontestsuite("rodc:local", "samba.tests.samba_tool.rodc")
 
 plantestsuite("samba.blackbox.rpcclient_samlogon", "rodc:local", [os.path.join(samba3srcdir, "script/tests/test_rpcclient_samlogon.sh"),


-- 
Samba Shared Repository



More information about the samba-cvs mailing list