]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Fix intermittent multisigner system test failures main
authorOndřej Surý <ondrej@isc.org>
Fri, 14 Aug 2026 10:46:05 +0000 (12:46 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 14 Aug 2026 10:46:05 +0000 (12:46 +0200)
commitc649901b07ab919999136fafdce98e25b0d58c77
tree9e87cdb5e017e36510dbf32f900c728498dc1d66
parent0877c016cb95427b5327327abde23b7eff89eb8b
parent3187ca62e65344b8a5539373bb5cb24f9b6aaed2
fix: test: Fix intermittent multisigner system test failures

The multisigner system test could query an inline-signed zone
before the signed view had processed an update, intermittently
observing the previous DNSKEY, CDNSKEY, or CDS RRset. Record
the served SOA serial before each same-server update and wait
for it to advance before checking the results.

Merge branch 'ondrej/fix-the-multisigner-tests-timing' into 'main'

See merge request isc-projects/bind9!12573