From 8e0244d300482aff398aec2c55d00501addbfae5 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. --- 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 3352b760ba..4467c4bdd7 100644 --- a/bin/tests/system/resolver/ns1/named.conf.in +++ b/bin/tests/system/resolver/ns1/named.conf.in @@ -30,7 +30,7 @@ options { max-zone-ttl unlimited; resolver-query-timeout 5000; # 5 seconds attach-cache "globalcache"; - max-recursion-queries 50; + max-recursion-queries 100; }; trust-anchors { };