Skip to content
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

ci: enable race detector in unit tests #289

Closed
wants to merge 1 commit into from

Conversation

cwaldren-ld
Copy link
Contributor

@cwaldren-ld cwaldren-ld commented May 15, 2024

This increases test time from 7s to 38s.

It's up to you all if that's worth it - I think so, since the race detector can catch some nasty bugs that slip in silently. Even if you aren't using goroutines it can catch stuff in 3rd party libraries.

Otherwise can close this, was mostly just curious to see if there were any existing bugs.

@cwaldren-ld cwaldren-ld marked this pull request as ready for review May 15, 2024 17:40
@dbolson dbolson deleted the cw/test-race-detector branch May 30, 2024 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant