-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
fix: return error instead of log.Fatalf() #5625
fix: return error instead of log.Fatalf() #5625
Conversation
fc707ee
to
b072a9d
Compare
c711fff
to
3ad43a2
Compare
3ad43a2
to
1d90e34
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.
HI @chansuke
Thanks for your contribution!
I added a few comments to address minor points. Could you please check them?
This PR has multiple commits, and the default merge method is: merge. 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. |
02740f5
to
0575a3a
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.
Hi @chansuke
This PR looks almost good to me!
I added a few minor comments that improve when any tests fail.
Could you check the below comments?
@koba1t |
Thanks @chansuke /lgtm |
/tide merge-method-squash |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chansuke, koba1t 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 |
This is a follow up PR of #5381 (comment)
Replace
log.Fatalf()
and return error.