mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Removing now unneeded priming queries
Now that fctx_try is being called when adb returns DNS_ADB_NOMOREADDRESSES
we don't need these priming queries for the dual-stack-servers test
to succeed.
(cherry picked from commit 14ab1629b7)
This commit is contained in:
parent
14bd113b8f
commit
c77032caf5
1 changed files with 0 additions and 5 deletions
|
|
@ -858,11 +858,6 @@ status=$((status + ret))
|
|||
n=$((n + 1))
|
||||
echo_i "check that correct namespace is chosen for dual-stack-servers ($n)"
|
||||
ret=0
|
||||
#
|
||||
# The two priming queries are needed until we fix dual-stack-servers fully
|
||||
#
|
||||
dig_with_opts @fd92:7065:b8e:ffff::9 v4.nameserver A >dig.out.prime1.${n} || ret=1
|
||||
dig_with_opts @fd92:7065:b8e:ffff::9 v4.nameserver AAAA >dig.out.prime2.${n} || ret=1
|
||||
dig_with_opts @fd92:7065:b8e:ffff::9 foo.v4only.net A >dig.out.ns9.${n} || ret=1
|
||||
grep "status: NOERROR" dig.out.ns9.${n} >/dev/null || ret=1
|
||||
if [ $ret != 0 ]; then echo_i "failed"; fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue