-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Libraries tests timing out on AlmaLinux #87667
Comments
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsEver since we onboarded AlmaLinux in #86342 the
|
Tracking issue: dotnet#87667
This appears to be an issue with MSBuild in this configuration. When I run the System.Diagnostics.Process tests manually, they run and complete successfully, but the MSBuild I've attached a binlog of the issue. @rainersigwald @dsplaisted Any ideas? Anything I could do to narrow down the hang? This is in a docker container that was a pretty big pain to setup, so I can help run commands. |
The |
Hmm. Is there a good way to mimic the behavior of running all the tests locally? So I can figure out which one is failing? |
Or to get this info from Helix? All I see in the helix log is this: https://helix.dot.net/api/jobs/6eeb06e8-f3e5-4897-bd0b-70e966604916/details?api-version=2019-06-17 |
Unfortunately, I don't know the answer to that. I would defer to MattGal or Santi but they aren't part of the team anymore. What I know is that there isn't a way to reproduce how tests are run on Helix, locally - aside from manually executing the RunTests scripts after the test assemblies are built ( |
@agocke have you had time to reproduce the timeouts locally on an AlmaLinux container? |
I tried, no luck. My initial results where that it looked like both System.Diagnostics.Process and something else (sorry, left on another computer) were timing out. |
There's not really much that we can do at this point without spending a ton of time on this. Moving to Future. |
Ever since we onboarded AlmaLinux in #86342 the
Libraries Test Run release coreclr linux x64 Release
andLibraries Test Run release mono linux x64 Release
runs have been timing out. Likely some interaction in the tests themselves.The text was updated successfully, but these errors were encountered: