1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/selftest/flapping.d
Douglas Bagnall 204bd0e447 py3/tests/kcc: turn error into failure for flapping.d/kcc
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2018-10-18 10:04:02 +02:00
..
getdcname netlogon: Forward GetDCNameEx2 to winbind via IRPC 2018-05-04 06:12:10 +02:00
kcc_verify_py3 py3/tests/kcc: turn error into failure for flapping.d/kcc 2018-10-18 10:04:02 +02:00
README selftest: use an additional directory of knownfail/flapping files 2017-06-03 13:55:41 +02:00
rfc2307 Mark rfc2307 test flapping 2018-01-12 22:42:22 +01:00
samba_tool_drs_showrepl samba_tool_showrepl_pull_summary_all_good is flapping 2018-07-05 04:01:26 +02:00
samba_tool_visualize selftext: Mark py3 visualize test as flapping 2018-09-10 16:51:09 +02:00
wbinfo Mark wbinfo test flapping 2018-01-13 03:01:10 +01:00
whoami Mark whoami test flapping 2018-01-12 22:42:22 +01:00

# Files in this directory contain lists of regular expressions
# matching the names of tests that are 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 warn when they actually start passing.
#
# Empty lines and lines begining with '#' are ignored.
# Please don't add tests to this README!