]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Allow re-run of mkeys system test
authorNicki Křížek <nicki@isc.org>
Mon, 25 Nov 2024 14:35:17 +0000 (14:35 +0000)
committerNicki Křížek <nicki@isc.org>
Mon, 25 Nov 2024 14:35:17 +0000 (14:35 +0000)
commit313aec581676b5d4b5fd1f086d13fae86495ef75
tree4da4aa67029ede38e986d0a872115dd885aef484
parentb5c080c68bf09ee173063fc25491b037154b8f57
parenta299650a6f1a4cac9c8e8105cb29a5de8a9c21ff
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

Merge branch '3098-allow-re-run-of-mkeys-test' into 'main'

See merge request isc-projects/bind9!9732