]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix cyclic_glue system test
authorColin Vidal <colin@isc.org>
Tue, 12 May 2026 12:42:35 +0000 (14:42 +0200)
committerColin Vidal <colin@isc.org>
Tue, 12 May 2026 14:42:31 +0000 (16:42 +0200)
commit591317efd790604f7bd55e0e9826bc9981ae4dbd
tree34f91514bc14cac029c62eb371e234fcf4a7e541
parent8c4e7d533e678cd21a7000c583dd8974a89e21b6
Fix cyclic_glue system test

The cyclic_glue system test was waiting for `running` log after
an `rndc reload` command, but wasn't waiting for the log saying a
specific zone which changed has been reloaded `zone <zone>/IN: loaded`.

As a result, the test could randomly fails. This is now fixed.
bin/tests/system/cyclic_glue/tests_cyclic_glue.py