[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Fri May 9 11:29:04 MDT 2014


The branch, master has been updated
       via  4bc9bbe selftest: skip GETADDRINFO tests
      from  98750aa swrap: Update version to 1.0.2.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 4bc9bbef4a556a363e985d13e75fb62ed9e5cd03
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri May 9 16:49:52 2014 +0200

    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 <metze at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Stefan Metzmacher <metze at samba.org>
    Autobuild-Date(master): Fri May  9 19:28:13 CEST 2014 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 selftest/skip |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list