[wpt-sync] Sync PR 43459 - compute-pressure: Stop mockPressureService when test completed
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox122 fixed)
| Tracking | Status | |
|---|---|---|
| firefox122 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43459 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43459
Details from upstream follow.
Arnaud Mandy <arnaud.mandy@intel.com> wrote:
compute-pressure: Stop mockPressureService when test completed
It seems that on some test bots, mockPressureService disconnect()
is slow and it is still delivering data, which leads to have more
updates than accepted.In this patch, we explicitely stop mockPressureService to
avoid extra updates.Change-Id: I535b8c21370d14f13f0d6140d1eb2cc043cbeac2
Bug: 1501324
Reviewed-on: https://chromium-review.googlesource.com/5076963
WPT-Export-Revision: 7a6a6cdf7e3b309a64494fbd58bbbd5bb657af2d
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Comment 3•2 years ago
|
||
| Assignee | ||
Comment 4•2 years ago
|
||
CI Results
Ran 7 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
FAIL: 1
Chrome
OK : 1
FAIL: 1
Safari
OK : 1
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /compute-pressure/compute_pressure_rate_obfuscation_mitigation_triggered.tentative.https.window.html [wpt.fyi]
- Rate obfuscation mitigation should have been triggered, when changes is higher than minimum changes before penalty:
FAIL(Chrome:FAIL, Safari:FAIL)
- Rate obfuscation mitigation should have been triggered, when changes is higher than minimum changes before penalty:
Comment 6•2 years ago
|
||
| bugherder | ||
Description
•