diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-03-14 17:00:14 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-03-14 21:20:26 +0100 |
commit | 003162c76ee6d7357bb3759ae85bfe1ba1c515a9 (patch) | |
tree | eafb10f9a3029c7ad6509d7188a5576cffb7b9d7 /selftest/flapping | |
parent | a986f3fe82ec977724b3abae982bb83c8793b0f3 (diff) | |
download | samba-003162c76ee6d7357bb3759ae85bfe1ba1c515a9.tar.gz samba-003162c76ee6d7357bb3759ae85bfe1ba1c515a9.tar.bz2 samba-003162c76ee6d7357bb3759ae85bfe1ba1c515a9.zip |
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
Diffstat (limited to 'selftest/flapping')
-rw-r--r-- | selftest/flapping | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/flapping b/selftest/flapping index 5e5b0e9c7c..1a7f9c60ad 100644 --- a/selftest/flapping +++ b/selftest/flapping @@ -12,6 +12,7 @@ ^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.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 ? |