-
Notifications
You must be signed in to change notification settings - Fork 585
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 E2E Tests: Update ibctest (Cosmos SDK 0.46) #1949
Conversation
…bc-go into update-ibctest-sdk-0-46
s.T().Cleanup(func() { | ||
if !s.T().Failed() { | ||
for _, c := range []*cosmos.CosmosChain{chainA, chainB} { | ||
if err := c.Cleanup(ctx); err != nil { | ||
s.T().Logf("Chain cleanup for %s failed: %v", c.Config().ChainID, err) | ||
} | ||
} | ||
} | ||
}) | ||
|
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.
the cleanup logic should be handled in ibctest now
) | ||
|
||
// TODO: using version v1.0.0 causes a build failure. This is the previous version which compiles successfully. | ||
replace github.com/ChainSafe/go-schnorrkel => github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d |
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.
this is the same version used in ibc-go go.mod
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.
weird
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.
Cheers 🥂
Codecov Report
@@ Coverage Diff @@
## main #1949 +/- ##
==========================================
+ Coverage 80.04% 80.12% +0.07%
==========================================
Files 166 167 +1
Lines 12421 11766 -655
==========================================
- Hits 9943 9428 -515
+ Misses 2013 1923 -90
+ Partials 465 415 -50
|
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.
post merge ACK
(cherry picked from commit c304a7c) # Conflicts: # e2e/testsuite/testsuite.go
(cherry picked from commit c304a7c) # Conflicts: # e2e/testsuite/testsuite.go
* Fix E2E Tests: Update ibctest (Cosmos SDK 0.46) (#1949) (cherry picked from commit c304a7c) # Conflicts: # e2e/testsuite/testsuite.go * resolving conflicts Co-authored-by: Cian Hatton <[email protected]> Co-authored-by: Damian Nolan <[email protected]>
* Fix E2E Tests: Update ibctest (Cosmos SDK 0.46) (#1949) (cherry picked from commit c304a7c) # Conflicts: # e2e/testsuite/testsuite.go * resolving conflicts Co-authored-by: Cian Hatton <[email protected]> Co-authored-by: Damian Nolan <[email protected]>
Description
This PR updates the to the version of ibctest which uses the cosmos sdk 0.46, this should allow us to run E2E tests again.
closes #1870
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.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes