]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Fix cyclic glues (again)
authorColin Vidal <colin@isc.org>
Wed, 13 May 2026 20:31:32 +0000 (22:31 +0200)
committerColin Vidal <colin@isc.org>
Wed, 13 May 2026 20:31:32 +0000 (22:31 +0200)
commitb4e8e431eb1bcb2e4b7c6f568c49b7ec23b59cc1
treeedef3f65ea313db55764dc8256d93579d6165d19
parentd8e196a76a9407d002d4f066fa861f0448e98638
parent5655fa9183b8bf854f550c58f71bd3108c9020ad
fix: test: Fix cyclic glues (again)

Previous fix `ed90d578b3a98f45eb8bc09966e9c4ab870a156d` uses
`wait_for_line()` by mistake, and the test aims to wait for two log
lines to be printed before continuing.

In principle, `wait_for_all()` should do, but `running` should always be
printed first, so `wait_for_sequence()` seems to be the right fit here.

Merge branch 'colin/fix-cyclic-glues-again' into 'main'

See merge request isc-projects/bind9!12013