[wpt-sync] Sync PR 35632 - Ensure that sends to each uuid occur in order.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox107 fixed)
Tracking | Status | |
---|---|---|
firefox107 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(5 files)
Sync web-platform-tests PR 35632 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/35632
Details from upstream follow.
Fergal Daly <fergal@chromium.org> wrote:
Ensure that sends to each uuid occur in order.
Currently, there is no guaranteed ordering which means that e.g. 2
execute_script calls to the same UUID can end up with their code
running out of order.This adds a per-UUID queue for sending.
Fixed: 1350611,1356786
Change-Id: I3055660f52e6a5793ad74a769bb36f32a8e6b501
Reviewed-on: https://chromium-review.googlesource.com/3857583
WPT-Export-Revision: 753d8cafb32c426ef64706f31387c21edaa20f81
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
Assignee | ||
Comment 4•3 years ago
|
||
Assignee | ||
Comment 5•3 years ago
|
||
Assignee | ||
Comment 6•3 years ago
|
||
Comment 8•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/84510ba26564
https://hg.mozilla.org/mozilla-central/rev/59640e1c4282
Description
•