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
This change fixes a data race that was caused by incorrectly copying
the defaultConfig, a pointer value and that "copied value" was passed around
to independent tests yet they were all mutating the same value.
The fix involves creating a true/correct fresh copy each time.
Fixes#17081
The test-integration job is flaky:
https://github.com/cosmos/cosmos-sdk/actions/runs/5612517291/job/15206440922?pr=17076
The text was updated successfully, but these errors were encountered: