]> 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:46:07 +0000 (13:46 +1000)
commitc813b5a73778a984a5d1da4fa096694c2cddaa0b
treee8058659eee32aff21a8397e7abb44906eff6506
parent0172ecc1e1f5d73aa01e3316dd86f0a087943a41
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