Closed
Bug 1526831
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 15295 - [Background Fetch] Fix flaky WP test that's timing out.
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(firefox67 fixed)
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 15295 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/15295
Details from upstream follow.
Rayan Kanso <rayankans@chromium.org> wrote:
[Background Fetch] Fix flaky WP test that's timing out.
Due to the scheduler handling multiple requests, there is an issue where
the in-progress processed bytes are being overwritten.This CL fixes the test by not relying on that value. The underlying
issue will be fixed in a follow-up CL.Bug: 929929
Change-Id: I48a1d7bb3899c441cdbf8dd2c13623204c1b9213
Reviewed-on: https://chromium-review.googlesource.com/1460924
WPT-Export-Revision: 63496bae3d263cfe9ec0515c934d65ecddfc5d1a
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=5b89bfa5daafc4f5ae94f1b9f57cf891d7c9ec72
Assignee | ||
Comment 3•6 years ago
|
||
Ran 1 tests and 18 subtests
OK : 1
FAIL : 18
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/790dd37ed6d8
[wpt PR 15295] - [Background Fetch] Fix flaky WP test that's timing out., a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ada5ae17588c
[wpt PR 15295] - [Background Fetch] Fix flaky WP test that's timing out., a=testonly
Comment 6•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Comment 7•6 years ago
|
||
https://hg.mozilla.org/projects/oak/rev/ada5ae17588cc11e5e5412b764c64c90d8979f0e
Bug 1526831 [wpt PR 15295] - [Background Fetch] Fix flaky WP test that's timing out., a=testonly
You need to log in
before you can comment on or make changes to this bug.
Description
•