Closed
Bug 1601022
Opened 6 years ago
Closed 6 years ago
Intermittent devtools/client/webconsole/test/browser/browser_webconsole_reverse_search.js | A promise chain failed to handle a rejection: Connection closed, pending request to server0.conn255.child1/highlighter55, type hideBoxModel failed
Categories
(DevTools :: Console, defect, P5)
DevTools
Console
Tracking
(firefox73 fixed)
RESOLVED
FIXED
Firefox 73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: nchevobbe)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
Filed by: eakhgari [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=279340863&repo=try
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/AWI7j0ZwSju5y_57Gb2mvg/runs/0/artifacts/public/logs/live_backing.log
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•6 years ago
|
||
The failure indicates that there's a pending call
to the server for highlighting while the connection
is being closed.
I guess that's because the test was logging some
nodes, and the mouse position could trigger a
highlight.
Since we don't really need to log those nodes,
this patch only changes one of the expression.
Comment hidden (Intermittent Failures Robot) |
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/11201ca53825
Fix browser_webconsole_reverse_search.js intermittent. r=Honza.
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 73
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•