You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not getting a warning from the race detector about this particular test case. However it does warn about a few txpool tests. I'm checking those out now.
Hey @s1na data race occurrences can be nondeterministic, so this data race may manifest itself on only 1 of 100 runs or only on specific hardware, but seeing it happen once means that there is a synchronisation problem with the code.
System information
Geth version:
OS & Version: Linux Ubuntu 20.04.2 LTS (Focal Fossa)
Expected behaviour
Tests should not exhibit data races.
Actual behaviour
Tests exhibit data races
Steps to reproduce the behaviour
go test -p 1 -race ./core
Backtrace
The text was updated successfully, but these errors were encountered: