-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 handling of parseIP error #8820
Fix handling of parseIP error #8820
Conversation
Hi @Dean-Coakley. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Dean-Coakley 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 |
Can one of the admins verify this patch? |
Codecov Report
@@ Coverage Diff @@
## master #8820 +/- ##
==========================================
- Coverage 32.06% 32.04% -0.03%
==========================================
Files 161 165 +4
Lines 10533 10908 +375
==========================================
+ Hits 3377 3495 +118
- Misses 6752 6998 +246
- Partials 404 415 +11
|
/ok-to-test |
kvm2 Driver |
Travis tests have failedHey @Dean-Coakley, 1st Buildmake test
TravisBuddy Request Identifier: be1574e0-cdea-11ea-98fb-f5dcae6af814 |
kvm2 Driver Times for Minikube (PR 8820): [64.48017044800001 66.392330322 61.62921718199999] Averages Time Per Log
docker Driver Times for Minikube (PR 8820): [25.971811587 27.825185428999998 26.310734416] Averages Time Per Log
|
4b04b31
to
6958f49
Compare
(Kept same commit structure, needed to rebase to fix lint test) |
Travis tests have failedHey @Dean-Coakley, 1st Buildmake test
TravisBuddy Request Identifier: 9cd6d690-cded-11ea-98fb-f5dcae6af814 |
/ok-to-test |
@Dean-Coakley can you rebase against master so we can retest? This change looks good and I'd like to merge it soon. |
6958f49
to
c3de6d6
Compare
/retest unit_test |
@Dean-Coakley: The
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. |
/test unit_test |
@Dean-Coakley: The specified target(s) for
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. |
/retest |
thank you @Dean-Coakley |
Fixes: #8646
Before changes:
Fix