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
--- FAIL: TestEventsTestSuite (0.02s)
--- FAIL: TestEventsTestSuite/TestEventManagerTypedEvents (0.01s)
testing.go:1312: race detected during execution of test
testing.go:1312: race detected during execution of test
--- FAIL: TestCoinTestSuite (0.04s)
--- FAIL: TestCoinTestSuite/TestCustomValidation (0.00s)
testing.go:1312: race detected during execution of test
Ok, the problem here is there is an explicit call to s.T().Parallel() in these tests, where the race condition stems from the global regex (pointer) used when validating coin denoms. So either we remove the global or make the tests execute sequentially.
Summary of Bug
(Please close of duplicate)
https://pastebin.com/wUcDxQta
https://github.com/cosmos/cosmos-sdk/runs/6690839672?check_suite_focus=true
Version
main
For Admin Use
The text was updated successfully, but these errors were encountered: