-
Notifications
You must be signed in to change notification settings - Fork 133
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
CoreFX tests sometimes time out during PR validation builds #1487
Comments
I have also observed the same in CI. However, I don't see that whenever I try it locally. |
I saw this in one of the timeout cases
|
I believe that error is caused by an incomplete binlog, it's not indicating any build problem. So from that info it would seem the CI hangs (or dies?) after our SDK resolver replaces the IL SDK. |
Yep. And each timeout occurs at this point, which is interesting. |
That's the point where it runs the corefx tests, I think. On a successful build, after that line, it runs for about 4 minutes:
On a failing build, it takes about 2 hours and then times out:
|
[Triage] CoreFX tests are no longer integrated into source-build. The unified build work for .NET 8.0 and 9.0 will make it possible to run any repo's unit tests against source-build. |
This seems to be flaky. /cc @crummel @adaggarwal
The text was updated successfully, but these errors were encountered: