-
Notifications
You must be signed in to change notification settings - Fork 295
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
Run tests with -race #340
Comments
Can't do this until libp2p comes with this fix multiformats/go-multistream#18 |
In the meanwhile, apart from the
|
I have just bubbled the multistream fix to libp2p, but will need to bubble libp2p here. |
ok, there's another race in yamux that will need to be bubbled: libp2p/go-libp2p#341 |
License: MIT Signed-off-by: Hector Sanjuan <code@hector.link>
Races in
|
License: MIT Signed-off-by: Hector Sanjuan <code@hector.link>
License: MIT Signed-off-by: Hector Sanjuan <code@hector.link>
License: MIT Signed-off-by: Hector Sanjuan <code@hector.link>
License: MIT Signed-off-by: Hector Sanjuan <code@hector.link>
License: MIT Signed-off-by: Hector Sanjuan <code@hector.link>
Unfortunately, there are still some data races in yamux libp2p/go-libp2p#396 so we can't enable this by default. License: MIT Signed-off-by: Hector Sanjuan <code@hector.link>
License: MIT Signed-off-by: Hector Sanjuan <code@hector.link>
License: MIT Signed-off-by: Hector Sanjuan <code@hector.link>
License: MIT Signed-off-by: Hector Sanjuan <code@hector.link>
License: MIT Signed-off-by: Hector Sanjuan <code@hector.link>
License: MIT Signed-off-by: Hector Sanjuan <code@hector.link>
License: MIT Signed-off-by: Hector Sanjuan <code@hector.link>
Even though we re-solved most issues for |
We have some races for sure, even if not critical. We should fix them so that tests pass with
-race
.The text was updated successfully, but these errors were encountered: