-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Cryptograph.Csp tests are failing intermittently #34045
Comments
@bartonjs ETA for when this will be addressed / disabled? It's continuing to impact our CI reliability. |
I don't doubt that they're failing, but I've run over two million iterations locally (Win8.1 Server) at this point without encountering a fault. Time to boot up a mac, I guess. |
When an excess of 10 million iterations succeeds... think laterally. The DSA Array, DSA Array+Offset, and DSA Span classes are all sharing key objects (similarly for the ECDSA ones, but a different triplet of sharing), so this is race conditions from parallel use on a type that isn't thread-safe. So I'll have a fix today. |
Console Log Summary
Builds
Configurations
Helix Logs
The text was updated successfully, but these errors were encountered: