]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
wait for root server to complete reloading
authorMark Andrews <marka@isc.org>
Tue, 14 Jan 2020 06:08:25 +0000 (17:08 +1100)
committerMark Andrews <marka@isc.org>
Thu, 23 Jan 2020 21:39:18 +0000 (21:39 +0000)
bin/tests/system/dnssec/tests.sh

index 66d4a39a085fc48b7917151ef0331609b3437938..89e98de86f26ef115903c4944de699ddae7e5c9d 100644 (file)
@@ -3671,11 +3671,19 @@ dig_with_opts . dnskey +ednsopt=KEY-TAG:fffe +ednsopt=KEY-TAG:fffd @10.53.0.1 >
 grep "trust-anchor-telemetry './IN' from .* 65534" ns1/named.run > /dev/null || ret=1
 grep "trust-anchor-telemetry './IN' from .* 65533" ns1/named.run > /dev/null && ret=1
 $PERL $SYSTEMTESTTOP/stop.pl dnssec ns1 || ret=1
+nextpart ns1/named.run > /dev/null
 $PERL $SYSTEMTESTTOP/start.pl --noclean --restart --port ${PORT} dnssec ns1 || ret=1
 n=$(($n+1))
 test "$ret" -eq 0 || echo_i "failed"
 status=$((status+ret))
 
+echo_i "waiting for root server to finish reloading ($n)"
+ret=0
+wait_for_log 20 "all zones loaded" ns1/named.run || ret=1
+n=$(($n+1))
+test "$ret" -eq 0 || echo_i "failed"
+status=$((status+ret))
+
 echo_i "check that the view is logged in messages from the validator when using views ($n)"
 ret=0
 grep "view rec: *validat" ns4/named.run > /dev/null || ret=1