diff options
Diffstat (limited to '')
-rw-r--r-- | selftest/slow | 9 | ||||
-rw-r--r-- | selftest/slow-none | 23 |
2 files changed, 32 insertions, 0 deletions
diff --git a/selftest/slow b/selftest/slow new file mode 100644 index 0000000..7c2090c --- /dev/null +++ b/selftest/slow @@ -0,0 +1,9 @@ +# This file contains regexes matching tests that are very slow and +# should be skipped during a normal test run. +.*base.bench.holdcon.* # Slow +raw.bench.lookup # Slow +base.utable # Slow +base.smb # Slow +rpc.scanner # Slow +ntvfs.cifs.base.delaywrite # It's a slow test and having it on the proxy share is not needed +.*stress.* # Slow diff --git a/selftest/slow-none b/selftest/slow-none new file mode 100644 index 0000000..34b2608 --- /dev/null +++ b/selftest/slow-none @@ -0,0 +1,23 @@ +# This file to have control over where in autobuild the slower "none" +# tests are running, to avoid really slow tests being run on multiple +# hosts that host the samba-o3 job. +^samba.tests.docs +^ldb.python +^samba.tests.dsdb_lock +^samba4.blackbox.upgradeprovision.alpha13 +^samba4.blackbox.upgradeprovision.release-4-0-0 +^samba.tests.domain_backup_offline +^samba.tests.samba_tool.help +^samba4.blackbox.schemaupgrade +^samba4.blackbox.group.py +^samba4.blackbox.provision.py +^samba4.blackbox.upgradeprovision.current +^samba.tests.usage +^samba4.blackbox.dbcheck.release-4-0-0 +^samba4.blackbox.dbcheck.release-4-0-0.quick +^samba4.blackbox.dbcheck-links.release-4-5-0-pre1 +^samba4.blackbox.dbcheck.release-4-1-0rc3 +^samba4.blackbox.dbcheck.release-4-1-0rc3.quick +^samba.tests.samba_tool.visualize +^samba4.blackbox.functionalprep +^samba4.blackbox.dbcheck.alpha13.quick |