]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: test: Fix cyclic_glue system test
authorColin Vidal <colin@isc.org>
Tue, 12 May 2026 14:42:43 +0000 (16:42 +0200)
committerColin Vidal <colin@isc.org>
Tue, 12 May 2026 14:42:43 +0000 (16:42 +0200)
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.

Closes #5953

Merge branch '5953-fix-cyclic-glue-test' into 'main'

See merge request isc-projects/bind9!12003


Trivial merge