Closed
Bug 1906211
Opened 1 year ago
Closed 1 year ago
[wpt-sync] Sync PR 46995 - Do not skip all the remaining tests when one worker crashes
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox130 fixed)
RESOLVED
FIXED
130 Branch
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46995 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46995
Details from upstream follow.
Weizhong Xia <weizhong@google.com> wrote:
Do not skip all the remaining tests when one worker crashes
When one worker crashes, while tests already assigned to that work will never be run, the tests in other groups can still be run by other workers. There is no need to drain all tests in such scenario.
Ideally test_ended should be called for all such tests with a result SKIP-ped. Chromium handled this separately.
Bug: None
Assignee | ||
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INVALID
Assignee | ||
Updated•1 year ago
|
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Assignee | ||
Comment 1•1 year ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/054f59f1e40b
[wpt PR 46995] - Do not skip all the remaining tests when one worker crashes, a=testonly
Comment 3•1 year ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 1 year ago → 1 year ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•