]> 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:32:01 +0000 (19:32 +0100)
The bad2-dswithdrawn.checkds tests were missing call to the
zone_checks() contributing to intermittent timing failures of the
checkds system test.

(cherry picked from commit 718831bfcc600fb4690fc7afd3307421803cdb55)

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

index 7c50b25e535e6da3790770325c13f164a22cce20..af78d7a2fe7bd7a25280ee50447ad667eb472fed 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: "
@@ -423,6 +424,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: "