selftest: skip the troublesome samba4.rpc.unixinfo test
authorAndrew Bartlett <abartlet@samba.org>
Tue, 28 Feb 2012 23:06:31 +0000 (10:06 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 29 Feb 2012 09:41:07 +0000 (10:41 +0100)
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

selftest/skip

index f9bb83a227eb0beed233875e2aefcee347eea451..063051290423fef429492b33cd029bfe85385b97 100644 (file)
@@ -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