bind9/bin/tests/system/resolver
Ondřej Surý 1b90d2ffdb
Reduce the number of outgoing queries
The dns_resolver mode of operation is to resolve all the domains as it
iterates the DNS tree to fill up the cache as quickly as possible.

This commit reduces the number of outgoing queries by reducing the
number of remote fetches started for the nameserver addresses resolution
via dns_adb_createfind() to a smaller number per depth of the recursion
since the delegation point (3 2 1 0) - where 0 means only create fetch
on demand if we don't have any addresses yet.
2025-11-20 13:31:11 +01:00
..
ans2 Check that received ZONEVERSION is logged 2025-03-24 22:16:09 +00:00
ans3 Test shorter resolver-query-timeout configuration 2024-08-01 18:30:35 +00:00
ans8 Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
ans10 Add a server which returns FORMERR to all EDNS options 2023-05-11 09:32:02 +10:00
ns1 test that cache is preserved on reconfing failure 2025-09-17 16:45:51 +02:00
ns4 Isolate using the -T noaa flag only for part of the resolver test 2025-01-14 09:57:54 +00:00
ns5 Check that received ZONEVERSION is logged 2025-03-24 22:16:09 +00:00
ns6 Check responselog behaviour 2024-09-19 21:44:06 +00:00
ns7 Disable DNSSEC validation instead of enabling it with empty TAs in tests 2025-07-06 14:18:10 +00:00
ns9 Disable DNSSEC validation instead of enabling it with empty TAs in tests 2025-07-06 14:18:10 +00:00
ns11 add system test covering EDE 20 2025-03-13 11:16:01 +01:00
prereq.sh Reformat shell scripts with shfmt 2023-10-26 10:23:50 +02:00
setup.sh add system test covering EDE 20 2025-03-13 11:16:01 +01:00
tests.sh Reduce the number of outgoing queries 2025-11-20 13:31:11 +01:00
tests_resolver.py test that cache is preserved on reconfing failure 2025-09-17 16:45:51 +02:00
tests_sh_resolver.py test that cache is preserved on reconfing failure 2025-09-17 16:45:51 +02:00