-
Notifications
You must be signed in to change notification settings - Fork 963
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 ut for pkg/controllers/job/plugins #3422
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
f74473c
to
5a62ee3
Compare
I noticed that the test coverage in pkg/controllers can be improved. I will submit separate PRs to enhance this aspect. |
5a62ee3
to
fd96069
Compare
fd96069
to
6f93dbf
Compare
9ad9b2a
to
6f86cdb
Compare
6f86cdb
to
403bd6c
Compare
@hwdef /PTAL thanks! |
/assign @william-wang @Monokaix /PTAL thank for review |
403bd6c
to
b3921b2
Compare
b3921b2
to
aff89c8
Compare
Signed-off-by: googs1025 <[email protected]>
aff89c8
to
28be92f
Compare
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
/assign @Monokaix |
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
It seems that most cases just check the err returned, and the specific logic is not covered, maybe we can improve that. |
What type of PR is this?
unit test
What this PR does / why we need it:
Which issue(s) this PR fixes:
See more detail #3053 (comment)
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: