bind9/bin/tests/system/redirect
Ondřej Surý 739a067de8 System test for nxdomain-redirect combined with dns64
An AAAA query for a non-existent name into a view that combines
nxdomain-redirect with dns64 used to abort named via the DNS64
fallback in query_nodata(). The new module exercises all three
documented entry paths into query_redirect(): the authoritative
NXDOMAIN path (ns7, tripping INSIST(!is_zone) in
query_notfound()), the recursive NCACHENXRRSET path (ns8,
tripping REQUIRE in dns_rdataset_first() on a disassociated
rdataset), and the synth-from-dnssec path (ns10 validating
against ns9's signed root, with a primer A query so the second
AAAA reaches query_redirect() via query_coveringnsec()). ns9
serves as a neutral upstream so the cached and synthesized
negatives land real NXRRSETs.

Assisted-by: Claude:claude-opus-4-7
2026-05-28 11:11:17 +02:00
..
conf Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
ns1 Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
ns2 Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
ns3 Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
ns4 Remove licensing header check for root.hint[s] 2026-04-28 15:37:10 +01:00
ns5 Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
ns6 Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
ns7 System test for nxdomain-redirect combined with dns64 2026-05-28 11:11:17 +02:00
ns8 System test for nxdomain-redirect combined with dns64 2026-05-28 11:11:17 +02:00
ns9 System test for nxdomain-redirect combined with dns64 2026-05-28 11:11:17 +02:00
ns10 System test for nxdomain-redirect combined with dns64 2026-05-28 11:11:17 +02:00
setup.sh System test for nxdomain-redirect combined with dns64 2026-05-28 11:11:17 +02:00
tests.sh Fix swapped arguments in redirect2() single-label branch 2026-04-29 21:46:27 +02:00
tests_redirect_dns64.py System test for nxdomain-redirect combined with dns64 2026-05-28 11:11:17 +02:00
tests_sh_redirect.py System test for nxdomain-redirect combined with dns64 2026-05-28 11:11:17 +02:00