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

[wasm] Playwright failing #94240

Closed
radical opened this issue Oct 31, 2023 · 4 comments · Fixed by #104481
Closed

[wasm] Playwright failing #94240

radical opened this issue Oct 31, 2023 · 4 comments · Fixed by #104481
Assignees
Labels
arch-wasm WebAssembly architecture area-Build-mono in-pr There is an active PR which will close this issue when it is merged Known Build Error Use this to report build issues in the .NET Helix tab
Milestone

Comments

@radical
Copy link
Member

radical commented Oct 31, 2023

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: 🔎 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: ✅ Known issue matched with the provided build.
Validation performed at: 10/31/2023 8:53:30 PM UTC

Report

Build Definition Test Pull Request
729150 dotnet/runtime Workloads-NoWebcil-ST-Wasm.Build.Tests.TestAppScenarios.DownloadThenInitTests.WorkItemExecution #104356
722139 dotnet/runtime Workloads-NoWebcil-ST-Wasm.Build.Tests.Blazor.SimpleRunTests.WorkItemExecution #104049
715775 dotnet/runtime Wasm.Build.Tests.Blazor.BuildPublishTests.Test_WasmStripILAfterAOT #103755
713049 dotnet/runtime Workloads-NoWebcil-ST-Wasm.Build.Tests.Blazor.SimpleRunTests.WorkItemExecution #103689
712763 dotnet/runtime Workloads-ST-Wasm.Build.Tests.AspNetCore.SignalRClientTests.WorkItemExecution #103635
712534 dotnet/runtime Workloads-NoWebcil-ST-Wasm.Build.Tests.Blazor.MiscTests3.WorkItemExecution #100334
712239 dotnet/runtime Workloads-ST-Wasm.Build.Tests.AspNetCore.SignalRClientTests.WorkItemExecution #103638
712203 dotnet/runtime Workloads-ST-Wasm.Build.Tests.TestAppScenarios.LazyLoadingTests.WorkItemExecution #103144
710789 dotnet/runtime Workloads-ST-Wasm.Build.Tests.Blazor.IcuTests.WorkItemExecution #101337
710004 dotnet/runtime Workloads-ST-Wasm.Build.Tests.TestAppScenarios.SatelliteLoadingTests.WorkItemExecution #103422
709765 dotnet/runtime Workloads-NoWebcil-ST-Wasm.Build.Tests.Blazor.MiscTests3.WorkItemExecution #100334
703834 dotnet/runtime Workloads-ST-Wasm.Build.Tests.Blazor.MiscTests3.WorkItemExecution #100334
702554 dotnet/runtime Workloads-ST-Wasm.Build.Tests.Blazor.SimpleRunTests.WorkItemExecution #103195

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 1 13
@radical radical added 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 labels Oct 31, 2023
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Oct 31, 2023
@radical radical added arch-wasm WebAssembly architecture and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Oct 31, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Oct 31, 2023
@ghost
Copy link

ghost commented Oct 31, 2023

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:

arch-wasm, blocking-clean-ci, Known Build Error

Milestone: -

@radical radical self-assigned this Oct 31, 2023
@radical radical removed their assignment Feb 27, 2024
@pavelsavara
Copy link
Member

cc @maraf

@lewing
Copy link
Member

lewing commented Apr 24, 2024

still trickling in

@lewing lewing removed the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label May 2, 2024
@lewing lewing added this to the 9.0.0 milestone May 2, 2024
@lewing lewing removed the untriaged New issue has not been triaged by the area owner label May 2, 2024
@lewing lewing changed the title [wasm] Wasm.Build.Tests.Blazor.SimpleRunTests.BlazorBuildRunTest failing on Windows [wasm] Playwright failing Jun 19, 2024
@pavelsavara
Copy link
Member

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

@pavelsavara pavelsavara assigned ilonatommy and unassigned maraf Jul 4, 2024
@dotnet-policy-service dotnet-policy-service bot added the in-pr There is an active PR which will close this issue when it is merged label Jul 5, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Aug 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Build-mono in-pr There is an active PR which will close this issue when it is merged Known Build Error Use this to report build issues in the .NET Helix tab
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants