[wasm] `Wasm.Build.Tests.Blazor.SimpleRunTests.BlazorBuildRunTest` failing on Windows
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=456409 Build error leg or test failing: Wasm.Build.Tests.Blazor.SimpleRunTests.BlazorBuildRunTest Pull request: https://github.com/dotnet/runtime.git/pull/94209
Error Message
Fill the error message using step by step known issues guidance.
{
"ErrorMessage": "",
"ErrorPattern": "src/Playwright/Transport/Connection.cs.*at Microsoft.Playwright.Transport.Connection.InnerSendMessageToServerAsync",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
Known issue validation
Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=456409
Error message validated: src/Playwright/Transport/Connection.cs.*at Microsoft.Playwright.Transport.Connection.InnerSendMessageToServerAsync
Result validation: :white_check_mark: Known issue matched with the provided build.
Validation performed at: 10/31/2023 8:53:30 PM UTC
Report
Summary
| 24-Hour Hit Count | 7-Day Hit Count | 1-Month Count |
|---|---|---|
| 0 | 4 | 10 |
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=456409 Build error leg or test failing: Wasm.Build.Tests.Blazor.SimpleRunTests.BlazorBuildRunTest Pull request: https://github.com/dotnet/runtime.git/pull/94209
Error Message
Fill the error message using step by step known issues guidance.
{
"ErrorMessage": "",
"ErrorPattern": "src/Playwright/Transport/Connection.cs.*at Microsoft.Playwright.Transport.Connection.InnerSendMessageToServerAsync",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
| Author: | radical |
|---|---|
| Assignees: | - |
| Labels: |
|
| Milestone: | - |
cc @maraf
still trickling in
System.TimeoutException : Timeout 30000ms exceeded.
Stack Trace:
/_/src/Playwright/Transport/Connection.cs(164,0): at Microsoft.Playwright.Transport.Connection.InnerSendMessageToServerAsync[T](String guid, String method, Object args)
/_/src/Playwright/Transport/Connection.cs(475,0): at Microsoft.Playwright.Transport.Connection.WrapApiCallAsync[T](Func`1 action, Boolean isInternal)
/_/src/Playwright/Core/BrowserType.cs(61,0): at Microsoft.Playwright.Core.BrowserType.LaunchAsync(BrowserTypeLaunchOptions options)
/_/src/mono/wasm/Wasm.Build.Tests/BrowserRunner.cs(112,0): at Wasm.Build.Tests.BrowserRunner.SpawnBrowserAsync(String browserUrl, Boolean headless)
/_/src/mono/wasm/Wasm.Build.Tests/BrowserRunner.cs(136,0): at Wasm.Build.Tests.BrowserRunner.RunAsync(ToolCommand cmd, String args, Boolean headless, Action`2 onConsoleMessage, Action`1 onServerMessage, Action`1 onError, Func`2 modifyBrowserUrl)
/_/src/mono/wasm/Wasm.Build.Tests/Blazor/BlazorWasmTestBase.cs(202,0): at Wasm.Build.Tests.BlazorWasmTestBase.BlazorRunTest(String runArgs, String workingDirectory, BlazorRunOptions runOptions)
/_/src/mono/wasm/Wasm.Build.Tests/Blazor/BlazorWasmTestBase.cs(229,0): at Wasm.Build.Tests.BlazorWasmTestBase.BlazorRunTest(String runArgs, String workingDirectory, BlazorRunOptions runOptions)
/_/src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/AppTestBase.cs(121,0): at Wasm.Build.Tests.TestAppScenarios.AppTestBase.RunSdkStyleApp(RunOptions options, BlazorRunHost host)
/_/src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/DownloadThenInitTests.cs(30,0): at Wasm.Build.Tests.TestAppScenarios.DownloadThenInitTests.NoResourcesReFetchedAfterDownloadFinished(String config)
--- End of stack trace from previous location ---
Maybe we could set the timeout shorter and do re-try when it's System.TimeoutException
cc @ilonatommy