-
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
hyperkit: fix hyperkit-vpnkit-sock setting #10631
Conversation
Hi @daehyeok. 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. |
Can one of the admins verify this patch? |
@daehyeok currently our mac integration machines are not working, do u mind running the full integration test on the MacBook and share the failuers? |
Here is failed list. ❯ cat out/testout_15d95e204.txt | grep FAIL
helpers_test.go:240: <<< TestMultiNode/serial/RestartMultiNode FAILED: start of post-mortem logs <<<
multinode_test.go:68: *** TestMultiNode FAILED at 2021-02-25 21:39:26.140953 -0800 PST m=+1691.336968114
helpers_test.go:240: <<< TestMultiNode FAILED: start of post-mortem logs <<<
--- FAIL: TestMultiNode (862.06s)
--- FAIL: TestMultiNode/serial (797.46s)
--- FAIL: TestMultiNode/serial/RestartMultiNode (429.48s)
panic.go:613: *** TestStoppedBinaryUpgrade FAILED at 2021-02-25 21:48:12.152836 -0800 PST m=+2217.338176019
--- FAIL: TestStoppedBinaryUpgrade (27.73s)
FAIL
FAIL k8s.io/minikube/test/integration 3031.676s
FAIL |
@daehyeok is that the only failure? |
/ok-to-test |
@medyagh yes, after 50mins long test, I got only above failes.
|
Hey @daehyeok 👋 First of all, thanks for picking this one up 🙇♂️ |
kvm2 Driver Times for Minikube (PR 10631): 69.1s 71.2s 74.0s Averages Time Per Log
docker Driver Times for Minikube (PR 10631): 28.6s 27.7s 28.2s Averages Time Per Log
|
@daehyeok thanks for your help! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: daehyeok, medyagh 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 |
kvm2 Driver Times for Minikube (PR 10631): 69.9s 70.6s 66.9s Averages Time Per Log
docker Driver Times for Minikube (PR 10631): 27.1s 27.7s 26.0s Averages Time Per Log
|
fixes #10443