Closed
Bug 1161795
Opened 10 years ago
Closed 10 years ago
[Raptor] Long application names cause timeout error
Categories
(Firefox OS Graveyard :: Gaia::PerformanceTest, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Eli, Assigned: Eli)
References
Details
Attachments
(2 files)
If an application has a long name, it causes the Raptor tests to time out. It looks like the application name is truncated when output by b2g-info, so doing a straight equality comparison would cause this breakage.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8601782 -
Flags: review?(rwood)
Comment 2•10 years ago
|
||
Comment on attachment 8601782 [details] [review]
Link to Github pull-request: https://github.com/eliperelman/node-mozdevice/pull/16
LGTM and tested in conjunction with the raptor PR to allow running outside of gaia/apps. Ran launch test on flame with a custom app based on dev_apps/template, with an app name 20 chars in length; app name is truncated in 'adb shell b2g-info" but launched and ran raptor test fine.
Attachment #8601782 -
Flags: review?(rwood) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•