From: Colin Vidal Date: Thu, 30 Apr 2026 14:31:21 +0000 (+0200) Subject: fix: test: Fix `cyclic_glue` system test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffb5b76dbf3140900383ae8cce10d8eca975cfd8;p=thirdparty%2Fbind9.git 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 --- ffb5b76dbf3140900383ae8cce10d8eca975cfd8