aspnetcore: Flaky Various Blazor Template timeouts/failures
It 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.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 35 (32 by maintainers)
Commits related to this issue
- Upgrade `playwright-sharp-tool` https://www.nuget.org/packages/playwright-sharp-tool Contributes towards https://github.com/dotnet/aspnetcore/issues/30882. — committed to dotnet/aspnetcore by TanayParikh 3 years ago
- Upgrade Playwright (#38414) * Upgrade `playwright-sharp-tool` https://www.nuget.org/packages/playwright-sharp-tool Contributes towards https://github.com/dotnet/aspnetcore/issues/30882. * Up... — committed to dotnet/aspnetcore by TanayParikh 2 years ago
@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.