]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: test: Wait for "all zones loaded" after rndc reload in "database" test
authorMichal Nowak <mnowak@isc.org>
Thu, 12 Dec 2024 12:08:13 +0000 (12:08 +0000)
committerMichal Nowak <mnowak@isc.org>
Thu, 12 Dec 2024 12:08:13 +0000 (12:08 +0000)
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


Trivial merge