Skip to content

feat: add --failed-first flag to run failed tests first#499

Closed
shay-dahan wants to merge 1 commit into
gotestyourself:mainfrom
jfrog-fastci:fastci/failed-first
Closed

feat: add --failed-first flag to run failed tests first#499
shay-dahan wants to merge 1 commit into
gotestyourself:mainfrom
jfrog-fastci:fastci/failed-first

Conversation

@shay-dahan

Copy link
Copy Markdown

This update introduces a new command-line flag, --failed-first, which allows users to prioritize running failed tests first. The flag is integrated into the setupFlags function and is accompanied by a new test case to validate its functionality.

This update introduces a new command-line flag, --failed-first, which allows users to prioritize running failed tests first. The flag is integrated into the setupFlags function and is accompanied by a new test case to validate its functionality.
@dnephin

dnephin commented May 14, 2025

Copy link
Copy Markdown
Member

Thanks for the PR. I don't understand what you're trying to do here. Run which failed tests before which other tests?

The current diff doesn't do anything, it sets a variable from a command line flag but never uses it.

@dnephin

dnephin commented May 14, 2025

Copy link
Copy Markdown
Member

I guess this PR was opened by accident, and #498 has the changes you want?

@dnephin dnephin closed this Jun 19, 2025
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