-
Notifications
You must be signed in to change notification settings - Fork 154
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
Failed in testing repairs #45
Comments
I repeated the test for several times and can reproduce the errors as above. There is also one crash observed
Could it be a problem in the mocked cluster? |
It seems caused by race condition in map. Fixed in 9698675 by adding mutex. |
There is something more going on here. I enabled running the tests in GitHub actions and these tests kept failing (#49). I disabled them, merged, and then realized that I hadn't turned on the race detector (which was on before). Weirdly, with the race detector on, they pass (#50)! Locally for me, they also pass without race detection. |
I tried to port
roshi
to go 1.14 but failed in some tests related to repairhttps://travis-ci.com/github/yujunz/roshi/builds/176022842#L377
However, running test locally did PASS. What could be the problem?
The text was updated successfully, but these errors were encountered: