]> 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 13:13:17 +0000 (14:13 +0100)
commitcd48dcb0f87f8bed8138cbc4635a6a46f3148620
tree8c6bf5f4c23646756599fbff7045212f90a31489
parenta3fe766fe90df4e5170874d8ad88e9811936edb5
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