System information
Gstable version: 0.1.0-stable
CL client & version: N/A (Unit Test)
OS & Version: OSX 15.5
Commit hash : adf7258
Expected behaviour
'-race' option is enabled and tests are run, all tests must pass without any data race warnings.
Actual behaviour
During testing of the consensus pacakge, multiple WARNING: DATA RACE events occurred
Steps to reproduce the behaviour
go test -v -race github.com/ethereum/go-ethereum/consensus/...
Log File : consensus_test-dev_conf1.20-exe1.22.log