-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] intermittent race conditions in CI on make interchaintest-events
#1335
Comments
We should look into if this is still needed for our feegrant test: relayer/relayer/chains/cosmos/bech32_hack.go Lines 16 to 23 in 7e02760
It seems like this has something to do with it. |
Good call out, i just dumped the logs and didn't really look into it much since it was end of my day. This method should really not be getting called in many places, it's the source of much pain and suffering. I'm surprised to see that it is used in any of our tests. Once this is eventually closed out we will be able to kill this once and for all |
switch to docker image for e2e tests and use -race during compile in Dockerfile |
Hey @KyleMoser now that this PR in the SDK has been merged, can we remove this code from the test case #1335 (comment)? It would be nice to fix the race conditions we see from time to time in the e2e test cases. |
Noticed that there is an intermittent race condition detected in CI when running
make interchaintest-events
. I have not been able to reproduce this issue locally no matter how many runs I have attempted.Here are some logs:
The text was updated successfully, but these errors were encountered: