diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-12-04 00:09:04 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-12-05 23:11:04 +0100 |
commit | 5643d37a000971070b22af7c2710f66b49b57eff (patch) | |
tree | 33313ac43b55edb7c738d9a43a35aab9ae985564 /selftest/flapping | |
parent | 5bfd6251eb22ff701184a95649822a73cf4d157b (diff) | |
download | samba-5643d37a000971070b22af7c2710f66b49b57eff.tar.gz samba-5643d37a000971070b22af7c2710f66b49b57eff.tar.bz2 samba-5643d37a000971070b22af7c2710f66b49b57eff.zip |
selftest: Split out flapping tests into a separate file.
Diffstat (limited to 'selftest/flapping')
-rw-r--r-- | selftest/flapping | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/selftest/flapping b/selftest/flapping new file mode 100644 index 0000000000..8628936c63 --- /dev/null +++ b/selftest/flapping @@ -0,0 +1,19 @@ +# This file contains a list of regular expressions matching the names of +# tests that are flapping. In other words, they sometimes succeed and +# sometimes fail, depending on external factors. +# +# "make test" will not report failures or successes for tests listed here. +# +# DO NOT ADD TESTS HERE UNLESS THEY ARE ACTUALLY FLAPPING +# +# It is much better to add known failing tests to 'knownfail', so the +# test system can wwarn when they actually start passing. +^samba3.raw.mux.* #This test is flaky on the async lock time +^samba3.smbtorture_s3.*OPLOCK4 # fails sometimes on sn-devel +^samba4.nbt.winsreplication.owned # fails sometimes, timing related +^samba3.posix_s3.rpc.spoolss.*printserver.enum_printers_old # fails on some hosts due to timing issues ? +^samba3.posix_s3.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 ? +^samba3.posix_s3.rap.printing # fails sometimes on sn-devel +^samba3.posix_s3.smb2.lock.*.rw-exclusive # another intermittent failure |