-
Notifications
You must be signed in to change notification settings - Fork 350
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
Unable to run parallel/sharded tests on Android #1853
Open
1 task done
Labels
bug
Something isn't working
maestro cli
Related to the command-line Maestro tool
P1
Important, valid issues at the top of the work list
platform: android
Testing Android apps is affected
Comments
I did reproduce this problem. I started 2 emulators (API33 and API34), tests on one of them immediately failed, and the rest of flows (=the second half) ran normally on the second emulator. Weird and definitely a bug. |
rasyid7
added a commit
to rasyid7/maestro
that referenced
this issue
Aug 1, 2024
This was referenced Aug 1, 2024
bartekpacia
pushed a commit
that referenced
this issue
Aug 14, 2024
Should be mitigated by #1867, but the root cause (which is unknown at this moment) still persists. |
tokou
added a commit
to tokou/maestro
that referenced
this issue
Sep 1, 2024
bartekpacia
pushed a commit
to tokou/maestro
that referenced
this issue
Sep 2, 2024
tokou
added a commit
to tokou/maestro
that referenced
this issue
Sep 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
maestro cli
Related to the command-line Maestro tool
P1
Important, valid issues at the top of the work list
platform: android
Testing Android apps is affected
Is there an existing issue for this?
Steps to reproduce
It always fail except for on one device when running Android in parallel. Things I've tried:
maestro test --shards 3 maestro/
maestro --device 'emulator-5554,emulator-5556,emulator-5558' test -s 3 maestro/
Actual results
Only one device seems to run, 2/3 of the tests appear to fail straight away with 0s:
Logs:
maestro.log
Expected results
Tests should run in parallel, as they do on iOS which is working fine
About app
React Native
About environment
macOS Sonoma 14.4.1 M2 Pro
Logs
Logs
Maestro version
1.37.4
How did you install Maestro?
install script (https://get.maestro.mobile.dev)
Anything else?
Slack thread:
https://mobile-dev-inc.slack.com/archives/C041FU72T54/p1722341761341199
The text was updated successfully, but these errors were encountered: