Closed
Bug 1211405
Opened 9 years ago
Closed 8 years ago
Marionette/Marionette-webapi oop can't launch test container
Categories
(Remote Protocol :: Marionette, defect, P2)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jdai, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
According to bug 1075437 comment 23 and bug 1075437 comment 25, when running launch_test_container()[1] got ScriptTimeoutException: timed out.[2]
Also, TC Marionette Framework Unit Tests has the same error[3].
[1] https://dxr.mozilla.org/mozilla-central/source/testing/marionette/client/marionette/runner/base.py#671
[2] https://s3-us-west-2.amazonaws.com/taskcluster-public-artifacts/U8W6HJ1YSV6H9fgZhtAvmg/0/public/logs/live_backing.log
[3] https://treeherder.allizom.org/#/jobs?repo=try&revision=29def6666935&filter-searchStr=mn
Reporter | ||
Comment 1•9 years ago
|
||
Hi :jgriffin,
Do you know who is familiar with launch_test_container[1] code and can give some help? Thank you.
[1] https://dxr.mozilla.org/mozilla-central/source/testing/marionette/client/marionette/runner/base.py#671
Flags: needinfo?(jgriffin)
Comment 2•9 years ago
|
||
My guess is that the Gaia code for launching an app has changed from what is in https://dxr.mozilla.org/mozilla-central/source/testing/marionette/client/marionette/runner/base.py#676; you can look at https://github.com/mozilla-b2g/gaia/blob/master/tests/atoms/gaia_apps.js and see what needs to be done to update it.
Flags: needinfo?(jgriffin)
Comment 3•9 years ago
|
||
Updated•9 years ago
|
Assignee: nobody → echen
Updated•9 years ago
|
Priority: -- → P1
Updated•9 years ago
|
Priority: P1 → P2
Comment 4•8 years ago
|
||
It's not being worked by Edgar so I reset the assignee. This bug was filed for B2G RIL APIs and I assume it's no longer needed and can be closed. But to play it safer, it would be better to consult Connected Devices folks since neither Edgar or I work on B2G anymore.
Assignee: echen → nobody
Comment 5•8 years ago
|
||
Closing as no longer needed, see comment 4
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•