Closed
Bug 1088484
Opened 10 years ago
Closed 7 years ago
stop running tests if runner-service hits exceptions
Categories
(Testing Graveyard :: JSMarionette, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: mdas, Unassigned)
References
Details
If the python runner-service hits an exception, we just hang there instead of killing our tests and raising an appropriate error. We should be able to relay this message to the JS layer and stop the tests.
To reproduce this, unplug your device from your machine and run BUILDAPP=device make test-integration-test. You'll see the
IOError: No devices connected. Ensure the device is on and remote debugging via adb is enabled in the settings.
message from the python layer, but the test process keeps chugging along.
Comment 1•7 years ago
|
||
Bulk closed as part of https://bugzilla.mozilla.org/show_bug.cgi?id=1422750
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•