]> 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>
Wed, 8 Jan 2025 15:46:48 +0000 (16:46 +0100)
committerNicki Křížek <nicki@isc.org>
Mon, 20 Jan 2025 16:11:09 +0000 (17:11 +0100)
commitf59faf9d92acde0be9510e7d182fc1735b9f4a7e
tree667a16c1ad145a03e54dcfb7693a7253772b6e24
parentd989cccce9677d60a1c90f4d2aa1e665d279e61a
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]