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

TestPriorityMutex fails under go test -race #249

Closed
bobg opened this issue Nov 23, 2020 · 0 comments · Fixed by #315
Closed

TestPriorityMutex fails under go test -race #249

bobg opened this issue Nov 23, 2020 · 0 comments · Fixed by #315
Labels
bug Something isn't working

Comments

@bobg
Copy link

bobg commented Nov 23, 2020

Describe the bug
The Go race detector finds a race condition when running TestPriorityMutex.

To Reproduce
go test -race ./utils

Expected behavior
No race condition found.

@bobg bobg added the bug Something isn't working label Nov 23, 2020
@raghavsharma873 raghavsharma873 mentioned this issue Apr 5, 2021
Merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging a pull request may close this issue.

1 participant