-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Wait longer for healthz during integration tests #16040
Wait longer for healthz during integration tests #16040
Conversation
Adding post start hooks makes it take longer for the server to report that it is healthy. Thus we wait longer to ensure that the server actually failed to start. Signed-off-by: Monis Khan <[email protected]>
Signed-off-by: Monis Khan <[email protected]>
71ed7ba
to
2b121fc
Compare
/test unit AWS flake |
@stevekuznetsov why did the bot remove the approved label? |
Bot's being silly |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: enj, mfojtik The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue (batch tested with PRs 16076, 16053, 16066, 16049, 16040) |
Adding post start hooks makes it take longer for the server to report that it is healthy. Thus we wait longer to ensure that the server actually failed to start.
Signed-off-by: Monis Khan [email protected]