From: Ondřej Surý Date: Sun, 4 Dec 2022 13:50:54 +0000 (+0100) Subject: Fix missing zone_check() call in checkds test X-Git-Tag: v9.19.8~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=718831bfcc600fb4690fc7afd3307421803cdb55;p=thirdparty%2Fbind9.git Fix missing zone_check() call in checkds test The bad2-dswithdrawn.checkds tests were missing call to the zone_checks() contributing to intermittent timing failures of the checkds system test. --- diff --git a/bin/tests/system/checkds/tests-checkds.py b/bin/tests/system/checkds/tests-checkds.py index 1d6bda4c7ff..f3146c25fed 100755 --- a/bin/tests/system/checkds/tests-checkds.py +++ b/bin/tests/system/checkds/tests-checkds.py @@ -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: "