-
Notifications
You must be signed in to change notification settings - Fork 6
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
various failures in multicore configuration #2
Comments
Hm, so all of these cases were actually issues in the tests.
Can you give me an example (either in go-ipfs or an isolated test case)? i think you ran into a problem not covered by these failures that we need to find. (I run the tests with various permutations of See: #3 |
|
What branch?
Note master now carries ipfs/kubo@c43f97d which are the changes from: 7f96033...c3e5920 (got merged with ipfs/kubo#583 -- it may have been: 2496b7c |
I've fixed a bunch of close races in #23 as well so I'll assume this is fixed (can't reproduce locally). |
Running
go test --cpu 4
with or without--race
results in lots of different failures.@jbenet These cause clients to deadlock.
The text was updated successfully, but these errors were encountered: