From: Evan Hunt Date: Thu, 22 Feb 2018 08:39:08 +0000 (-0800) Subject: reorder tests to get better use of parallelism X-Git-Tag: v9.13.0~150^2~4 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=56e440f65f72939a79df92aeed21213155923602;p=thirdparty%2Fbind9.git reorder tests to get better use of parallelism --- diff --git a/bin/tests/system/Makefile.in b/bin/tests/system/Makefile.in index ed3b31f1467..9b5ffd5f4be 100644 --- a/bin/tests/system/Makefile.in +++ b/bin/tests/system/Makefile.in @@ -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 \