-
Notifications
You must be signed in to change notification settings - Fork 407
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
feat: add e2e test case for daemonset pod updater controller #1504
feat: add e2e test case for daemonset pod updater controller #1504
Conversation
@y-ykcir: GitHub didn't allow me to assign the following users: your_reviewer. Note that only openyurtio members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Codecov Report
@@ Coverage Diff @@
## master #1504 +/- ##
=======================================
Coverage 50.74% 50.74%
=======================================
Files 131 131
Lines 15576 15576
=======================================
Hits 7904 7904
Misses 6951 6951
Partials 721 721
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: ricky <[email protected]>
887d917
to
c5ce7c6
Compare
need to figure out the reason for autonomy test failure. It may be due to the use of the |
@xavier-hou PTAL |
Signed-off-by: ricky <[email protected]>
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
@xavier-hou Has fixed the automony test according to the suggestions. PTAL. |
@rambohe-ch LGTM |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rambohe-ch, y-ykcir The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…tio#1504) * feat: add e2e test case for daemonset pod updater controller Signed-off-by: ricky <[email protected]> * fix: automony failure Signed-off-by: ricky <[email protected]> --------- Signed-off-by: ricky <[email protected]>
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #1476
Special notes for your reviewer:
Does this PR introduce a user-facing change?
other Note
has written e2e tests for the auto upgrade model and ota upgrade model of the daemonset pod updater respectively