From: Nicki Křížek Date: Mon, 26 Jan 2026 12:10:25 +0000 (+0100) Subject: fix: test: Fix a race condition in dnssec test X-Git-Tag: v9.21.18~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d3b369c6b84066b1a09439c464f701e8d05d3c2;p=thirdparty%2Fbind9.git fix: test: Fix a race condition in dnssec test When dumpdb command is executed, it might take a while until the file is written. Rather than checking the file once, use the WatchLog mechanism to allow the desired line to appear before a timeout happens. This affected test_validation_recovery and test_cache tests which have been intermittently failing on EL8 in our CI. Merge branch 'nicki/fix-dnssec-test-dumpdb-race' into 'main' See merge request isc-projects/bind9!11487 --- 0d3b369c6b84066b1a09439c464f701e8d05d3c2