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

Do not retry any test if total failures have exceeded a certain limit #3139

Open
vkarak opened this issue Mar 13, 2024 · 0 comments
Open

Do not retry any test if total failures have exceeded a certain limit #3139

vkarak opened this issue Mar 13, 2024 · 0 comments

Comments

@vkarak
Copy link
Contributor

vkarak commented Mar 13, 2024

This is essentially a variation of the --max-retries option where the tests will be retried only if the total number of failures is below a certain threshold. This is different from the --maxfail option which will stop the session once the total number of failures is reached. This request would run all the tests once and will eventually decide whether it is worth retrying them or not.

@vkarak vkarak self-assigned this Mar 13, 2024
@vkarak vkarak added this to the ReFrame 4.7 milestone Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant