Closed
Bug 1500141
Opened 7 years ago
Closed 7 years ago
Perma dt in devtools/client/framework/test/browser_toolbox_telemetry_activate_splitconsole.js when Gecko 64 merges to Beta on 2018-10-15
Categories
(DevTools :: Framework, defect, P1)
DevTools
Framework
Tracking
(firefox-esr60 unaffected, firefox62 unaffected, firefox63 unaffected, firefox64+ verified, firefox65 fixed)
VERIFIED
FIXED
Firefox 65
| Tracking | Status | |
|---|---|---|
| firefox-esr60 | --- | unaffected |
| firefox62 | --- | unaffected |
| firefox63 | --- | unaffected |
| firefox64 | + | verified |
| firefox65 | --- | fixed |
People
(Reporter: ebalazs_, Assigned: jdescottes)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
[Tracking Requested - why for this release]:
Central as Beta: https://treeherder.mozilla.org/#/jobs?repo=try&resultStatus=pending%2Crunning%2Ctestfailed%2Cbusted%2Cexception%2Cusercancel%2Crunnable&classifiedState=unclassified&revision=4a7b8f464994b17a81710909331fff2f1d3626a0&selectedJob=206348106
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=206348106&repo=try&lineNumber=9336
Flags: needinfo?(poirot.alex)
Updated•7 years ago
|
Comment 1•7 years ago
|
||
Soledad, with Alexandre on PTO, who can fix this - it permafails on beta? Thank you in advance.
Flags: needinfo?(spenades)
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 4•7 years ago
|
||
The test passes fine, and when it attempts to end, a pending unresolved promise is detected and that fails the test.
The promise corresponds to an actor request:
Connection closed, pending request to server1.conn76.child1/highlighter28, type showBoxModel failed
This is a frequent test failure for DevTools that usually means we need to change the test so it waits for various things to be done.
Now, why does it perma fail when merging to beta, I don't really understand.
Marking as P1 because of the nightly to beta merge coming up.
Priority: -- → P1
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
| Assignee | ||
Comment 5•7 years ago
|
||
This one is most likely related to Bug 1499483, where we made the Layout tab the default tab for the inspector sidebar. However it is not clear why it fails on Beta. Note that it is not a permafail, just a very frequent intermittent. For instance it didn't fail on `Linux x64 opt`
Flags: needinfo?(spenades)
| Assignee | ||
Comment 6•7 years ago
|
||
According to two try pushes, forcing the computed view tab instead of the layout tab fixes this particular error. I think we should go with that for the time being to unblock the situation.
try without fix: https://treeherder.mozilla.org/#/jobs?repo=try&revision=f952d4ebe686227b7305f56ce9c848332a5e5248
try with fix: https://treeherder.mozilla.org/#/jobs?repo=try&revision=6785b84e807af5861e6825379072bda9fa5f763b
In opt see dt4, in debug see dt6. Some noise due to browser_parsable_css also failing, but the splitconsole issue is gone with the fix.
Flags: needinfo?(poirot.alex)
| Assignee | ||
Comment 7•7 years ago
|
||
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/50357f08249d
Force computed view in splitconsole test to avoid frequent failures;r=pbro
Comment 9•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 65
Comment 10•7 years ago
|
||
Thank you for the quick fix:
https://hg.mozilla.org/releases/mozilla-beta/rev/affeef3f9bfa52619ab64ebe4e9253a4e4486bcf
Verified fixed on beta:
https://treeherder.mozilla.org/#/jobs?repo=mozilla-beta&resultStatus=success%2Cusercancel%2Crunnable%2Ctestfailed%2Cbusted%2Cexception%2Cretry&group_state=expanded&searchStr=devtools&revision=affeef3f9bfa52619ab64ebe4e9253a4e4486bcf
Status: RESOLVED → VERIFIED
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•