bind9/bin/tests/system/emptyzones
Colin Vidal 349cc060f4 wait for reload completed in emptyzones system test
The emptyzones system test ran two consecutive "rndc reload" commands
without waiting for the first one to complete. It used to work because
the commands were serialized, but now an rndc reconfig/reload command is
ignored if another one is already running, so the emptyzones test is
more likely to fail.

Fix this problem by waiting for the log message indicating that all the
zones are loaded before attempting the next reload.
2025-06-23 23:20:30 -07:00
..
ns1 Rewrite emptyzones system test to pytest 2024-11-26 15:12:12 +00:00
tests_emptyzones.py wait for reload completed in emptyzones system test 2025-06-23 23:20:30 -07:00