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
It is not a race condition. Unfortunately, the race detector has a limit to the number of goroutines possible in the test and this test spawn goroutines deliberately.
Wondertan
changed the title
[Bug]: Race Condition in TestRetrieveBlockData
[Bug]: TestRetrieveBlockData exceeds goroutine limit with -race flag
Jan 12, 2022
Celestia Node version
af0277b
OS
macOS 12.0.1
Install tools
No response
Others
No response
Steps to reproduce it
go test -v -race -run TestRetrieveBlockData ./ipld -count 1
Expected result
TestRetrieveBlockData is passing
Actual result
TestRetrieveBlockData is failing
Relevant log output
Notes
Same is reproducible in github action execution
The text was updated successfully, but these errors were encountered: