]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Harden EDE 24 system tests
authorColin Vidal <colin@isc.org>
Thu, 6 Nov 2025 15:13:29 +0000 (16:13 +0100)
committerColin Vidal <colin@isc.org>
Thu, 6 Nov 2025 15:13:29 +0000 (16:13 +0100)
commit4b2dcb3128fbd5af4609a5a73aeeee1f93bde237
treec7109c671ff9866dc85d815e2920351d55b92ac8
parent32322ffdd83d4439790cee17f6fad7ff1e06b8a6
parent11a4df7ec5af1ac9197d0870f28fe83cf7b4ff48
fix: test: Harden EDE 24 system tests

Harden `ede24` system test in order to avoid random failures, likely caused by timing issues. Also remove expiration-related dead-code (which should have been done in the original ede24 changes) as well as printing the query ID, as this should be useful to debug further flaky system test issues. (In particular, this one, if the changes made here are not enough).

Closes #5625

Merge branch '5625-fix-ede24-test' into 'main'

See merge request isc-projects/bind9!11217