-
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
ServiceCmd restructuring to repair docker/port-forward issues #13756
Conversation
Hi @ckannon. 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. |
@medyagh can I get an /ok-to-test please? |
Can one of the admins verify this patch? |
8811161
to
b2e1ebe
Compare
/ok-to-test |
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.
thank you for this PR, do u mind adding before/after this PR in the PR description
kvm2 driver with docker runtime
Times for minikube (PR 13756) start: 52.8s 53.9s 53.0s 55.4s 50.9s Times for minikube ingress: 26.0s 30.0s 29.5s 29.1s 30.1s docker driver with docker runtime
Times for minikube (PR 13756) start: 26.1s 24.6s 26.3s 25.3s 27.2s Times for minikube ingress: 22.9s 25.9s 22.9s 22.9s 23.5s docker driver with containerd runtime
Times for minikube start: 30.4s 41.3s 41.9s 44.4s 40.8s Times for minikube ingress: 23.4s 22.9s 33.4s 19.9s 23.4s |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
Also - fixed tests so that all but one works for docker / port-forwarding drivers. Before:
After:
|
kvm2 driver with docker runtime
Times for minikube start: 53.9s 53.6s 53.2s 53.3s 52.6s Times for minikube ingress: 29.6s 29.6s 29.6s 29.6s 30.1s docker driver with docker runtime
Times for minikube (PR 13756) start: 26.5s 26.7s 28.0s 27.6s 28.2s Times for minikube ingress: 22.9s 22.9s 23.0s 24.5s 22.9s docker driver with containerd runtime
Times for minikube start: 35.6s 42.2s 42.8s 42.5s 45.7s Times for minikube ingress: 19.9s 22.9s 23.4s 23.9s 19.0s |
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. |
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.
thank you very much for not only fixing this regress but also added tests so it doesnt happen again!
good work
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ckannon, 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 |
fixes #13736
fixes #13746
fixes #13075
Before:
After: