]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix some intermittent kasp failures
authorMatthijs Mekking <matthijs@isc.org>
Thu, 18 Mar 2021 09:47:56 +0000 (10:47 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 22 Mar 2021 10:58:26 +0000 (11:58 +0100)
commit82d667e1d5a753752199c007fa2b81002ee03a7e
treea634777967c453f724dfc35720d86dbf1956bd2b
parent82f72ae2497ecea4966189cd2db02458a20dc07a
Fix some intermittent kasp failures

When calling "rndc dnssec -checkds", it may take some milliseconds
before the appropriate changes have been written to the state file.
Add retry_quiet mechanisms to allow the write operation to finish.

Also retry_quiet the check for the next key event. A "rndc dnssec"
command may trigger a zone_rekey event and this will write out
a new "next key event" log line, but it may take a bit longer than
than expected in the tests.
bin/tests/system/kasp/tests.sh