From cb271dcef0d10dd7c2582be3eb756d43b96745cd Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 23 Jan 2020 13:54:56 +1100 Subject: [PATCH] wait for the ./NS lookup to complete (cherry picked from commit 9b6df37303a9b091f1c6742cfa4a0108ca7848c4) --- bin/tests/system/dnstap/tests.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/tests/system/dnstap/tests.sh b/bin/tests/system/dnstap/tests.sh index 588ced2cea..b6dd1c1040 100644 --- a/bin/tests/system/dnstap/tests.sh +++ b/bin/tests/system/dnstap/tests.sh @@ -44,7 +44,12 @@ wait_for_log 20 "all zones loaded" ns4/named.run || ret=1 if [ $ret != 0 ]; then echo_i "failed"; fi status=`expr $status + $ret` +# both the 'a.example/A' lookup and the './NS' lookup to ns1 +# need tocomplete before reopening/rolling for the counts to +# be correct. + $DIG $DIGOPTS @10.53.0.3 a.example > dig.out +wait_for_log 20 "(./NS): query_reset" ns1/named.run || true # check three different dnstap reopen/roll methods: # ns1: dnstap-reopen; ns2: dnstap -reopen; ns3: dnstap -roll