-
Notifications
You must be signed in to change notification settings - Fork 290
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
Fix no tests being run when flowsOrder
specified all tests in the workspace
#2003
Conversation
2db3cb8
to
a8fd7f8
Compare
Investigation resultsThis bug is introduced by #1732. Offending source code: maestro/maestro-cli/src/main/java/maestro/cli/command/TestCommand.kt Lines 197 to 198 in a9575c5
It occurs only when all flows are specified in flows:
- "features/**"
includeTags:
- regression
executionOrder:
continueOnFailure: true
flowsOrder:
- test1
- test2
- test3 If 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
Attempts to fix #1971