linux64/debug mochitest-devtools-chrome often exceeds its max-run-time: devtools/client/webconsole/test/browser/browser.ini runs for too long
Categories
(DevTools :: Console, defect, P3)
Tracking
(Not tracked)
People
(Reporter: gbrown, Assigned: gbrown)
References
(Blocks 1 open bug)
Details
Today, there are numerous test task timeouts reported in bug 1411358 for linux64/debug mochitest-devtools-chrome-12 (dt12): That test chunk is running for 90+ minutes. Other test chunks in the series run for only 20 or 30 minutes, but the test chunk algorithm cannot break down chunk 12 any further: it only runs one manifest, the devtools/client/webconsole tests.
https://treeherder.mozilla.org/logviewer.html#?job_id=284223033&repo=autoland
https://treeherder.mozilla.org/logviewer.html#?job_id=284221759&repo=autoland
https://treeherder.mozilla.org/logviewer.html#?job_id=284219443&repo=autoland
Assignee | ||
Comment 1•5 years ago
|
||
:nchevobbe - It looks like you are familiar with devtools/client/webconsole/test/browser/browser.ini tests. Would it be possible/reasonable to break up that test manifest into 2 or more smaller manifests?
Comment 2•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Comment 3•5 years ago
|
||
Sure, I already have a WIP patch for Bug 1603765 which does that.
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
Perfect! This is running fine now.
Description
•