Open
Bug 1422052
Opened 7 years ago
Updated 2 years ago
inspector and styleeditor DAMP tests have pending requests after reload step.
Categories
(DevTools :: Framework, enhancement, P3)
DevTools
Framework
Tracking
(Not tracked)
NEW
People
(Reporter: ochameau, Unassigned)
References
(Blocks 1 open bug)
Details
While working on bug 1420233 I realized that inspector and styleeditor were both having pending RDP request after "reload" subtest.
In this try push:
https://treeherder.mozilla.org/perf.html#/comparesubtest?originalProject=try&originalRevision=6884256b36dc397ff5677c311b2dced7c9782275&newProject=try&newRevision=2ed497c64dffa3fe9fbce0656d765e4caad3155f&originalSignature=edaec66500db21d37602c99daa61ac983f21a6ac&newSignature=edaec66500db21d37602c99daa61ac983f21a6ac&filter=settle&framework=1
We can see the time it takes to wait for all RDP request completion before closing the toolbox (settle-requests). It is anormaly high for inspector and styleeditor.
I think styleeditor subtest is just wrong, it doesn't wait correctly for panel update.
But for the inspector it may only be related to the element flashing, where we briefly show the highlighter when we select an element.
Ideally, it would be better to assert that panels do not have any unexpected pending request after page reload, so that we can get a mochitest to cover that.
But I don't know how easy that would be to write.
Updated•7 years ago
|
Priority: -- → P2
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Priority: P2 → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•