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

Bank Account: race detector not run #2021

Closed
bitfield opened this issue Dec 24, 2021 · 1 comment · Fixed by #2135
Closed

Bank Account: race detector not run #2021

bitfield opened this issue Dec 24, 2021 · 1 comment · Fixed by #2135

Comments

@bitfield
Copy link
Contributor

Solution 88c019dd66f14fd088b1fbc26af734e8 does not obtain the mutex when calling Balance, yet the tests pass. For this exercise, the tests need to be run with the -race flag to catch data races.

@junedev
Copy link
Member

junedev commented Dec 26, 2021

Thanks for the hint! The test runner currently does not include this capability. I created an issue for this in the test runner repo: exercism/go-test-runner#62 Once that issue is addressed, we can use the capability for the bank account exercise.

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 a pull request may close this issue.

2 participants