]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prioritize long-running system tests for legacy runner
authorTom Krizek <tkrizek@isc.org>
Mon, 4 Sep 2023 14:08:06 +0000 (16:08 +0200)
committerTom Krizek <tkrizek@isc.org>
Tue, 19 Sep 2023 12:47:48 +0000 (14:47 +0200)
Synchronize the test priority with the pytest runner (which handles the
prioritization in conftest.py).

bin/tests/system/Makefile.am

index d21d2b03056d52fcfd1c59b1c751ad869f646eaf..013d33f85f79684406f3fa8b8b4c40bff08722f5 100644 (file)
@@ -70,7 +70,14 @@ rpz_dnsrps_LDADD =           \
        $(LIBDNS_LIBS)          \
        $(DLOPEN_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                 \
@@ -145,15 +152,12 @@ TESTS =                           \
        resolver                \
        rndc                    \
        rootkeysentinel         \
-       rpz                     \
        rpzextra                \
-       rpzrecurse              \
        rrchecker               \
        rrl                     \
        rrsetorder              \
        rsabigexponent          \
        runtime                 \
-       serve-stale             \
        sfcache                 \
        shutdown                \
        smartsign               \
@@ -166,14 +170,12 @@ TESTS =                           \
        stub                    \
        synthfromdnssec         \
        tcp                     \
-       timeouts                \
        tools                   \
        transport-acl           \
        tsig                    \
        tsiggss                 \
        ttl                     \
        unknown                 \
-       upforwd                 \
        verify                  \
        views                   \
        wildcard                \