]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Fix `cyclic_glue` system test
authorColin Vidal <colin@isc.org>
Thu, 30 Apr 2026 14:31:21 +0000 (16:31 +0200)
committerColin Vidal <colin@isc.org>
Thu, 30 Apr 2026 14:31:21 +0000 (16:31 +0200)
commitffb5b76dbf3140900383ae8cce10d8eca975cfd8
treef2781f90f3127f6b821ec80e2fa34f9bb62dcf7a
parentd455794d0d9bece33346f96f1c9d2652b63b4755
parent69fad4f7a4cd02a037ecb0e1dd9e1b79c4f384af
fix: test: Fix `cyclic_glue` system test

The `cyclic_glue` system test was not explicitly waiting for the dump to
complete. As a result, the test could read an outdated dump file and
perform assertions on database state. Fix this by waiting for `dumpdb`
command to finish before reading `named_dump.db`.

Merge branch 'colin/fix-cyclic_glue-test' into 'main'

See merge request isc-projects/bind9!11934