]> git.ipfire.org Git - thirdparty/bind9.git/commit
Isolate using the -T noaa flag only for part of the resolver test
authorOndřej Surý <ondrej@isc.org>
Tue, 7 Jan 2025 14:22:40 +0000 (15:22 +0100)
committerNicki Křížek <nicki@isc.org>
Mon, 20 Jan 2025 16:05:38 +0000 (17:05 +0100)
commitda68396086aec180fd9e0490b334cfc5add5334b
tree791763e0448c7ccab5f76cb63c82339963791e6b
parent4f876e711102efad23f7ca6f7b56a34d80049076
Isolate using the -T noaa flag only for part of the resolver test

Instead of running the whole resolver/ns4 server with -T noaa flag,
use it only for the part where it is actually needed.  The -T noaa
could interfere with other parts of the test because the answers don't
have the authoritative-answer bit set, and we could have false
positives (or false negatives) in the test because the authoritative
server doesn't follow the DNS protocol for all the tests in the resolver
system test.

(cherry picked from commit e51d4d3b88af00d6667f2055087ebfc47fb3107c)
bin/tests/system/resolver/ns4/named.noaa [deleted file]
bin/tests/system/resolver/tests.sh