bind9/bin/tests/system/allow-query
Michał Kępień 978a0d2555 Make root zone data match root hints
In the "allow-query" system test, ns3 uses a root hints file which
contains a single entry for a.root-servers.nil (10.53.0.1).  This name
is not present in the root zone served by ns1, which means querying it
for that name and any type will yield an NXDOMAIN response.  When
combined with unfavorable thread scheduling, this can lead to ns3
caching an NXDOMAIN response for the only root server it is aware of and
thus to false positives for the "allow-query" system test caused by ns3
returning unexpected SERVFAIL responses.  Fix by modifying the root zone
served by ns1 so that authoritative responses to a.root-servers.nil
queries match the root hints file used by ns3.
2019-04-26 11:05:56 +02:00
..
ns1 Make root zone data match root hints 2019-04-26 11:05:56 +02:00
ns2 tests for allow-recursion-on and allow-query-cache-on, default and inherited 2018-09-27 21:48:44 -07:00
ns3 add properly-formatted -D options to named.args files 2019-01-28 19:58:24 -08:00
.gitignore rename allow_query to allow-query 2018-03-07 13:17:11 -08:00
clean.sh add a regression test for default allow-recursion settings 2018-06-14 14:42:50 +02:00
setup.sh tests for allow-recursion-on and allow-query-cache-on, default and inherited 2018-09-27 21:48:44 -07:00
tests.sh Use rndc_reload in tests, make sure that reload is complete before continuing 2018-12-19 11:33:37 +01:00