From 265a2bf04f7d9d5203606c47997f4c0c3a9ead5f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 29 Feb 2012 10:06:31 +1100 Subject: 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 --- selftest/skip | 2 ++ 1 file changed, 2 insertions(+) (limited to 'selftest/skip') diff --git a/selftest/skip b/selftest/skip index f9bb83a227..0630512904 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 -- cgit