]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix tests for parent-centric resolver behavior
authorEvan Hunt <each@isc.org>
Wed, 11 Feb 2026 21:56:59 +0000 (13:56 -0800)
committerColin Vidal <colin@isc.org>
Mon, 30 Mar 2026 18:41:13 +0000 (20:41 +0200)
commit8d3df06100e212bb2da5d26aa84aaf47b8bd7276
treee1238c25a37083560964f4b84c0764366770e625
parent1ff19bd43d88131e0b82e59f627ac0d487a00bce
Fix tests for parent-centric resolver behavior

In 'additional', pre-cache the A RRset for ns1.rt.example so the
additional-data handling in the cache can be tested; previously this
was cached as part of resolution, but now must be queried explicitly.

In 'cookie', pre-cache an NS to prevent a QMIN query from distorting
log results and causing a test failure.

In 'resolver', increase the expected query count in the timeout test.
bin/tests/system/additional/tests.sh
bin/tests/system/cookie/tests.sh
bin/tests/system/resolver/tests.sh