Open
Bug 1824190
Opened 2 years ago
Updated 2 years ago
Enable verify tests for WebTransport DOM xpcshell tests
Categories
(Core :: DOM: Networking, enhancement, P3)
Core
DOM: Networking
Tracking
()
NEW
People
(Reporter: edgul, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [necko-triaged])
Two tests were add in Bug 1818828.
dom/webtransport/test/xpcshell/test_simple_conn.js
dom/webtransport/test/xpcshell/test_simple_stream.js
Though the tests were disabled in two cases due to instability (racing):
- (verify && tsan)
- (verify && debug)
It is likely the case that the Http3Server we use for the test is not capable of handling multiple WebTransport connections.
Let's fix the underlying issue and enable these tests by default.
Reporter | ||
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P3
Whiteboard: [necko-triaged]
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Comment 1•2 years ago
|
||
The following try run may be of use:
https://treeherder.mozilla.org/jobs?repo=try&revision=ba9dc34878570e78fc5ae37b7b1c93017b778c04
Reporter | ||
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•