[wpt-sync] Sync PR 45084 - Retry emulator.wait_for_start() if it fails
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox125 fixed)
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45084 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45084
Details from upstream follow.
James Graham <james@hoppipolla.co.uk> wrote:
Retry emulator.wait_for_start() if it fails
This is a bit of a wallpaper patch, but I think what's going on is that there's a race condition between calling
emulator.start()andemulator.wait_for_start()during which adb commands can fail. This should probably be fixed inmozrunnerormozdevice, but for now this workaround seems to be enough; in particular https://community-tc.services.mozilla.com/tasks/IUqaruRyTCKDSqfyBov3lA/runs/0/logs/live/public/logs/live.log is an example where the initialwait_for_start()call failed, but the second one succeeded.
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Comment 4•2 years ago
|
||
Comment 5•2 years ago
|
||
| bugherder | ||
Description
•