From: Andrew Bartlett Date: Tue, 28 Feb 2012 23:06:31 +0000 (+1100) Subject: selftest: skip the troublesome samba4.rpc.unixinfo test X-Git-Tag: tdb-1.2.10~524 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=265a2bf04f7d9d5203606c47997f4c0c3a9ead5f;p=thirdparty%2Fsamba.git selftest: skip the troublesome samba4.rpc.unixinfo test The issue here is that while the single rpc_server process is stuck in an nss_winbind getpwuid() call, winbindd cannot contact netlogon to make the connection to the domain. nss_winbind comes into play when (for s3fs) the NSS_WRAPPER_WINBIND_SO_PATH environment variable is set. In the medium term, the unixinfo pipe should either be rewritten fully async or removed. Andrew Bartlett --- diff --git a/selftest/skip b/selftest/skip index f9bb83a227e..06305129042 100644 --- a/selftest/skip +++ b/selftest/skip @@ -100,3 +100,5 @@ bench # don't run benchmarks in our selftest ^samba4.drs.repl_schema.python # flakey test ^samba4.smb2.ioctl # snapshots not supported by default ^samba4.drs.delete_object.python # flakey test +^samba4.rpc.unixinfo # This contains a server-side getpwuid call which hangs the server when nss_winbindd is in use +^samba.tests.dcerpc.unix # This contains a server-side getpwuid call which hangs the server when nss_winbindd is in use