]> 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)
committerAndoni Duarte Pintado <andoni@isc.org>
Wed, 15 Jan 2025 12:57:16 +0000 (13:57 +0100)
commite7d4e273379162a2dcbfdab5e254c2b4859e5559
tree42caadc9c42b77e6ad56e87837efa6e34e21dd5f
parent993cb7614891f034a44def009779631f7a7af838
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