From 4c7ab6a4cb66f423dbcea2bada3386297d2b077e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 9 May 2014 16:49:52 +0200 Subject: [PATCH] selftest: skip GETADDRINFO tests 'smbtorture3 //host/share -U% GETADDRINFO' can get into a 100% cpu loop, because it uses pthreads via fncall_context_init() and socket_wrapper doesn't support threads yet. Signed-off-by: Stefan Metzmacher --- selftest/skip | 1 + 1 file changed, 1 insertion(+) diff --git a/selftest/skip b/selftest/skip index ed20649..a64a77b 100644 --- a/selftest/skip +++ b/selftest/skip @@ -108,3 +108,4 @@ bench # don't run benchmarks in our selftest ^samba4.blackbox.ktpass # this test isn't portable ... ^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 +GETADDRINFO # socket wrapper doesn't support threads -- 1.7.9.5