-
Notifications
You must be signed in to change notification settings - Fork 40k
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
HPA e2e tests: fixed waiting for service creation. #38463
Conversation
@k8s-bot verify test this |
Jenkins verification failed for commit 65b2cf0. Full PR test history. The magic incantation to run this job again is |
// Make sure endpoints are propagated. | ||
// TODO(piosz): replace sleep with endpoints watch. | ||
time.Sleep(10 * time.Second) | ||
// Wait for endpoints to propagate for the controller service. |
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.
Did you check whether there is no similar function in test utils?
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.
There was! Fixed.
HPA e2e tests: fixed waiting for service creation. Fixes kubernetes#32512.
65b2cf0
to
2b070e1
Compare
@piosz PTAL |
@jszczepkowski Move the milestone please if appropriate? |
Removing label |
LGTM |
Automatic merge from submit-queue (batch tested with PRs 37860, 38429, 38451, 36050, 38463) |
HPA e2e tests: fixed waiting for service creation. Fixes #32512.