Multiple resolvers in the "wildcard" system test are configured with a
single root hint: "ns.root-servers.nil", pointing to 10.53.0.1, which is
inconsistent with authoritative data served by ns1. This may cause
intermittent resolution failures, triggering false positives for the
"wildcard" system test. Prevent this from happening by making ns2, ns3,
and ns5 use root hints corresponding to the contents of ns1/root.db.in.
(cherry picked from commit
dd430c309311c727928b9160b8a04dc6381ca318)
+++ /dev/null
-; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
-;
-; This Source Code Form is subject to the terms of the Mozilla Public
-; License, v. 2.0. If a copy of the MPL was not distributed with this
-; file, You can obtain one at http://mozilla.org/MPL/2.0/.
-;
-; See the COPYRIGHT file distributed with this work for additional
-; information regarding copyright ownership.
-
-. 0 NS ns.root-servers.nil.
-ns.root-servers.nil. 0 A 10.53.0.1
notify yes;
};
-zone "." { type hint; file "hints"; };
+zone "." {
+ type hint;
+ file "../../common/root.hint";
+};
+++ /dev/null
-; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
-;
-; This Source Code Form is subject to the terms of the Mozilla Public
-; License, v. 2.0. If a copy of the MPL was not distributed with this
-; file, You can obtain one at http://mozilla.org/MPL/2.0/.
-;
-; See the COPYRIGHT file distributed with this work for additional
-; information regarding copyright ownership.
-
-. 0 NS ns.root-servers.nil.
-ns.root-servers.nil. 0 A 10.53.0.1
include "../ns1/trusted.conf";
-zone "." { type hint; file "hints"; };
+zone "." {
+ type hint;
+ file "../../common/root.hint";
+};
+++ /dev/null
-; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
-;
-; This Source Code Form is subject to the terms of the Mozilla Public
-; License, v. 2.0. If a copy of the MPL was not distributed with this
-; file, You can obtain one at http://mozilla.org/MPL/2.0/.
-;
-; See the COPYRIGHT file distributed with this work for additional
-; information regarding copyright ownership.
-
-. 0 NS ns.root-servers.nil.
-ns.root-servers.nil. 0 A 10.53.0.1
include "../ns1/trusted.conf";
-zone "." { type hint; file "hints"; };
+zone "." {
+ type hint;
+ file "../../common/root.hint";
+};
./bin/tests/system/wildcard/ns1/private.nsec3.db.in ZONE 2012,2013,2016,2018,2019
./bin/tests/system/wildcard/ns1/root.db.in ZONE 2012,2013,2016,2018,2019
./bin/tests/system/wildcard/ns1/sign.sh SH 2012,2013,2014,2016,2018,2019
-./bin/tests/system/wildcard/ns2/hints ZONE 2012,2016,2018,2019
./bin/tests/system/wildcard/ns2/named.conf.in CONF-C 2018,2019
-./bin/tests/system/wildcard/ns3/hints ZONE 2012,2016,2018,2019
./bin/tests/system/wildcard/ns3/named.conf.in CONF-C 2018,2019
./bin/tests/system/wildcard/ns4/named.conf.in CONF-C 2018,2019
-./bin/tests/system/wildcard/ns5/hints ZONE 2013,2016,2018,2019
./bin/tests/system/wildcard/ns5/named.conf.in CONF-C 2018,2019
./bin/tests/system/wildcard/prereq.sh SH 2014,2016,2018,2019
./bin/tests/system/wildcard/setup.sh SH 2012,2014,2016,2018,2019