]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix a race condition in dnssec test
authorNicki Křížek <nicki@isc.org>
Mon, 26 Jan 2026 09:45:34 +0000 (10:45 +0100)
committerNicki Křížek <nicki@isc.org>
Mon, 26 Jan 2026 09:45:34 +0000 (10:45 +0100)
commit6eb2088320a8984cc3abdd0f39205bbc4ffef00a
treebe28258508ee8b8a0d62991b654a3b73a956211e
parent11e6d1c0b995e8501b0fca8a0a0b32235c3512f1
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.
bin/tests/system/dnssec/tests_validation.py