mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 20:25:55 -04:00
Prioritize long-running system tests for legacy runner
Synchronize the test priority with the pytest runner (which handles the
prioritization in conftest.py).
(cherry picked from commit 15fa8f1506)
This commit is contained in:
parent
a28529c11d
commit
68f186dd82
1 changed files with 7 additions and 5 deletions
|
|
@ -83,7 +83,14 @@ tkey_keydelete_LDADD = \
|
|||
$(LDADD) \
|
||||
$(LIBDNS_LIBS)
|
||||
|
||||
# Longer running tests are listed (and executed) first to take the most
|
||||
# advantage of parallel execution.
|
||||
TESTS = \
|
||||
rpz \
|
||||
rpzrecurse \
|
||||
serve-stale \
|
||||
timeouts \
|
||||
upforwd \
|
||||
acl \
|
||||
additional \
|
||||
addzone \
|
||||
|
|
@ -159,15 +166,12 @@ TESTS = \
|
|||
resolver \
|
||||
rndc \
|
||||
rootkeysentinel \
|
||||
rpz \
|
||||
rpzextra \
|
||||
rpzrecurse \
|
||||
rrchecker \
|
||||
rrl \
|
||||
rrsetorder \
|
||||
rsabigexponent \
|
||||
runtime \
|
||||
serve-stale \
|
||||
sfcache \
|
||||
shutdown \
|
||||
smartsign \
|
||||
|
|
@ -180,7 +184,6 @@ TESTS = \
|
|||
stub \
|
||||
synthfromdnssec \
|
||||
tcp \
|
||||
timeouts \
|
||||
tkey \
|
||||
tools \
|
||||
transport-acl \
|
||||
|
|
@ -188,7 +191,6 @@ TESTS = \
|
|||
tsiggss \
|
||||
ttl \
|
||||
unknown \
|
||||
upforwd \
|
||||
verify \
|
||||
views \
|
||||
wildcard \
|
||||
|
|
|
|||
Loading…
Reference in a new issue