Open
Bug 1464899
Opened 7 years ago
Updated 3 years ago
[wpt-sync] Sync PR 11202 - [testdriver] Prevent protocol interference
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(Not tracked)
NEW
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11202 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11202
Details from upstream follow.
Mike Pennisi <mike@mikepennisi.com> wrote:
> [testdriver] Prevent protocol interference
>
> Prevent interference between parallel invocations of the testdriver.js
> API by scheduling messages in a queue.
>
> Interference could be avoided by extending the communication protocol
> with a request/response identifier, but such an extension would be of
> little practical benefit because the WebDriver processing model does not
> support concurrency.
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•