summaryrefslogtreecommitdiff
path: root/selftest/skip
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-02-29 10:06:31 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-02-29 10:41:07 +0100
commit265a2bf04f7d9d5203606c47997f4c0c3a9ead5f (patch)
treef1198a83cac5dbfff58c20f20c139d3e0a0fda20 /selftest/skip
parent692c42c42731b017310e07549489c3ab0bca7d12 (diff)
downloadsamba-265a2bf04f7d9d5203606c47997f4c0c3a9ead5f.tar.gz
samba-265a2bf04f7d9d5203606c47997f4c0c3a9ead5f.tar.bz2
samba-265a2bf04f7d9d5203606c47997f4c0c3a9ead5f.zip
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
Diffstat (limited to 'selftest/skip')
-rw-r--r--selftest/skip2
1 files changed, 2 insertions, 0 deletions
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