]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update camp system test max-query-count
authorColin Vidal <colin@isc.org>
Tue, 10 Feb 2026 15:08:36 +0000 (16:08 +0100)
committerColin Vidal <colin@isc.org>
Mon, 30 Mar 2026 18:41:13 +0000 (20:41 +0200)
As named is now parent-centric, the global query count can be lower (in
particular for queries which has a long delegation chain), as the
resolver doesn't proactively resolve an NS name when a glue is provided
by the parent-side of a zonecut.

Update camp system test to lower the max-query-count of ns9, to ensure
the max-query-count limit enforcement is still working.

bin/tests/system/camp/ns9/named.conf.j2

index 89045ad092d36919f0f2eff8a9452065fd74e368..c5aca62e359bb15cc9a34b39a4c40f032b912e12 100644 (file)
@@ -26,7 +26,7 @@ options {
 
        max-recursion-queries 50;
        max-query-restarts 50;
-       max-query-count 100;
+       max-query-count 50;
 };
 
 key rndc_key {