Closed
Bug 1317662
Opened 8 years ago
Closed 8 years ago
Intermittent devtools/client/commandline/test/browser_cmd_highlight_04.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), but only as a last resort. -
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect, P2)
DevTools Graveyard
Graphic Commandline and Toolbar
Tracking
(firefox52 unaffected, firefox53 fixed, firefox54 fixed)
RESOLVED
FIXED
Firefox 54
Tracking | Status | |
---|---|---|
firefox52 | --- | unaffected |
firefox53 | --- | fixed |
firefox54 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: gbrown)
Details
(Keywords: intermittent-failure, Whiteboard: [stockwell fixed])
Filed by: tomcat [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=39205575&repo=mozilla-inbound
https://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-inbound-linux-debug/1479198072/mozilla-inbound_ubuntu32_vm-debug_test-mochitest-devtools-chrome-3-bm03-tests1-linux32-build38.txt.gz
Priority: -- → P2
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 9•8 years ago
|
||
This is a long-running test when it succeeds:
devtools/client/commandline/test/browser_cmd_highlight_04.js | took 356621ms
Most failures show progress just a few seconds before the timeout:
[task 2017-02-15T12:58:24.465009Z] 12:58:24 INFO - Buffered messages logged at 12:58:19
[task 2017-02-15T12:58:24.482874Z] 12:58:24 INFO - TEST-PASS | devtools/client/commandline/test/browser_cmd_highlight_04.js | html output for 'highlight .item --showall' -
[task 2017-02-15T12:58:24.490386Z] 12:58:24 INFO - Buffered messages finished
[task 2017-02-15T12:58:24.496338Z] 12:58:24 INFO - TEST-UNEXPECTED-FAIL | devtools/client/commandline/test/browser_cmd_highlight_04.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), but only as a last resort. -
so I think requestLongerTimeout() should avoid these failures.
Assignee: nobody → gbrown
Assignee | ||
Comment 10•8 years ago
|
||
I see requestLongerTimeout(3) was added just a few days ago - bug 1315570.
Assignee | ||
Comment 11•8 years ago
|
||
:ochameau, :smaug - I see the discussion in bug 1315570 about this test, but thought I should check in with you anyway: Shall I bump to requestLongerTimeout(4) or is there cause for concern here?
Flags: needinfo?(poirot.alex)
Flags: needinfo?(bugs)
Comment 12•8 years ago
|
||
As far as I know, devtools have buggy code where it uses requestAnimationFrame to effectively spin event loop, and each its request does heavy work, so that normal runnables don't get run.
But yes, even longer timeout might help.
Flags: needinfo?(bugs)
Comment 13•8 years ago
|
||
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/323bcdc5575f
Request even longer timeout for browser_cmd_highlight_04.js; r=me,test-only
Assignee | ||
Updated•8 years ago
|
Flags: needinfo?(poirot.alex)
Comment hidden (Intermittent Failures Robot) |
Updated•8 years ago
|
status-firefox52:
--- → unaffected
status-firefox53:
--- → affected
status-firefox54:
--- → affected
Comment 15•8 years ago
|
||
bugherder uplift |
Flags: in-testsuite-
Comment hidden (Intermittent Failures Robot) |
Comment 17•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 54
Updated•8 years ago
|
Whiteboard: [stockwell fixed]
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•