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
When running make test-race the tests fail because of different concurrency problems that need to be solved. Mostly because of concurrent read/writes to hashmaps.
Expected Behavior
make test-race should pass and be called be the CI.
The text was updated successfully, but these errors were encountered:
When running
make test-race
the tests fail because of different concurrency problems that need to be solved. Mostly because of concurrent read/writes to hashmaps.Expected Behavior
make test-race
should pass and be called be the CI.The text was updated successfully, but these errors were encountered: