-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Enable race detection for unit tests #16239
Conversation
Enabling this just before a release seems like a good way to delay the release even further. |
I dont think the open pulls do have races in it and if so we should not merge them anyway! |
Yep, I agree with @zeripath . |
Race appears to break coverage results |
move for as long as it fails ... |
Maybe also enable race on integration will fix the coverage. |
the issue is you can not combine coverage files who have different test modiys (race & non race flag enabled) |
since #14723 got merged we should be able to enforce race detection for unit tests