Closed
Bug 1011168
Opened 11 years ago
Closed 11 years ago
settings rendering wifi list test is broken
Categories
(Firefox OS Graveyard :: Gaia::PerformanceTest, defect, P1)
Tracking
(b2g-v1.3T ?, b2g-v1.4 ?, b2g-v2.0 affected)
RESOLVED
FIXED
2.0 S2 (23may)
People
(Reporter: hub, Assigned: hub)
References
Details
(Keywords: perf, regression, Whiteboard: [c=automation p=1 s= u=])
Attachments
(1 file)
settings rendering wifi list test is broken.
run on hamachi |RUNS=1 APP=settings make test-perf|
You'll get a script timeout and no results for "settings > rendering WiFi list >"
This is a regression. It is caused by bug 993318
git bisect of gaia in master found as first bad:
commit 6ca9e882b9ad1faf15e058308a8feb3af08b95e6
Author: gasolin <gasolin@gmail.com>
Date: Thu Apr 10 17:49:40 2014 +0800
Bug 993318 - [Settings] build script improvement for load time
- prompt to alameda 0.2
Merged in commit 4afcad984ec25595c8acb1eb2660e77615f9955a
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Comment 1•11 years ago
|
||
As for the breakage, it seems that
app.element('wifiSelector', function(err, wifiSubpanel) {
wifiSubpanel.tap();
});
never produce anything visible in the UI.
Assignee | ||
Updated•11 years ago
|
Keywords: regression
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → hub
Status: NEW → ASSIGNED
Assignee | ||
Updated•11 years ago
|
Whiteboard: [c=automation p= s= u=] → [c=automation p=1 s= u=]
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8423961 -
Flags: review?(felash)
Comment 3•11 years ago
|
||
Comment on attachment 8423961 [details] [review]
Link to Github pull-request: https://github.com/mozilla-b2g/gaia/pull/19327
I'm not a Settings peer and I don't know enough about integration tests; 2 good reasons to pass the review to Arthur.
Attachment #8423961 -
Flags: review?(felash) → review?(arthur.chen)
Comment 4•11 years ago
|
||
Comment on attachment 8423961 [details] [review]
Link to Github pull-request: https://github.com/mozilla-b2g/gaia/pull/19327
Evelyn is probably a better choice because Arthur is in PTO next week.
Attachment #8423961 -
Flags: review?(arthur.chen) → review?(ehung)
Assignee | ||
Comment 5•11 years ago
|
||
Please be careful, the PR has TWO patches for TWO bugs (one blocking the other). This bug and bug 1011575. Thanks.
Comment 6•11 years ago
|
||
Comment on attachment 8423961 [details] [review]
Link to Github pull-request: https://github.com/mozilla-b2g/gaia/pull/19327
The patch makes sense to me. Thanks for fixing it. :)
Attachment #8423961 -
Flags: review?(ehung) → review+
Comment 7•11 years ago
|
||
merged into gaia-master:
https://github.com/mozilla-b2g/gaia/commit/966e7a9ca3a8b94f18c1f2c300e5ccd19250fc91
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → 2.0 S2 (23may)
You need to log in
before you can comment on or make changes to this bug.
Description
•