-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
System.Threading.Tasks.Parallel.Tests are timing out on s390x #101380
Comments
Interesting, the same run also failed System.Threading.Tests but for some reason the Helix workitem didn't fail...
|
We've seen the timeouts on the CI machine, and @giritrivedi has been trying to reproduce them. Unfortunately, when building and running the tests locally, those timeouts do not occur ... Giridhar is currently trying to see if using cross-built test assemblies makes any difference. Thanks for pointing out the SystemThreading.Tests failures, we'll look into those. |
It is currently hanging in CI: #101380
It is currently hanging in CI: #101380
I disabled the AllItemsEnumeratedOnce_For test in #101389 |
Looks like #99011 introduced a regression on big-endian hosts:
This computation is used for both 8-bit and 16-bit fallbacks - but it is incorrect for 16-bit (should be |
cc: @MichalPetryka |
It is currently hanging in CI: dotnet#101380
Recent runs of the runtime-community pipeline are timing out because of a long running test that is likely hanging:
/cc @uweigand
The text was updated successfully, but these errors were encountered: