-
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
Clean up ssh tunnels during exit. #11745
Clean up ssh tunnels during exit. #11745
Conversation
Hi @vishjain. 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? |
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.
could u plz post before/after this PR in the PR Description ?
Done. |
@medyagh Can you take a glance at this, Thanks! |
@vishjain This looks good, could you just address the one comment above, then we can go ahead and run the full test suite. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vishjain 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 |
I've made the necessary changes here. |
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 52.8s 46.5s 47.2s 48.1s 46.7s Times for minikube ingress: 46.3s 31.7s 31.8s 31.8s 32.8s docker driver with docker runtime
Times for minikube start: 22.6s 21.1s 22.4s 21.1s 21.7s Times for minikube (PR 11745) ingress: 35.5s 37.0s 32.0s 31.5s 35.5s docker driver with containerd runtime
Times for minikube start: 30.8s 43.7s 43.7s 42.7s 43.6s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
fixes #10752
Before PR:
PID TTY TIME CMD
1417 ttys000 0:00.14 /bin/bash --rcfile /Applications/GoLand.app/Contents/plugins/terminal/jediterm-bash.in -i
1696 ttys001 0:00.07 login -pf vishal
1698 ttys001 0:00.12 -bash
7548 ttys001 0:00.25 minikube tunnel
7565 ttys001 0:00.25 minikube tunnel
After PR (Deleting is successful with no stray tunnels) :
PID TTY TIME CMD
1417 ttys000 0:00.14 /bin/bash --rcfile /Applications/GoLand.app/Contents/plugins/terminal/jediterm-bash.in -i
1696 ttys001 0:00.07 login -pf vishal
1698 ttys001 0:00.12 -bash