-
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
System.Security.Cryptography.X509Certificates.Tests crashing on Mariner OS #57810
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. |
Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @GrabYourPitchforks Issue DetailsConfiguration:
cc @danmoseley @safern @marek-safar
|
Duplicate of #57506? |
Based on the stack trace this looks different. Don't see any |
* Disable X509Certificates test assembly on Mariner Tracking issue #57810
Apparently #57811 didn't help as the test assembly is still crashing on Mariner: https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-930b6759615d4fa38f/System.Security.Cryptography.X509Certificates.Tests/1/console.779c5cb4.log?sv=2019-07-07&se=2021-09-13T21%3A00%3A03Z&sr=c&sp=rl&sig=7FcvQL4ouNFNYbp2I3bei3dBiuaIBxQ3RD9TuPiumHA%3D. Presumably the crash happens before the the assembly is skipped, during test discovery. |
No longer repros:
|
Actually, while the title never mentioned mono, I see the intro text did... reopening while I figure out how to run under mono. |
If this no longer repros - great. This is holding consolidating the X.509 tests in to the more general S.S.Cryptography/tests. |
Verified that it's not crashing on mariner.2, but unclear on how to proceed with removing the ActiveIssue labels see long update at #57506 (comment). |
Configuration:
net6.0-Linux-Release-x64-Mono_release-(Mariner.1.0.Amd64.Open)ubuntu.1604.amd64.open@mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-1.0-helix-20210528192219-92bf620
Console log: https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-9ceea0655ec846a0a6/System.Security.Cryptography.X509Certificates.Tests/1/console.10f1c92f.log?sv=2019-07-07&se=2021-09-07T08%3A33%3A20Z&sr=c&sp=rl&sig=HoZ9NO4K4w0Q%2BVf69HSt5eWYYCzqxtmOWEYPN68vdQ4%3D
Build: https://dev.azure.com/dnceng/public/_build/results?buildId=1300925&view=ms.vss-test-web.build-test-results-tab&runId=38340862&resultId=100247&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab
cc @danmoseley @safern @marek-safar
The text was updated successfully, but these errors were encountered: