From fe4d9d9e6ae327564dc6a761e875b5a4ce3963ed Mon Sep 17 00:00:00 2001 From: Colin Vidal Date: Thu, 18 Sep 2025 09:04:39 +0200 Subject: [PATCH] remove useless namedconf option in test namedconf `request-zoneversion` option doesn't exists on 9.20, and was actually useless for the purpose of the reload/fail/success cache test. Remove this option so the test can run on 9.20 --- bin/tests/system/resolver/ns1/named.conf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/tests/system/resolver/ns1/named.conf.j2 b/bin/tests/system/resolver/ns1/named.conf.j2 index ff3caa8216..52e4a33a39 100644 --- a/bin/tests/system/resolver/ns1/named.conf.j2 +++ b/bin/tests/system/resolver/ns1/named.conf.j2 @@ -26,7 +26,6 @@ options { max-zone-ttl unlimited; resolver-query-timeout 5000; # 5 seconds max-recursion-queries 100; - request-zoneversion yes; }; view "default" {