-
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.ChainTests.BuildInvalidSignatureTwice #48851
Comments
Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @GrabYourPitchforks Issue DetailsRunfo Creating Tracking Issue (data being generated)
|
|
This might be a result of #48460 that I did, I can look in to it this weekend. It switched chains, so maybe the new chain requires AIA fetching that wasn't happening before, and that fetch is flaky / network dependent. |
Doesn't look related actually, I was looking at a different |
This should be fixed by #49532. |
I just hit this error in #51344:
Reopening. |
On the one hand, I'd love to know why the test isn't being deterministic. On the other (more pragmatic) hand, "PartialChain" is as valid as a chain with NotSignatureValid (see also the macOS and Android implementations). So we should teach runtime/src/libraries/System.Security.Cryptography.X509Certificates/tests/ChainTests.cs Lines 991 to 997 in fe9a54d
Something like
|
Runfo Tracking Issue: System.Security.Cryptography.X509Certificates.Tests.ChainTests.BuildInvalidSignatureTwice
Build Result Summary
The text was updated successfully, but these errors were encountered: