Closed
Bug 1722545
Opened 3 years ago
Closed 3 years ago
browser_perf-docload.js and browser_perf-refresh.js fails with server targets
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(Fission Milestone:MVP, firefox92 fixed)
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
(Whiteboard: dt-fission-m3-mvp)
Attachments
(1 file)
These tests reload the test page and so introduce target switching.
The old perf panel spawn a brand new record when a target switch occurs,
which confuses these two tests.
It sounds fine to force client side target in these two tests given that the old performance is now preffed off. These tests failures doesn't translate into real user issue. It is mostly different expectations to have.
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•3 years ago
|
||
The old performance panel behaves quite differently in case of target switching.
It will open a brand new profile for the next test, which confuses these tests.
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1bedcc24d4d8
[devtools] Disable server targets in browser_perf-docload.js/browser_perf-refresh.js. r=nchevobbe
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
Updated•3 years ago
|
Fission Milestone: --- → MVP
Whiteboard: dt-fission-m3-mvp
You need to log in
before you can comment on or make changes to this bug.
Description
•