-
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
Enable xUnit verbose logging on System.IO.Tests #107149
Conversation
Tagging subscribers to this area: @dotnet/area-system-io |
What will be the main difference? There's also the Net5Compat tests failing with the same error. Are those handled with a different csproj? I don't remember. If they are, then they will need the same property added. |
This is akin to use
System.IO.Net5Compat.Tests does not exist in main, it was removed in #57735. |
Ok good to know. So when we find the offending test, we can hopefully do something similar servicing branches to unblock the Net5Compat failing tests. |
Trying #107163 before merging this. |
I'm still seeing OOM errors after #107163. |
/ba-g error on |
No, latest failure in main was https://dev.azure.com/dnceng-public/public/_build/results?buildId=793300&view=ms.vss-test-web.build-test-results-tab&runId=20409750&resultId=211437. That happened before merging #107163. Thanks for catching that, @jkotas. |
Contributes to #100558 in an attempt to visualize which test is causing OOM (error 137).