]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
reorder tests to get better use of parallelism
authorEvan Hunt <each@isc.org>
Thu, 22 Feb 2018 08:39:08 +0000 (00:39 -0800)
committerEvan Hunt <each@isc.org>
Thu, 22 Feb 2018 23:29:02 +0000 (15:29 -0800)
bin/tests/system/Makefile.in

index ed3b31f14679ef84bc48f03417d49619f7fd1759..9b5ffd5f4beab2073a5a4df3cf38005741542445 100644 (file)
@@ -44,9 +44,12 @@ feature-test@EXEEXT@: feature-test.@O@
 # used.
 
 # Define the tests that can be run in parallel.  This should be identical to
-# the definition of PARALLELDIRS in conf.sh.
+# the definition of PARALLELDIRS in conf.sh. Note: long-running tests
+# such as allow_query and serve-stale are scheduled first to get more
+# benefit from parallelism.
 
-PARALLEL = acl additional addzone allow_query auth autosign \
+PARALLEL = allow_query rpzrecurse serve-stale \
+          acl additional addzone auth autosign \
           builtin cacheclean case catz cds chain \
           checkconf checknames checkzone \
           @CHECKDS@ @COVERAGE@ @KEYMGR@ \
@@ -59,9 +62,9 @@ PARALLEL = acl additional addzone allow_query auth autosign \
           masterfile masterformat metadata mkeys \
           names notify nslookup nsupdate nzd2nzf \
           padding pending pipelined \
-          reclimit redirect resolver rndc rpz rpzrecurse \
+          reclimit redirect resolver rndc rpz \
           rrchecker rrl rrsetorder rsabigexponent runtime \
-          serve-stale sfcache smartsign sortlist \
+          sfcache smartsign sortlist \
           spf staticstub statistics statschannel stub synthfromdnssec \
           tcp tools tsig tsiggss \
           unknown upforwd verify views wildcard \