-
Notifications
You must be signed in to change notification settings - Fork 415
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
Add system tests for chain upgrade - backport #1644
Conversation
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.
Great work! 🥇 LGTM 👍
There are still some todos in the test upgrade code.. not sure if they can be removed or you were planing to add more maybe in another pr.
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.
Very nice! 💯 LGTM 👍
Codecov Report
@@ Coverage Diff @@
## releases/v0.4x #1644 +/- ##
==================================================
+ Coverage 57.58% 57.66% +0.07%
==================================================
Files 62 62
Lines 8078 8071 -7
==================================================
+ Hits 4652 4654 +2
+ Misses 3040 3032 -8
+ Partials 386 385 -1
|
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! 👍
Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>
The upgrade test is flacky on this branch. Not sure if we should invest more time into this. 🤷 |
Backport #1643