Closed
Bug 1056654
Opened 10 years ago
Closed 7 years ago
gaia-integration device setup/tearDown is much slower than equivalent Python suite
Categories
(Testing Graveyard :: JSMarionette, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: zcampbell, Unassigned)
References
Details
(Whiteboard: [runner][device][emulator])
For a like for like test, the gaia-integration test runner is significantly slower than a Python test, as much as 30sec+ slower.
This needs to be pared down to <60 seconds for a basic test if possible.
Reporter | ||
Comment 1•10 years ago
|
||
It seems like the jsrunner does a hard reboot (eg equivalent of 'adb reboot' and this takes a lot longer to startup the device.
The Python runner just does stop b2g/start b2g which is a lot more lightweight.
Reporter | ||
Comment 2•10 years ago
|
||
Dave's work on Bug 1052433 will resolve a lot of comment#1.
Depends on: 1052433
Updated•10 years ago
|
Whiteboard: [runner]
Updated•10 years ago
|
Whiteboard: [runner] → [runner][device][emulator]
Comment 3•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
•