-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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.Runtime.InteropServices.Tests causing OSX queue backup from uploading dump #65000
Comments
Tagging subscribers to this area: @dotnet/interop-contrib Issue DetailsSee https://github.com/dotnet/core-eng/issues/15520#issuecomment-1032835597 Going to temporarily disable coredumps for libraries tests on macOS while we investigate more, since this is causing issues for everyone using the queue.
|
Thanks! If this is a reliable repro I could try running it locally. |
That would be great. My theory is that we have at least one expected dump from Lines 168 to 169 in b201a16
If it is that, it should be consistent. Many of the dumps I see are coming from passed tests. I know @stephentoub had mentioned/reported needing a way to avoid uploading dumps for expected crashes, but I can't seem to find the issue.
|
|
@elinor-fung Was this resolved with https://github.com/dotnet/core-eng/issues/15333? |
The immediate issues this was tracking have been addressed/mitigated. The long-term fix is tracked by #65422. |
See https://github.com/dotnet/core-eng/issues/15520#issuecomment-1032835597
Going to temporarily disable coredumps for libraries tests on macOS while we investigate more, since this is causing issues for everyone using the queue.
The text was updated successfully, but these errors were encountered: