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

Failed job only runs failed tests on Rerun workflow from start #101

Open
jameskip opened this issue Mar 23, 2022 · 2 comments
Open

Failed job only runs failed tests on Rerun workflow from start #101

jameskip opened this issue Mar 23, 2022 · 2 comments

Comments

@jameskip
Copy link

jameskip commented Mar 23, 2022

When rerunning a failed workflow in CircleCI only failed tests are rerun.

Expected workflow to run all tests as if it were a new workflow.

Screen Shot 2022-03-23 at 5 34 56 PM

@roopakv
Copy link
Owner

roopakv commented Mar 24, 2022

hey hey could you please give a bit more context.

  • What command are you using?
  • What did you pass into the command's parameters
  • what was the expected outcome and what is the current outcome?

Right now your screenshot doesnt give me enough data to debug what is going on here.

@jameskip
Copy link
Author

Sure! Here's an example:

Scenario
Given we have a workflow that has Failed in CircleCI
When I click Rerun workflow from start under actions on my pipeline
Then I expect the workflow to begin from beginning with no state persisting from the previous run

Actual result
Instead of running all tests again, only failed tests are rerun. We get No specs was found... in the console. See attached screenshot.

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

No branches or pull requests

2 participants