From: Michal Nowak Date: Thu, 12 Dec 2024 12:08:13 +0000 (+0000) Subject: fix: test: Wait for "all zones loaded" after rndc reload in "database" test X-Git-Tag: v9.21.4~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d3765a5f35bca3af53cc4d8050bc9b266195f401;p=thirdparty%2Fbind9.git fix: test: Wait for "all zones loaded" after rndc reload in "database" test After the rndc reload command finished, we might have queried the database zone sooner than it was reloaded because rndc reloads zones asynchronously if no specific zone was provided. We should wait for "all zones loaded" in the ns1 log to be sure. Closes #5075 Merge branch '5075-database-rndc-reload-ensure-all-zones-loaded' into 'main' See merge request isc-projects/bind9!9829 --- d3765a5f35bca3af53cc4d8050bc9b266195f401