[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Wed Mar 14 16:03:04 MDT 2012


The branch, master has been updated
       via  7e7aa33 selftest/flapping: mark ^samba3.rpc.spoolss.*printserver.enum_printers_servername as flakey
       via  003162c selftest/flapping: mark ^samba3.rpc.spoolss.*printserver.openprinter_badnamelist as flakey
       via  a986f3f selftest/flapping: mark samba4.blackbox.gentest as flakey
       via  89511d2 s3:selftest: add support for 'make test FAIL_IMMEDIATELY=1'
      from  94af158 s4:selftest: fix a message-typo in the "samba-tool user" testsuite.

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


- Log -----------------------------------------------------------------
commit 7e7aa330bf59120ccda8e2e7a2448f9f4ab6a4fb
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Mar 14 20:46:21 2012 +0100

    selftest/flapping: mark ^samba3.rpc.spoolss.*printserver.enum_printers_servername as flakey
    
    I got this:
    
    [370/1371 in 21m20s] samba3.rpc.spoolss.printserver (s3dc)
    Testing servername behaviour in EnumPrinters and GetPrinters
    Testing EnumPrinters(\\127.0.0.2) level 2
    Testing OpenPrinterEx()
    WARNING!: ../source4/torture/rpc/spoolss.c:5907: r.out.result was
    WERR_INVALID_PARAM, expected WERR_OK: OpenPrinterEx failed
    WARNING!: ../source4/torture/rpc/spoolss.c:6417: Expression
    `call_OpenPrinterEx(tctx, p, short_name, ((void *)0), &handle)' failed: failed
    to open printer
    UNEXPECTED(failure): samba3.rpc.spoolss.printserver
    .printserver.enum_printers_servername
    REASON: _StringException: _StringException:
    ../source4/torture/rpc/spoolss.c:6499: Expression
    `test_OnePrinter_servername(tctx, p, b, servername, info[i].info2.printername)'
    failed: failed to check printer
    
    metze
    
    Autobuild-User: Stefan Metzmacher <metze at samba.org>
    Autobuild-Date: Wed Mar 14 23:02:46 CET 2012 on sn-devel-104

commit 003162c76ee6d7357bb3759ae85bfe1ba1c515a9
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Mar 14 17:00:14 2012 +0100

    selftest/flapping: mark ^samba3.rpc.spoolss.*printserver.openprinter_badnamelist as flakey
    
    I saw this a few times today:
    
    [370/528 in 19m28s] samba3.rpc.spoolss.printserver (s3dc)
    Using seed 1331739572
    Testing OpenPrinter(\\127.0.0.2)
    Testing GetPrinterData(Architecture)
    Testing OpenPrinter(__INVALID_PRINTER__) with bad name
    Testing OpenPrinterEx(__INVALID_PRINTER__) with bad name
    Testing OpenPrinter(\\__INVALID_HOST__) with bad name
    Testing OpenPrinterEx(\\__INVALID_HOST__) with bad name
    Testing OpenPrinter() with bad name
    Testing OpenPrinterEx() with bad name
    Testing OpenPrinter(\\\) with bad name
    Testing OpenPrinterEx(\\\) with bad name
    Testing OpenPrinter(\\\__INVALID_PRINTER__) with bad name
    Testing OpenPrinterEx(\\\__INVALID_PRINTER__) with bad name
    Testing OpenPrinter(\\127.0.0.2\) with bad name
    WARNING!: ../source4/torture/rpc/spoolss.c:5765: op.out.result was WERR_OK,
    expected WERR_INVALID_PRINTER_NAME: unexpected result
    UNEXPECTED(failure): samba3.rpc.spoolss.printserver
    .printserver.openprinter_badnamelist
    REASON: _StringException: _StringException:
    ../source4/torture/rpc/spoolss.c:5821: Expression
    `test_OpenPrinter_badname(tctx, b, badname)' failed:
    
    metze

commit a986f3fe82ec977724b3abae982bb83c8793b0f3
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Mar 14 13:10:43 2012 +0100

    selftest/flapping: mark samba4.blackbox.gentest as flakey
    
    https://git.samba.org/autobuild.flakey/2012-03-14-1307/samba4.stdout
    
        [1228/1371 in 1h19s] samba4.blackbox.gentest(dc)
        UNEXPECTED(failure): samba4.blackbox.gentest(dc).gentest
        REASON: _StringException: _StringException: seed=1
        Connecting to \localdcest1 as Administrator - instance 0
        Connecting to \localdcest1est1 as Administrator - instance 1
        Connecting to \localdcest1est2 as Administrator - instance 0
        Connecting to \localdcest1est2 as Administrator - instance 1
        0
        OPEN num_open_handles=1 h=0 (gentestoo4)
        Notify count inconsistent 1 0
        Failed at operation 88 - MKDIR
        gentest failed
    
    I saw this more than 10 times in the last year already.
    
    metze

commit 89511d28bf7dff8f909360c89b5f99df21dba8bd
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Mar 14 12:18:50 2012 +0100

    s3:selftest: add support for 'make test FAIL_IMMEDIATELY=1'
    
    This is what autobuild uses in order to let the build abort on the first
    failure.
    
    metze

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

Summary of changes:
 selftest/flapping               |    3 +++
 source3/selftest/s3-selftest.sh |    4 ++++
 2 files changed, 7 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/selftest/flapping b/selftest/flapping
index 2828d67..91194df 100644
--- a/selftest/flapping
+++ b/selftest/flapping
@@ -12,9 +12,12 @@
 ^samba3.smbtorture_s3.*OPLOCK4 # fails sometimes on sn-devel
 ^samba4.nbt.winsreplication.owned # fails sometimes, timing related
 ^samba3.rpc.spoolss.*printserver.enum_printers_old # fails on some hosts due to timing issues ?
+^samba3.rpc.spoolss.*printserver.openprinter_badnamelist # # fails sometimes on sn-devel, but should be fixed
+^samba3.rpc.spoolss.*printserver.enum_printers_servername # fails sometimes on sn-devel, but should be fixed
 ^samba3.rpc.spoolss.printer.*addprinterex.print_test # another intermittent failure
 .*printer.*print_test_extended # fails on some hosts due to timing issues ?
 .*printer.*print_test # fails on some hosts due to timing issues ?
 .*rpc.spoolss.printer # seems to be flakey currently, but should be fixed
 ^samba3.rap.printing # fails sometimes on sn-devel
 ^samba3.smb2.lock.*.rw-exclusive # another intermittent failure
+^samba4.blackbox.gentest # is flakey due to timing
diff --git a/source3/selftest/s3-selftest.sh b/source3/selftest/s3-selftest.sh
index 0d20324..f5f6f2a 100755
--- a/source3/selftest/s3-selftest.sh
+++ b/source3/selftest/s3-selftest.sh
@@ -5,6 +5,10 @@ if [ "x${SUBUNIT_FORMATTER}" = x"" ]; then
 	SUBUNIT_FORMATTER="${PYTHON} -u ${SELFTESTDIR}/format-subunit --prefix=${SELFTESTPREFIX} --immediate"
 fi
 
+if [ x"${FAIL_IMMEDIATELY}" != x"" ]; then
+	FILTER_XFAIL="${FILTER_XFAIL} --fail-immediately"
+fi
+
 cleanup_and_exit() {
 	if test "$1" = 0 -o -z "$1"; then
 		exit 0


-- 
Samba Shared Repository


More information about the samba-cvs mailing list