selftest: skip GETADDRINFO tests
authorStefan Metzmacher <metze@samba.org>
Fri, 9 May 2014 14:49:52 +0000 (16:49 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 9 May 2014 17:28:13 +0000 (19:28 +0200)
'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 <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Fri May  9 19:28:13 CEST 2014 on sn-devel-104

selftest/skip

index ed206493a87c56c482854b20e9ae7607563d9c94..a64a77b48d812f185e7c0e4c748adc79ae967b1b 100644 (file)
@@ -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