[wpt-sync] Sync PR 23431 - Fix stash ID in //fetch/metadata/preload.https.sub.html
Categories
(Core :: DOM: Networking, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 23431 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23431
Details from upstream follow.
Mike West <mkwst@google.com> wrote:
Fix stash ID in //fetch/metadata/preload.https.sub.html
"{{uuid()}}"
is locked in when the page is generated, meaning that the generated
subtests were all using the same random string for their stash storage. Which was
dumb and my fault. This patch generates new stash IDs at runtime viatoken()
.h/t @jgraham in https://bugzilla.mozilla.org/show_bug.cgi?id=1635614.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=e750c60625f1e8f4e04d806c10a6967e0b6a7cc3
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 72 tests
Status Summary
Firefox
OK : 1
PASS: 19[GitHub] 90[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt]
Chrome
OK : 1
PASS: 19
Safari
OK : 1
PASS: 19
Links
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/697737336cb3 [wpt PR 23431] - Fix stash ID in //fetch/metadata/preload.https.sub.html, a=testonly
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/4bd3b8a75210 [wpt PR 23431] - Fix stash ID in //fetch/metadata/preload.https.sub.html, a=testonly
Comment 5•4 years ago
|
||
bugherder |
Description
•