]> git.ipfire.org Git - thirdparty/bind9.git/commit
Address timing issues in 'inline' system test.
authorMark Andrews <marka@isc.org>
Tue, 17 Dec 2019 03:19:21 +0000 (14:19 +1100)
committerOndřej Surý <ondrej@isc.org>
Tue, 7 Jan 2020 15:14:12 +0000 (16:14 +0100)
commit13fa80ede808ec87101705f9271ce5f573d67267
treef0755ead18868520fc23abfa102a07f05b6b7cc9
parente3d8732548d75979b03d3cc4f6f7ba798ddb0bfb
Address timing issues in 'inline' system test.

"rndc signing -serial <value>" could take longer than a second to
complete.  Loop waiting for update to succeed.

For tests where "rndc signing -serial <value>" is supposed to not
succeed, repeatedly test that we don't get the new serial, then
test that we have the old value.  This should prevent false negatives.
bin/tests/system/inline/tests.sh