Closed
Bug 1626280
Opened 5 years ago
Closed 5 years ago
Test order of cached messages in console
Categories
(DevTools :: Console, task, P1)
DevTools
Console
Tracking
(Fission Milestone:M6, firefox77 fixed)
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
(Whiteboard: dt-fission-m2-mvp)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
We don't have test that make sure that cached messages are rendered in the expected order, and I think that's something we should have due to the work happening with ResourceWatcher and the retrieval of cached resources.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
I have a patch for adding such test (reusing an existing test): https://phabricator.services.mozilla.com/D69004
At the moment, it is failing, because of Bug 1620234.
Basically, since we have now 2 different places where we retrieve the cached messages, we first render the error and network messages, and then all the cached console messages.
we need to fix this and find a solution that won't harm performances.
Comment 3•5 years ago
|
||
Tracking Fission DevTools bugs for Fission Nightly (M6) milestone
Fission Milestone: --- → M6
Updated•5 years ago
|
Attachment #9137132 -
Attachment description: Bug 1626280 - Test order of caches messages in the console. r=ochameau. → Bug 1626280 - Test order of cached messages in the console. r=Honza.
Updated•5 years ago
|
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/068c009adc66
Test order of cached messages in the console. r=Honza.
Comment 5•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 77
You need to log in
before you can comment on or make changes to this bug.
Description
•