-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[browser][websocket] Fix for Close Description validation #45536
[browser][websocket] Fix for Close Description validation #45536
Conversation
- Issue #45531 - The description validation exception was not being percolated through to the unit test
Tagging subscribers to this area: @dotnet/ncl Issue DetailsThe description validation exception was not being percolated through to the unit test The tests are expecting an exception.
Running the outerloop tests locally passes correctly with this modification. See #45470 for tests Fix #45531
|
...System.Net.WebSockets.Client/src/System/Net/WebSockets/BrowserWebSockets/BrowserWebSocket.cs
Outdated
Show resolved
Hide resolved
…browser-close-desc-validation
…eption and store it into a task to be returned.
...System.Net.WebSockets.Client/src/System/Net/WebSockets/BrowserWebSockets/BrowserWebSocket.cs
Show resolved
Hide resolved
Just trying to understand the situation with tests here.
I'm just wondering if there are any tests that we'll be able to see, going from FAIL to PASS. In the PR that you linked, I see some tests being marked with |
The ActiveIssue for 45531 will be removed |
…browser-close-desc-validation
Can we get another review? |
Build iOS x64 Release AllSubsets_Mono failing in all CI jobs #45654 |
...System.Net.WebSockets.Client/src/System/Net/WebSockets/BrowserWebSockets/BrowserWebSocket.cs
Show resolved
Hide resolved
The failure for Build iOS x64 Release AllSubsets_Mono failing in all CI jobs is unrelated see issue: #45468 |
…browser-close-desc-validation # Conflicts: # src/libraries/System.Net.WebSockets.Client/src/System/Net/WebSockets/BrowserWebSockets/BrowserWebSocket.cs
…e-desc-validation
The description validation exception was not being percolated through to the unit test
The tests are expecting an exception.
Running the outerloop tests locally passes correctly with this modification which follows the
ManagedWebSocket.cs
verification sequence.See #45470 for tests
Fix #45531