From 718831bfcc600fb4690fc7afd3307421803cdb55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Sun, 4 Dec 2022 14:50:54 +0100 Subject: [PATCH] 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. --- bin/tests/system/checkds/tests-checkds.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/tests/system/checkds/tests-checkds.py b/bin/tests/system/checkds/tests-checkds.py index 1d6bda4c7f..f3146c25fe 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: "