[browser][tests][outerloop] Standup OuterLoop ClientWebSocket tests#45470
Merged
kjpou1 merged 20 commits intodotnet:masterfrom Dec 11, 2020
kjpou1:wasm-websocket-outerloop
Merged
[browser][tests][outerloop] Standup OuterLoop ClientWebSocket tests#45470kjpou1 merged 20 commits intodotnet:masterfrom kjpou1:wasm-websocket-outerloop
kjpou1 merged 20 commits intodotnet:masterfrom
kjpou1:wasm-websocket-outerloop
Conversation
|
Tagging subscribers to this area: @dotnet/ncl Issue DetailsGet the websocket outerloop tests stood up to run. Ongoing outstanding failures being looked at.
|
stephentoub
approved these changes
Dec 2, 2020
…websocket-outerloop
This was referenced Dec 3, 2020
…websocket-outerloop
…websocket-outerloop
- Removes the necessity of setting up a new test. - May want to go back to ActiveIssue for tracking purposes.
Member
|
/azp run runtime-libraries-mono outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…websocket-outerloop
…websocket-outerloop
…websocket-outerloop
- Removes the necessity of setting up a new test. - May want to go back to ActiveIssue for tracking purposes.
Contributor
Author
|
/azp run outerloop |
|
No pipelines are associated with this pull request. |
Contributor
Author
|
/azp run runtime-libraries-mono outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…websocket-outerloop
lewing
reviewed
Dec 11, 2020
src/libraries/System.Net.WebSockets.Client/tests/ClientWebSocketOptionsTests.cs
Outdated
Show resolved
Hide resolved
…etOptionsTests.cs Point to WebProxy support issue
Member
|
/azp run runtime-libraries-mono outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
lewing
approved these changes
Dec 11, 2020
|
Hello @lewing! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Get the websocket outerloop tests stood up to run.
Ongoing outstanding failures being looked at.
Some tests waiting on #44722 which have been tested against the mods and now pass with them.New issue for CloseOutputAsync: #45468
multiple failures for:The above appears to be an inconsistent response fromWebSocketsand what is returned/expected by managed client. Issue #45538Instead of tracking with ActiveIssue moved the platform detection code and initialization into the test.New issue for Close Description length: #45531 fixed here: #45536
Looking at subprotocol support specified by URI Query: See issue #45583
subprotocols are supported via websockets options and specifying the subprotocol via the AddSubProtocol method.
Intermittent Uncaught RuntimeError: memory access out of bounds: Issue #45586
New issue for AbortTests with varied failure reasons: #45674 Fixed here: #45827
Part of #44666