From 5a802a22b5672e8cd39f05bce0a85a29dc353968 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 26 Aug 2024 17:56:56 +0200 Subject: [PATCH] Bump max-recursion-queries to 100 in resolver system test 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/resolver/ns1/named.conf.in b/bin/tests/system/resolver/ns1/named.conf.in index 31321ad729..0194b6bcf1 100644 --- a/bin/tests/system/resolver/ns1/named.conf.in +++ b/bin/tests/system/resolver/ns1/named.conf.in @@ -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 {