]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix catz test error
authorEvan Hunt <each@isc.org>
Sun, 17 Oct 2021 18:45:21 +0000 (11:45 -0700)
committerEvan Hunt <each@isc.org>
Wed, 27 Oct 2021 19:08:19 +0000 (12:08 -0700)
commitbf599c1649ae59685f86335fc2ead0800b74bd47
tree5e2ce4e86f5e866c2d0ce596c4491b7f973bcf69
parentc2f7b2e7d26c60e9af12debbf75d5577e35ea1d7
Fix catz test error

The catz system test included a test case that was looking for a single
answer record after an update, when it should have been looking for two.
The test usually passed because of timing - the first dig usually got a
response before the update was completed - but occasionally the update
processed fast enough for the test to fail. On investigation, it turned
out to be the test that was wrong.

(cherry picked from commit 9b6060c6c476998c9e5f8faf6169ab148dd9a103)
bin/tests/system/catz/tests.sh