[wpt-sync] Sync PR 16141 - Fix flaky `Sec-Fetch-*` tests.
Categories
(Core :: DOM: Core & HTML, defect, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 16141 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/16141
Details from upstream follow.
Mike West <mkwst@chromium.org> wrote:
Fix flaky
Sec-Fetch-*
tests.The tests in //fetch/sec-metadata use the server-side stash, but don't
do so with unique-enough identifiers. This patch adds a nonce to the
stash key used by the tests, ensuring that they're not interfering
with each other.Bug: 947023
Change-Id: If24d441f6d0d9ced7f0eb1413eb78374fa3f62b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1543795
Reviewed-by: Adam Rice \<ricea@chromium.org>
Commit-Queue: Mike West \<mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#645718}
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Comment 6•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4d4ac12ce4f5
https://hg.mozilla.org/mozilla-central/rev/b8f679c088eb
Description
•