]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix missing zone_check() call in checkds test
authorOndřej Surý <ondrej@isc.org>
Sun, 4 Dec 2022 13:50:54 +0000 (14:50 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 7 Dec 2022 18:14:10 +0000 (19:14 +0100)
The bad2-dswithdrawn.checkds tests were missing call to the
zone_checks() contributing to intermittent timing failures of the
checkds system test.

bin/tests/system/checkds/tests-checkds.py

index 1d6bda4c7ff1847c4d5c8efa93994d6294b51f0c..f3146c25fed710e55b8b5f45d4b201eebe84b6fb 100755 (executable)
@@ -328,6 +328,7 @@ def test_checkds_dspublished(named_port):
     keystate_check(parent, "incomplete-dspublished.checkds.", "!DSPublish")
 
     # One of the parents is badly configured.
+    zone_check(server, "bad2-dswithdrawn.checkds.")
     wait_for_log(
         "ns9/named.run",
         "zone bad2-dspublished.checkds/IN (signed): checkds: "
@@ -425,6 +426,7 @@ def test_checkds_dswithdrawn(named_port):
     keystate_check(parent, "incomplete-dswithdrawn.checkds.", "!DSRemoved")
 
     # One of the parents is badly configured.
+    zone_check(server, "bad2-dswithdrawn.checkds.")
     wait_for_log(
         "ns9/named.run",
         "zone bad2-dswithdrawn.checkds/IN (signed): checkds: "