]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: ci: Allow flaky unit tests to be re-run in CI
authorNicki Křížek <nicki@isc.org>
Wed, 2 Jul 2025 11:49:00 +0000 (13:49 +0200)
committerNicki Křížek <nicki@isc.org>
Wed, 2 Jul 2025 11:49:00 +0000 (13:49 +0200)
commit3719cf53c0f56fd8daf7569a67270aa776109ebb
treeb5594a3058a674807297b0805721868d41cf91d2
parent3c84cf04b753348fb63d56c3466117a710903add
parent50a1d49e7dbba3c089d9451581ad29c06109e7e3
chg: ci: Allow flaky unit tests to be re-run in CI

Mark unstable unit tests with `flaky` test suite. Execute the stable
separately in CI. Allow the flaky ones to be re-executed once in case
they fail.

Closes #5385

Merge branch '5385-rerun-flaky-unit-tests' into 'main'

See merge request isc-projects/bind9!10665