]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: test: Fix flaky reclimit test bind-9.18
authorOndřej Surý <ondrej@isc.org>
Fri, 15 May 2026 07:51:18 +0000 (09:51 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 15 May 2026 07:51:18 +0000 (09:51 +0200)
commiteb56645333bcbec44997acfee6e0d43e2f19993c
treebd667b68740facf85a670310b0ecf8bb30320c6d
parentf175d8c63bcb605b663bba56148cd2551a5721cf
parent0521f74bc44f4d3dd22c2236a5eba888c1017e8f
[9.18] fix: test: Fix flaky reclimit test

The max-types-per-name cache eviction tests were flaky because two test steps were missing a sleep between queries, causing TTL-based cache verification to fail when both queries completed within the same second.

Backport of MR !11782

Merge branch 'backport-ondrej/fix-flaky-reclimit-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!12028