]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add zfs-test facility to automatically rerun failing tests
authorPaul Dagnelie <paulcd2000@gmail.com>
Wed, 1 Dec 2021 17:38:53 +0000 (09:38 -0800)
committerTony Hutter <hutter2@llnl.gov>
Mon, 6 Dec 2021 20:22:43 +0000 (12:22 -0800)
commitd34636151514829ed9bbd330bbe7dad79a1c817f
tree863038fcf092d6183aa4ab6e0a960e7b9b233a90
parent12d27e71349bbbfe97686fa1e153e29d3355c926
Add zfs-test facility to automatically rerun failing tests

This was a project proposed as part of the Quality theme for the
hackthon for the 2021 OpenZFS Developer Summit. The idea is to improve
the usability of the automated tests that get run when a PR is created
by having failing tests automatically rerun in order to make flaky
tests less impactful.

Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: Tony Nguyen <tony.nguyen@delphix.com>
Signed-off-by: Paul Dagnelie <pcd@delphix.com>
Closes #12740
.github/workflows/zfs-tests-functional.yml
.github/workflows/zfs-tests-sanity.yml
scripts/zfs-tests.sh
tests/test-runner/bin/test-runner.py.in
tests/test-runner/bin/zts-report.py.in