Closed
Bug 1845655
Opened 2 years ago
Closed 11 months ago
Fix the TestPHCExhaustion test
Categories
(Core :: Memory Allocator, task)
Core
Memory Allocator
Tracking
()
RESOLVED
FIXED
142 Branch
| Tracking | Status | |
|---|---|---|
| firefox142 | --- | fixed |
People
(Reporter: pbone, Assigned: pbone)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
TestPHCExhaustion was failing intermittently and will be disabled in Bug 1845017. To make it work properly there are two problems that need fixing.
-
We need to be able to adjust PHC's probabilities at runtime to lower
kAvePageReuseDelayand improve the reilability of this test. -
Investigate the other intermittent failure https://treeherder.mozilla.org/logviewer?job_id=423880091&repo=autoland&lineNumber=2029
| Assignee | ||
Comment 1•11 months ago
|
||
| Assignee | ||
Comment 2•11 months ago
|
||
PHC's stats can be used to determine the exact number of free PHC slots
which can make this test much more reliable and simpler.
Updated•11 months ago
|
Attachment #9497596 -
Attachment description: WIP: Bug 1845655 - PHC Exhaustion test is more reliable → Bug 1845655 - PHC Exhaustion test is more reliable r=glandium
Pushed by pbone@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/a2c2343e7033
https://hg.mozilla.org/integration/autoland/rev/4bb41ed65601
Fix and enable PHCExhaustion test r=glandium
https://github.com/mozilla-firefox/firefox/commit/6f8fc8dc937c
https://hg.mozilla.org/integration/autoland/rev/588b002c5e6c
PHC Exhaustion test is more reliable r=glandium
https://hg.mozilla.org/mozilla-central/rev/4bb41ed65601
https://hg.mozilla.org/mozilla-central/rev/588b002c5e6c
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox142:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 142 Branch
Updated•10 months ago
|
QA Whiteboard: [qa-triage-done-c143/b142]
You need to log in
before you can comment on or make changes to this bug.
Description
•