Closed
Bug 1059405
Opened 10 years ago
Closed 10 years ago
Big B2G xpcshell slowdown after MSG refactor landed
Categories
(Testing :: XPCShell Harness, defect)
Tracking
(firefox33 unaffected, firefox34 fixed, firefox35 fixed, firefox-esr31 unaffected)
RESOLVED
FIXED
mozilla35
Tracking | Status | |
---|---|---|
firefox33 | --- | unaffected |
firefox34 | --- | fixed |
firefox35 | --- | fixed |
firefox-esr31 | --- | unaffected |
People
(Reporter: RyanVM, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
patch
|
ahal
:
review+
|
Details | Diff | Splinter Review |
Both opt and debug runs increased their runtime by 20+min after the MSG refactor landed (bug 848954). Looking at the logs, it appears that tests (many in OS.File, like test_removeDir.js) went from a ~30s runtime to 4+min. This is causing us to hit both the global 120min timeout as well as the individual 5min test timeout.
https://tbpl.mozilla.org/php/getParsedLog.php?id=46833259&tree=Mozilla-Inbound
We have a reconfig coming shortly that'll split debug xpcshell into 2 chunks, which will take care of the global timeouts. As odious as it is to me, I think that for now, we need to bump the test timeout as well as the reasons for big increase in test runtime are unclear.
Reporter | ||
Comment 1•10 years ago
|
||
Attachment #8480018 -
Flags: review?(ahalberstadt)
Updated•10 years ago
|
Attachment #8480018 -
Flags: review?(ahalberstadt) → review+
Reporter | ||
Comment 2•10 years ago
|
||
The chunking change is live now, so hopefully we have green on this push.
https://hg.mozilla.org/integration/mozilla-inbound/rev/90cbae5b66af
Assignee: nobody → ryanvm
Whiteboard: [leave open]
Reporter | ||
Comment 4•10 years ago
|
||
This bug is as fixed as it's going to be. There are follow-up bugs filed for various slow tests that need more investigation.
Assignee: ryanvm → nobody
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox33:
--- → unaffected
status-firefox34:
--- → fixed
status-firefox35:
--- → fixed
status-firefox-esr31:
--- → unaffected
Resolution: --- → FIXED
Whiteboard: [leave open]
Target Milestone: --- → mozilla35
You need to log in
before you can comment on or make changes to this bug.
Description
•