Skip to content
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

fix: don't increment code ID in e2e before running #3635

Merged
merged 2 commits into from
Dec 6, 2022

Conversation

czarcas7ic
Copy link
Member

@czarcas7ic czarcas7ic commented Dec 5, 2022

Closes: #XXX

What is the purpose of the change

Roman had to disable the IBC rate limiter test due to an unknown bug. This fixes that bug and re-enables that e2e test.

The reason we incremented this before is because the contract was uploaded in the upgrade handler, and this was a prior workaround to test this within e2e itself.

Brief Changelog

  • Removed code ID increment prior to contract upload
  • Re-enabled IBC test

@czarcas7ic czarcas7ic requested a review from p0mvn December 5, 2022 23:57
@czarcas7ic czarcas7ic added V:state/compatible/backport State machine compatible PR, should be backported A:backport/v13.x backport patches to v13.x branch labels Dec 5, 2022
@czarcas7ic czarcas7ic marked this pull request as ready for review December 6, 2022 00:02
tests/e2e/e2e_test.go Outdated Show resolved Hide resolved
Co-authored-by: Roman <roman@osmosis.team>
@czarcas7ic czarcas7ic merged commit 08a9aa1 into main Dec 6, 2022
@czarcas7ic czarcas7ic deleted the adam/e2e-ibc-contract-patch branch December 6, 2022 00:27
mergify bot pushed a commit that referenced this pull request Dec 6, 2022
* dont increment code ID

* Update tests/e2e/e2e_test.go

Co-authored-by: Roman <roman@osmosis.team>

Co-authored-by: Roman <roman@osmosis.team>
(cherry picked from commit 08a9aa1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:backport/v13.x backport patches to v13.x branch V:state/compatible/backport State machine compatible PR, should be backported
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants