]> 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>
Wed, 20 Sep 2023 08:33:38 +0000 (10:33 +0200)
Synchronize the test priority with the pytest runner (which handles the
prioritization in conftest.py).

(cherry picked from commit 15fa8f1506f28fdc304f863155cf71f50ed917c1)

bin/tests/system/Makefile.am

index 3abfad1dc25167a3dcdda19e8b9b6e32ef7b1e77..befd51270fd6b93ffe0b45446dd7fe3b263e7204 100644 (file)
@@ -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                \