]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: test: Fix flaky reclimit test
authorOndřej Surý <ondrej@isc.org>
Fri, 15 May 2026 06:03:16 +0000 (08:03 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 15 May 2026 06:03:16 +0000 (08:03 +0200)
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.

Merge branch 'ondrej/fix-flaky-reclimit' into 'main'

See merge request isc-projects/bind9!11782


Trivial merge