]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fixup legacy test to account for not falling back to EDNS 512 lookups.
authorMark Andrews <marka@isc.org>
Fri, 23 Oct 2020 02:33:34 +0000 (13:33 +1100)
committerMark Andrews <marka@isc.org>
Mon, 9 Nov 2020 21:45:44 +0000 (21:45 +0000)
commitb5145f46dc0a7e3b0bcac0d86abec8293e6e3717
tree9650905fac9f33d1310e3d79bedc90a3f478211e
parent45f1df541285ab3c0d9d6b748ae4d9cc9fe0a7c0
Fixup legacy test to account for not falling back to EDNS 512 lookups.

The SOA lookup for edns512 could succeed if the negative response
for ns.edns512/AAAA completed before all the edns512/SOA query
attempts are made.  The ns.edns512/AAAA lookup returns tc=1 and
the SOA record is cached after processing the NODATA response.
Lookup a TXT record at edns512 and look it up instead of the
SOA record.

Removed 'checking that TCP failures do not influence EDNS statistics
in the ADB' as it is no longer appropriate.
bin/tests/system/legacy/ns1/trusted.conf
bin/tests/system/legacy/ns6/edns512.db.in
bin/tests/system/legacy/ns6/edns512.db.signed
bin/tests/system/legacy/ns7/edns512-notcp.db.in
bin/tests/system/legacy/ns7/edns512-notcp.db.signed
bin/tests/system/legacy/tests.sh