Closed
Bug 1302607
Opened 9 years ago
Closed 8 years ago
Intermittent devtools/client/sourceeditor/test/browser_detectindent.js | Test timed out -
Categories
(DevTools :: Source Editor, defect)
DevTools
Source Editor
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: bulk-close-intermittents, intermittent-failure, Whiteboard: [stockwell unknown])
| 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) |
| 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 16•8 years ago
|
||
this bug has picked up in frequency and has crossed our threshold of 30 instances/week to make it a priority bug to investigate and fix. This is on linux32/64 opt/pgo- not really debug (except random instances).
we typically run in <500ms, so the timeout is a real thing. When we timeout, other tests timeout as well, specifically:
browser_editor_addons.js
browser_editor_autocomplete_basic.js
it is as if something goes wrong here and we never clean up properly. Looking at what we see in a log file [0]:
[task 2017-01-14T03:44:24.261791Z] 03:44:24 INFO - TEST-START | devtools/client/sourceeditor/test/browser_detectindent.js
[task 2017-01-14T03:45:09.280056Z] 03:45:09 INFO - TEST-INFO | started process screentopng
[task 2017-01-14T03:45:09.577433Z] 03:45:09 INFO - TEST-INFO | screentopng: exit 0
[task 2017-01-14T03:45:09.578251Z] 03:45:09 INFO - Buffered messages logged at 03:44:24
[task 2017-01-14T03:45:09.578303Z] 03:45:09 INFO - must wait for focus
[task 2017-01-14T03:45:09.578352Z] 03:45:09 INFO - Buffered messages finished
[task 2017-01-14T03:45:09.578418Z] 03:45:09 INFO - TEST-UNEXPECTED-FAIL | devtools/client/sourceeditor/test/browser_detectindent.js | Test timed out -
[task 2017-01-14T03:45:09.578483Z] 03:45:09 INFO - MEMORY STAT | vsize 1107MB | residentFast 246MB | heapAllocated 88MB
[task 2017-01-14T03:45:09.578558Z] 03:45:09 INFO - TEST-OK | devtools/client/sourceeditor/test/browser_detectindent.js | took 45058ms
[task 2017-01-14T03:45:09.578600Z] 03:45:09 INFO - checking window state
[task 2017-01-14T03:45:09.578647Z] 03:45:09 INFO - Not taking screenshot here: see the one that was previously logged
[task 2017-01-14T03:45:09.578722Z] 03:45:09 INFO - TEST-UNEXPECTED-FAIL | devtools/client/sourceeditor/test/browser_detectindent.js | Found a after previous test timed out -
Looking at this log, I don't see any successful test-ok|pass statements, this would indicate we never get to the first is() statement:
https://dxr.mozilla.org/mozilla-central/source/devtools/client/sourceeditor/test/browser_detectindent.js?q=path%3Abrowser_detectindent.js&redirect_type=single#71
maybe the setup() function fails? possibly in the load:
https://dxr.mozilla.org/mozilla-central/source/devtools/client/sourceeditor/test/head.js#29
:gl, can you take a look at this and find someone to look into this?
[0] https://public-artifacts.taskcluster.net/BWQncVHqSjWtZdAVlm9yLA/0/public/logs/live_backing.log
Flags: needinfo?(gl)
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 21•8 years ago
|
||
gentle ping, this is still one of our more frequent intermittents- any chance you can take a look at it?
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 25•8 years ago
|
||
this has been greatly reduced, lets focus on other pressing issues :)
Flags: needinfo?(gl)
Whiteboard: [stockwell unknown]
| 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) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Status: NEW → RESOLVED
Closed: 8 years ago
Keywords: bulk-close-intermittents
Resolution: --- → INCOMPLETE
| 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) |
| Comment hidden (Intermittent Failures Robot) |
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•