-
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
e2e(upgrades): ordered ICA channel can be closed after upgrade and packet timeout #5537
e2e(upgrades): ordered ICA channel can be closed after upgrade and packet timeout #5537
Conversation
…timing out a packet
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.
lgtm, left one comment re re-using some functions which you probably also noticed.
also note same e2e is failing for other PRs, seems like a regression someplace (relayer?) |
I will take a look. |
Looks like in the failing tests the relayer is submitting TRY twice to chain B. I already let Luca know. |
Is this the PR that requires a new relayer image before merging? I see the test is still failing in CI |
Correct. Got a new image yesterday, but fails (even though it was passing with the previous image). Already let Luca know. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5537 +/- ##
==========================================
+ Coverage 81.49% 81.51% +0.02%
==========================================
Files 199 199
Lines 15203 15225 +22
==========================================
+ Hits 12389 12411 +22
Misses 2348 2348
Partials 466 466
|
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.
Thank you @crodriguezvega for all your works getting the e2e's to be green!!!! ❤️🔥
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
Description
closes: #5538
Commit Message / Changelog Entry
see the guidelines for commit messages. (view raw markdown for examples)
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.