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] System.Net.WebSockets.Client.Tests - abort early #97518

Closed
pavelsavara opened this issue Jan 25, 2024 · 2 comments
Closed

[browser] System.Net.WebSockets.Client.Tests - abort early #97518

pavelsavara opened this issue Jan 25, 2024 · 2 comments
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' 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 Jan 25, 2024

{
  "ErrorMessage": "",
  "ErrorPattern": "fail: MONO_WASM: .*status.*silent.*true",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Reproduction Steps

Log
Build : https://dev.azure.com/dnceng-public/public/_build/results?buildId=540620

[16:53:28] info: [2024-01-25T16:53:28.402Z] [STRT] System.Net.WebSockets.Client.Tests.InvokerConnectTest.ConnectAsync_PassNoSubProtocol_ServerRequires_ThrowsWebSocketException(server: ws://127.0.0.1:45759/WebSocket/EchoWebSocket.ashx)
[16:53:28] warn: MONO_WASM [0xdc19c-main]: WebSocket error {}
[16:53:28] fail: MONO_WASM: {"status":1,"silent":true}
[16:53:28] fail: [out of order message from the browser]: http://127.0.0.1:45759/_framework/dotnet.runtime.js 2 WebSocket connection to 'ws://127.0.0.1:45759/WebSocket/EchoWebSocket.ashx?subprotocol=CustomProtocol' failed: Error during WebSocket handshake: Response must not include 'Sec-WebSocket-Protocol' header if not present in request: CustomProtocol
[16:53:28] info: WASM EXIT 1

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=540620
Error message validated: fail: MONO_WASM: .*status.*silent.*true
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 1/26/2024 2:44:31 PM UTC

Report

Build Definition Test Pull Request
544190 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #97632
544043 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #91317
543851 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #97619
543713 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #97388
543151 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #97589
542984 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #97584
542954 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #97572
542527 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #96707
542296 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #97560
542041 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #97553
541996 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #97550
541975 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #97458
541769 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #96807
541766 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #97213
541439 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #97532
540994 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #97458
540620 dotnet/runtime WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution #97391

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 17
@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 Jan 25, 2024
@pavelsavara pavelsavara added this to the 9.0.0 milestone Jan 25, 2024
@pavelsavara pavelsavara self-assigned this Jan 25, 2024
@ghost
Copy link

ghost commented Jan 25, 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: MONO_WASM: {"status":1,"silent":true}",
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": false
}

Reproduction Steps

Log
Build : https://dev.azure.com/dnceng-public/public/_build/results?buildId=540620

[16:53:28] info: [2024-01-25T16:53:28.402Z] [STRT] System.Net.WebSockets.Client.Tests.InvokerConnectTest.ConnectAsync_PassNoSubProtocol_ServerRequires_ThrowsWebSocketException(server: ws://127.0.0.1:45759/WebSocket/EchoWebSocket.ashx)
[16:53:28] warn: MONO_WASM [0xdc19c-main]: WebSocket error {}
[16:53:28] fail: MONO_WASM: {"status":1,"silent":true}
[16:53:28] fail: [out of order message from the browser]: http://127.0.0.1:45759/_framework/dotnet.runtime.js 2 WebSocket connection to 'ws://127.0.0.1:45759/WebSocket/EchoWebSocket.ashx?subprotocol=CustomProtocol' failed: Error during WebSocket handshake: Response must not include 'Sec-WebSocket-Protocol' header if not present in request: CustomProtocol
[16:53:28] info: WASM EXIT 1
Author: pavelsavara
Assignees: pavelsavara
Labels:

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

Milestone: 9.0.0

@pavelsavara
Copy link
Member Author

Another Log

[19:42:59] info: [STRT] System.Net.WebSockets.Client.Tests.ConnectTest.ConnectAsync_CancellationRequestedInflightConnect_ThrowsOperationCanceledException
[19:42:59] fail: [out of order message from the browser]: http://127.0.0.1:42889/_framework/dotnet.runtime.js 2 WebSocket connection to 'ws://b44760fa44df438aa6006e75808ea080/' failed: Error in connection establishment: net::ERR_NAME_NOT_RESOLVED
[19:42:59] warn: [0xdc19c-main 19:42:59.442] MONO_WASM: WebSocket error {}
[19:42:59] info: [STRT] System.Net.WebSockets.Client.Tests.ConnectTest.ConnectAsync_PassNoSubProtocol_ServerRequires_ThrowsWebSocketException(server: ws://127.0.0.1:42889/WebSocket/EchoWebSocket.ashx)
[19:42:59] warn: [0xdc19c-main 19:42:59.636] MONO_WASM: WebSocket error {}
[19:42:59] fail: [0xdc19c-main 19:42:59.638] MONO_WASM: {"status":1,"silent":true}
[19:42:59] fail: [out of order message from the browser]: http://127.0.0.1:42889/_framework/dotnet.runtime.js 2 WebSocket connection to 'ws://127.0.0.1:42889/WebSocket/EchoWebSocket.ashx?subprotocol=CustomProtocol' failed: Error during WebSocket handshake: Response must not include 'Sec-WebSocket-Protocol' header if not present in request: CustomProtocol
[19:42:59] info: WASM EXIT 1

@github-actions github-actions bot locked and limited conversation to collaborators Mar 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' 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

No branches or pull requests

1 participant