-
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
[NativeAOT] System.Reflection.Tests timeout/hang #69476
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Hit in #69468 |
@LakshanF Looks like the System.Reflection tests are hitting intermittent hang in the CI. We either need to get to the bottom of it quickly or disabled the tests again. |
Hit in #69451 |
Hit in #69469 |
This is failing too often. Submitted #69477 |
Yes, I was concerned about this even though re-running seems to work but timeouts are frequent enough to be a concern. Some observations;
|
The edit here: #69284 (comment) was to the CoreCLR test leg (running tests under src/tests), not the libraries test leg (running xunit tests under src/libraries), so it didn't affect System.Reflection.Tests runs. My concern was that adding anything ARM64 in that section won't work. ARM64 testing currently only works for the libs tests and those legs are defined lower in the runtime.yaml file. |
This is not fixed, just worked around. The test still hangs on Linux. Reopening. |
I see, so we now have a new bug for the same thing. Closing in favor of #70010... |
The text was updated successfully, but these errors were encountered: