Closed
Bug 873586
Opened 12 years ago
Closed 11 years ago
Detect if marionette crashed during a test
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 959520
People
(Reporter: mdas, Unassigned)
References
Details
(Whiteboard: [runner])
If the marionette server crashes during an automated test run, we get the error message:
"Could not successfully complete transport of message to Gecko, socket closed?"
which can happen for a multitude of reasons: if there is a socket problem, a marionette server crash or something else.
We can take advantage of geckoinstance.py and b2ginstance.py to check if our marionette server has crashed in either case, and give an appropriate message if that's the case. This will help clarify our error reporting.
Updated•11 years ago
|
Whiteboard: [runner]
Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 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
•