]> git.ipfire.org Git - thirdparty/bind9.git/commit
Address race in dnssec system test. 'clear signing records' can fail
authorMark Andrews <marka@isc.org>
Tue, 19 May 2020 00:09:51 +0000 (10:09 +1000)
committerMark Andrews <marka@isc.org>
Tue, 19 May 2020 03:50:51 +0000 (13:50 +1000)
commit809d55226b7006b0b4e8159ce9934e27e9e762e1
tree5e25fa5209be4903487397612c2bd45bbc185143
parent90bf2b10b23b6ab2a25c09f2c80af35a2cd62428
Address race in dnssec system test.  'clear signing records' can fail

as the update triggers by the rndc command to clear the signing records
may not have completed by the time the subsequent rndc command to test
that the records have been removed is commenced.  Loop several times to
prevent false negative.

(cherry picked from commit 353018c0e5a428c8314c103267fcfd18213e9e39)
bin/tests/system/dnssec/tests.sh