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] InvokerCancelTest.SendAsync_Cancel_Success #98145

Closed
pavelsavara opened this issue Feb 8, 2024 · 1 comment · Fixed by #99522
Closed

[browser][MT] InvokerCancelTest.SendAsync_Cancel_Success #98145

pavelsavara opened this issue Feb 8, 2024 · 1 comment · Fixed by #99522
Assignees
Labels
arch-wasm WebAssembly architecture area-System.Runtime.InteropServices.JavaScript 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

@pavelsavara
Copy link
Member

pavelsavara commented Feb 8, 2024

Error Blob

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

Reproduction Steps

Log
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=557221&view=logs&jobId=63c2d0c8-fec2-5788-81c8-f3ac95e8841f

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

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=557221
Error message validated: [[FAIL] System.Net.WebSockets.Client.Tests.InvokerCancelTest.SendAsync_Cancel_Success]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 2/8/2024 7:40:15 AM UTC

Report

Build Definition Test Pull Request
596377 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #99482
584795 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #99081
571439 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #97759
569732 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #98510
568345 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #98515
567935 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #95404
565264 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #98199
565017 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 1 8
@pavelsavara pavelsavara added arch-wasm WebAssembly architecture blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' area-System.Runtime.InteropServices.JavaScript Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm labels Feb 8, 2024
@pavelsavara pavelsavara added this to the 9.0.0 milestone Feb 8, 2024
@pavelsavara pavelsavara self-assigned this Feb 8, 2024
@ghost
Copy link

ghost commented Feb 8, 2024

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

Issue Details

Error Blob

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

Reproduction Steps

Log
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=557221&view=logs&jobId=63c2d0c8-fec2-5788-81c8-f3ac95e8841f

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

arch-wasm, blocking-clean-ci, area-System.Runtime.InteropServices.JavaScript, Known Build Error, os-browser

Milestone: 9.0.0

@pavelsavara pavelsavara changed the title [brower][MT] InvokerCancelTest.SendAsync_Cancel_Success [browser][MT] InvokerCancelTest.SendAsync_Cancel_Success Feb 8, 2024
@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-System.Runtime.InteropServices.JavaScript 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.

1 participant