Closed
Bug 804543
Opened 13 years ago
Closed 13 years ago
[B2G] Gaia: make unused marionette sessions timeout and shutdown
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 805801
People
(Reporter: zcampbell, Unassigned)
Details
If a test fails for some unexpected reason and doesn't teardown properly then sometimes the marionette session on the device will stay open.
In order to run reliable on devices we need these session to self-kill after a period of inactivity so that the device can then be re-used for future tests.
This would also be useful on the emulator where it's tedious and resource heavy to restart a fresh emulator for every test.
A working example to compare to would be the Selenium Grid which will kill a session after x seconds of inactivity.
Comment 1•13 years ago
|
||
This is a duplicate of bug 805801. We will need to add in code to the runner to try clean up but marionette can't know the state of the browser until it receives a command and tries to execute it
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•