-
Notifications
You must be signed in to change notification settings - Fork 20.6k
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
Some tests fail with data races #23848
Labels
Comments
Thanks for reporting, this was fixed by #23865 |
Actually, it wasn't though. Or maybe this is a new one
|
@holiman Just noting that whether races occur is not deterministic, so a clean run does not imply that all races are fixed. When tackling such problems I generally run tests 10,100,1000,10000 times as much as time permits to see if the races have been fixed (you never really know for sure). |
fjl
pushed a commit
that referenced
this issue
Dec 14, 2021
JacekGlen
pushed a commit
to JacekGlen/go-ethereum
that referenced
this issue
May 26, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
Geth version:
geth version
OS & Version: OSX
Expected behaviour
Tests should not encounter data races
Actual behaviour
Some tests do encounter data races, logs below:
vflux/client
p2p/discover
Steps to reproduce the behaviour
The text was updated successfully, but these errors were encountered: