Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

junit5: Add support for --test_runner_fail_fast #221

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

fmeum
Copy link
Member

@fmeum fmeum commented Nov 9, 2023

When the Bazel flag --test_runner_fail_fast is enabled, the JUnit 5 runner will now skip all other tests after the first one has failed in an attempt to speed up the (failing) test run. This is useful in some CI setups as well as during bisection.

When the Bazel flag `--test_runner_fail_fast` is enabled, the JUnit 5
runner will now skip all other tests after the first one has failed in
an attempt to speed up the (failing) test run. This is useful in some
CI setups as well as during bisection.
@fmeum
Copy link
Member Author

fmeum commented Dec 12, 2023

@shs96c Friendly ping :-)

Copy link
Collaborator

@illicitonion illicitonion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@illicitonion illicitonion merged commit f2bf90a into bazel-contrib:main Dec 12, 2023
2 checks passed
@fmeum fmeum deleted the fail-fast branch December 12, 2023 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants