]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Bump max-recursion-queries to 100 in resolver system test
authorMichal Nowak <mnowak@isc.org>
Mon, 26 Aug 2024 15:56:56 +0000 (17:56 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 29 Aug 2024 14:41:52 +0000 (14:41 +0000)
With max-recursion-queries set to 50 the resolver system test was
unstable in the "checking query resolution for a domain with a valid
glueless delegation chain" check as ns1 replied with SERVFAIL.

(cherry picked from commit 8e0244d300482aff398aec2c55d00501addbfae5)

bin/tests/system/resolver/ns1/named.conf.in

index 31321ad72915afca0388f64d9c46cc795a8bf758..0194b6bcf1922ab7241a0d64ccc508b0b57a94e2 100644 (file)
@@ -29,7 +29,7 @@ options {
        allow-query {!10.53.0.8; any; };
        max-zone-ttl unlimited;
        attach-cache "globalcache";
-       max-recursion-queries 50;
+       max-recursion-queries 100;
 };
 
 server 10.53.0.3 {