-
Notifications
You must be signed in to change notification settings - Fork 392
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: eg install and uninstall test #3515
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3515 +/- ##
==========================================
+ Coverage 67.36% 67.44% +0.08%
==========================================
Files 182 182
Lines 22433 22433
==========================================
+ Hits 15111 15130 +19
+ Misses 6230 6216 -14
+ Partials 1092 1087 -5 ☔ View full report in Codecov by Sentry. |
/retest |
/retest |
/retest |
maybe use the term |
sounds good! |
Hi @ShyunnY ! should we also update the existing "upgrade" test to use the new helm util? |
@guydc |
I thought about it, let's solve the current PR first. In the future I will open an issue: about adding |
yes, sure, let's get this in first. |
/retest |
hi, @arkodg |
/retest |
It will not impact other suites, but may impact other tests within this suite. |
can you give an example? Thanks! |
One example that comes to mind:
I think that we can just seperate this test into another suite and ensure that it runs after everything else in the |
wow, I like this solution ^_^ IMO, we should try not to introduce unnecessary complexity in E2E testing, which may cause additional confusion for new users. I will take your solution and change it, thank you for your review. |
/retest |
It seems like we've been procrastinating for a long time, can we please get on with this work? :) |
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! Probably need to wait #3764 gets in first.
769193f
to
70eb4dd
Compare
Signed-off-by: shyunny <shyunny@outlook.com>
70eb4dd
to
aefac57
Compare
I'm sorry for delaying the resolution of this conflict. In the latest commit, I thought to simplify the |
/retest |
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. Please feel free to give a status update now, ping for review, when it's ready. Thank you for your contributions! |
What type of PR is this?
e2e: eg install and uninstall test
What this PR does / why we need it:
Which issue(s) this PR fixes:
This PR adds e2e tests for the parts of
Helm.PackageTool
used inegctl
.package manager
feature.Fixes #3323