Fix no tests being run when flowsOrder specified all tests in the workspace#2003
Merged
bartekpacia merged 16 commits intomainfrom Sep 3, 2024
Merged
Fix no tests being run when flowsOrder specified all tests in the workspace#2003bartekpacia merged 16 commits intomainfrom
flowsOrder specified all tests in the workspace#2003bartekpacia merged 16 commits intomainfrom
Conversation
2db3cb8 to
a8fd7f8
Compare
Contributor
Author
Investigation resultsThis bug is introduced by #1732. Offending source code: It occurs only when all flows are specified in flows:
- "features/**"
includeTags:
- regression
executionOrder:
continueOnFailure: true
flowsOrder:
- test1
- test2
- test3If in Fix: when running in a single shard, add Also, I'd like to have a bit more output logging. |
adf7b82 to
b10554d
Compare
b10554d to
f06a298
Compare
flowsOrder not workingflowsOrder specified all tests in the workspace
c0e9f9a to
ac75432
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Attempts to fix #1971