]> git.ipfire.org Git - thirdparty/bind9.git/commit
Wait for "all zones loaded" after rndc reload in "database" test
authorMichal Nowak <mnowak@isc.org>
Thu, 5 Dec 2024 10:58:12 +0000 (11:58 +0100)
committerMichal Nowak <mnowak@isc.org>
Thu, 12 Dec 2024 12:07:37 +0000 (12:07 +0000)
commit0bdd03db6683cd30924456823f650e37235cbce8
treeec992c3099a68669fd917da61278a2b2b8795c70
parent2bce06e170ad00294d02231826698232b6bdd0cf
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.
bin/tests/system/database/tests_database.py