-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[wasm] interpreter timeouts when WebSocket closes unexpectedly #84101
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsError Blob{
"ErrorMessage": " WARNING: Web browsers do not support closing the output side of a WebSocket. CloseOutputAsync has closed the socket and discarded any incoming messages.",
"BuildRetry": false,
"ErrorPattern": "",
"ExcludeConsoleLog": true
} Reproduction StepsNo response
|
These are the WebSocket only failures getting caught up in #83655 which are different from the general aot timeout in compilation |
this might have stopped when I rolled back the chrome installer :| |
That message |
This is timeout on NodeJS, which is strange.
|
I updated the pattern. |
This is browser log going fine until [05:34:49] and then nothing at all until timeout.
|
Edit: that's not true. |
Looks like this is causing |
That is different issue likely with different cause. Just my error pattern is also capturing that. We know that debugger tests are fragile. |
Here is another WASM timeout on NodeJS Log which means that NodeJS timeout is not related to WebSocket problems.
|
Can we move the wasm debugger tests to runtime-extra-platforms? If we don't think there's a quick fix, this is a really high failure rate to keep running on all PRs. |
Created #85168 for debugger timeout, hope there is more precise patter for it. I will also create PR to disable the test shortly. |
#85169 for the debugger timeout |
How do I make this to display the last 100 failures rather than first 100 ? |
I'm closing this one and opening replacement #85304 in attempt to get latest timeouts. |
Error Blob
Report
Summary
The text was updated successfully, but these errors were encountered: