]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix cyclic glues (again)
authorColin Vidal <colin@isc.org>
Wed, 13 May 2026 13:20:35 +0000 (15:20 +0200)
committerColin Vidal <colin@isc.org>
Wed, 13 May 2026 20:27:05 +0000 (22:27 +0200)
commit5655fa9183b8bf854f550c58f71bd3108c9020ad
treeedef3f65ea313db55764dc8256d93579d6165d19
parentd8e196a76a9407d002d4f066fa861f0448e98638
Fix cyclic glues (again)

Previous fix `ed90d578b3a98f45eb8bc09966e9c4ab870a156d` uses
`wait_for_line()` by mistake as the test aims to wait for two log lines
to be printed before continuing (and not continuing as soon as one of
them is printed).

Instead, `wait_for_all()` is used since the order between the two
expected log line is not guaranteed.
bin/tests/system/cyclic_glue/tests_cyclic_glue.py