]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: test: Allow re-run of mkeys system test
authorNicki Křížek <nicki@isc.org>
Mon, 25 Nov 2024 16:23:18 +0000 (16:23 +0000)
committerNicki Křížek <nicki@isc.org>
Mon, 25 Nov 2024 16:23:18 +0000 (16:23 +0000)
commit327b70855e445abbfd46804fb8c553088e09841a
tree550c925de3a7c3ea1b6d0ba4f8ba27656ed3f7de
parentcfa26b9bd1bbc4a1ad338515b445151ee9950c6f
parent2f54aa22c7e9ce389b13a85fa87d8b54a61715ba
[9.18] fix: test: Allow re-run of mkeys system test

On some slow systems, the test might intermittently fail due to inherent
timing issues. In our CI, this most often happens in the
system:gcc:8fips:amd64 jobs.

Closes #3098

Backport of MR !9732

Merge branch 'backport-3098-allow-re-run-of-mkeys-test-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9765