We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
a89ef03
Ubuntu 20.04.3 LTS
No response
TestFull_P2P_Streams is passing with no race conditions
TestFull_P2P_Streams is failing with data races
https://gist.github.com/Bidon15/9ec686472ed21ee77662fca18dc5ecf2
We should create a separate GH Action to catch this during every PR
The text was updated successfully, but these errors were encountered:
node/p2p: fix race condition in AddrsFactory
AddrsFactory
084756f
Copy `announce multi addresses` to separate array to avoid data race and return them with `listen multi addresses`. Issue celestiaorg#286
dbfae9c
b961bba
Successfully merging a pull request may close this issue.
Celestia Node version
a89ef03
OS
Ubuntu 20.04.3 LTS
Install tools
Others
No response
Steps to reproduce it
Expected result
TestFull_P2P_Streams is passing with no race conditions
Actual result
TestFull_P2P_Streams is failing with data races
Relevant log output
Notes
We should create a separate GH Action to catch this during every PR
The text was updated successfully, but these errors were encountered: