-
Notifications
You must be signed in to change notification settings - Fork 586
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
Upgrade Test Improvements #4660
Upgrade Test Improvements #4660
Conversation
…://github.com/cosmos/ibc-go into cian/issue#4216-add-v7-to-v8-e2e-upgrade-test
…n/issue#4645-v7-to-v8-upgrade-test-part-2
…/issue#4646-investigate-failing-testv6tov7chainupgrade-test-
…v7chainupgrade-test-
…v7chainupgrade-test-
…v7chainupgrade-test-
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Will we be able to remove this conditional on restarting hermes eventually? Do we need an issue of our own to track it?
LGTM 🚀
At the moment there's no tracker on our end, there is this issue. But also I don't think it's a huge priority to refactor the upgrade test to not have the restart. |
…v7chainupgrade-test-
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice work @chatton!
@@ -103,6 +103,10 @@ func (s *TransferTestSuite) TestMsgTransfer_Succeeds_Nonincentivized() { | |||
|
|||
expected := testvalues.IBCTransferAmount | |||
s.Require().Equal(expected, actualBalance.Int64()) | |||
|
|||
if testvalues.DenomMetadataFeatureReleases.IsSupported(chainBVersion) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Description
Review after #4649
This PR makes a few small improvements to the upgrade tests.
closes: #4216
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
).godoc
comments.Files changed
in the Github PR explorer.Codecov Report
in the comment section below once CI passes.