-
Notifications
You must be signed in to change notification settings - Fork 273
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
Add possibility to test in parallel without sharding (run the whole test on every device) #1844
Comments
Hey @raulriera, thanks for creating this issue:) I see that you're specifying a single flow to run - so I'd say that this is WAI. Sharding, as it stands in Maestro right now, splits flows into shards that run on different devices -- but if you have just one flow, then it will run on at most one device. If you had two flows, and had 2 simulators running, then each of those flows would run only once - one on the first device, and the second one on the second device. Take a look at #1818, we gather feature requests for sharding in there. |
I see, that indeed works
|
I'm gonna consider this a feature request, and #1818 is gonna be an epic. |
I think we can close it, I don't know what I was expecting I was only running one test to "quickly run something" but makes sense that it needs at least 1 per device |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue. |
Is there an existing issue for this?
Steps to reproduce
raulriera@rauls-mbp mobile % maestro test --shards=2 .maestro/runbooks/smoke/PD/send/SendFlowSolana.yaml
Actual results
Test only runs in one simulator (the latest one opened)
Expected results
It should run in both simulators according to the ne feature?
About app
About environment
macOS 14.5 (23F79)
Logs
Logs
Maestro version
1.37.2
How did you install Maestro?
install script (https://get.maestro.mobile.dev)
Anything else?
No response
The text was updated successfully, but these errors were encountered: