-
Notifications
You must be signed in to change notification settings - Fork 293
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
Fix | Change s_enclaveProviders to ConcurrentDictionary #1451
Fix | Change s_enclaveProviders to ConcurrentDictionary #1451
Conversation
Could you include a test? |
Any suggestions on how to consistently force concurrent access to |
My suggestion here is to provide the race condition by sending parallel requests to |
Again, that doesn't consistently force concurrent access. I think the use case for a test should be reproducible on every run. I don't mind adding it but it wouldn't add any value imo. Essentially the test would just be verifying whether a ConcurrentDictionary is actually thread-safe. |
In this case it could be a candidate for stress testing. |
Fixes #1444