Flaky Various Blazor Template timeouts/failures
See original GitHub issueIt looks like almost any blazor template test can fail due to a shared fixture being used between them and it timing out.
System.TimeoutException : Timeout 30000ms exceeded.
=========================== logs ===========================
<launching> C:\h\w\AC6D092A\w\A51C0945\e\ms-playwright\firefox-1225\firefox\firefox.exe -no-remote -headless -profile C:\h\w\AC6D092A\t\playwright_firefoxdev_profile-0AKzH5 -juggler-pipe -silent
<launched> pid=4752
[err] *** You are running in headless mode.
[out]
[out] Juggler listening to the pipe
[out] console.warn: SearchSettings: "get: No settings file exists, new profile?" (new Error("", "(unknown module)"))
[err] JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory.
[err]
[err] ###!!! [Child][RunMessage] Error: Channel closing: too late to send/recv, messages will be lost
[err]
Note: use DEBUG=pw:api environment variable and rerun to capture Playwright logs.
Issue Analytics
- State:
- Created 3 years ago
- Comments:35 (32 by maintainers)
Top Results From Across the Web
Handle errors in ASP.NET Core Blazor apps
This article describes how Blazor manages unhandled exceptions and how to develop apps that detect and handle errors.
Read more >Explain Blazor SignalR / Circuit Timeouts in Detail please
I made a brand new Blazor server project from default template (.NET 6) and added the code from the SO post to see...
Read more >Vstest Task Failed
The common error is shown below:. Thus not all tests were executed. NET 6 MAUI Blazor application (dotnet new maui-blazor). Create a PAT...
Read more >Framework Release
The second issue caused collection constraints checking for multiple items in a collection to fail. Issues Resolved. 2386 Contains.Item() fails for collections ...
Read more >The "W0004 - Timeout for theme loading is over" error occurs
Hello, I am trying to implement the functionality to dynamically change the theme on Blazor based Dashboard. We have found a sample from ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@TanayParikh do we still need this issue given the linked issue above?
Optimistically marking this as test-fixed since until retries most blazor template tests would fail at least once a day, knock on wood but all the blazor template tests have been green for 2+ days.