]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: test: Wait for the committed NSEC3 chain state in the nsec3 tests main
authorNicki Křížek <nicki@isc.org>
Tue, 4 Aug 2026 08:09:37 +0000 (10:09 +0200)
committerNicki Křížek <nicki@isc.org>
Tue, 4 Aug 2026 08:09:37 +0000 (10:09 +0200)
Prior to this fix, the `nsec3` system test could fail due to a test race. The NSEC3 chain is updated asynchronously, and waiting for the keymgr to be done with the zone isn't sufficient to check that the NSEC3 chain has been updated. Wait for the NSEC3PARAM to be published to ensure the zone is in its final signed state.

Example failure: https://gitlab.isc.org/isc-projects/bind9/-/jobs/7819249

Merge branch 'nicki/nsec3-wait-for-committed-chain' into 'main'

See merge request isc-projects/bind9!12487


Trivial merge