Skip to content
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][MT] HttpClientCancelTest.SendAsync_Cancel_Success #98201

Closed
lewing opened this issue Feb 9, 2024 · 3 comments · Fixed by #99522
Closed

[browser][MT] HttpClientCancelTest.SendAsync_Cancel_Success #98201

lewing opened this issue Feb 9, 2024 · 3 comments · Fixed by #99522
Assignees
Labels
arch-wasm WebAssembly architecture area-VM-threading-mono blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' in-pr There is an active PR which will close this issue when it is merged Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm
Milestone

Comments

@lewing
Copy link
Member

lewing commented Feb 9, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=558384
Build error leg or test failing: System.Net.WebSockets.Client.Tests.HttpClientCancelTest.SendAsync_Cancel_Success
Pull request: #98151

[08:36:55] info: [STRT] System.Net.WebSockets.Client.Tests.HttpClientCancelTest.SendAsync_Cancel_Success(server: ws://127.0.0.1:41705/WebSocket/EchoWebSocket.ashx)
[08:36:55] fail: [FAIL] System.Net.WebSockets.Client.Tests.HttpClientCancelTest.SendAsync_Cancel_Success(server: ws://127.0.0.1:41705/WebSocket/EchoWebSocket.ashx)
[08:36:55] info: Actual Open when System.OperationCanceledException: The operation was canceled.
[08:36:55] info:    at System.Threading.CancellationToken.ThrowOperationCanceledException()
[08:36:55] info:    at System.Threading.CancellationToken.ThrowIfCancellationRequested()
[08:36:55] info:    at System.Net.WebSockets.BrowserWebSocket.SendAsyncCore(ArraySegment`1 buffer, WebSocketMessageType messageType, Boolean endOfMessage, CancellationToken cancellationToken)
[08:36:55] info:    at System.Net.WebSockets.Client.Tests.ClientWebSocketTestBase.TestCancellation(Func`2 action, Uri server)
[08:36:55] info:    at System.Net.WebSockets.Client.Tests.ClientWebSocketTestBase.TestCancellation(Func`2 action, Uri server)
[08:36:55] info:    at System.Net.WebSockets.Client.Tests.CancelTest.SendAsync_Cancel_Success(Uri server)
[08:36:55] info: --- End of stack trace from previous location ---

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "[FAIL] System.Net.WebSockets.Client.Tests.HttpClientCancelTest.SendAsync_Cancel_Success",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=558384
Error message validated: [[FAIL] System.Net.WebSockets.Client.Tests.HttpClientCancelTest.SendAsync_Cancel_Success]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 2/9/2024 12:29:11 AM UTC

Report

Build Definition Test Pull Request
590192 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #99331
583839 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #99095
579689 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #98838
578065 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #98876
571214 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #98631
569393 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #98557
567944 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #98299
567229 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #98446
562250 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #98152

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 1 8
@lewing lewing added arch-wasm WebAssembly architecture blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' area-VM-threading-mono Known Build Error Use this to report build issues in the .NET Helix tab labels Feb 9, 2024
@ghost
Copy link

ghost commented Feb 9, 2024

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=558384
Build error leg or test failing: System.Net.WebSockets.Client.Tests.HttpClientCancelTest.SendAsync_Cancel_Success
Pull request: #98151

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "[FAIL] System.Net.WebSockets.Client.Tests.HttpClientCancelTest.SendAsync_Cancel_Success",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
Author: lewing
Assignees: -
Labels:

arch-wasm, blocking-clean-ci, area-VM-threading-mono, Known Build Error

Milestone: -

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Feb 9, 2024
@lewing lewing added the os-browser Browser variant of arch-wasm label Feb 9, 2024
@lewing lewing added this to the 9.0.0 milestone Feb 9, 2024
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Feb 9, 2024
@lewing
Copy link
Member Author

lewing commented Feb 9, 2024

cc @pavelsavara

@pavelsavara pavelsavara changed the title [wasm] threading smoke [FAIL] System.Net.WebSockets.Client.Tests.HttpClientCancelTest.SendAsync_Cancel_Success [browser][MT] HttpClientCancelTest.SendAsync_Cancel_Success Feb 9, 2024
@pavelsavara pavelsavara self-assigned this Feb 9, 2024
@pavelsavara
Copy link
Member

probably related #98145

@dotnet-policy-service dotnet-policy-service bot added the in-pr There is an active PR which will close this issue when it is merged label Mar 11, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-VM-threading-mono blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' in-pr There is an active PR which will close this issue when it is merged Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@lewing @pavelsavara and others