-
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
hack/test-integration.sh is flaky #4500
Comments
I am going to look into this one. |
Debugging message for debugging #4500
I kept getting emails about shippable failures... Below is the snippet of the log that includes @dchen1107's new log messages:
The host field of the pod was not assigned and the check failed after 30 seconds of polling. This means either the scheduler didn't schedule the pod or it couldn't schedule the pods due to, say, conflicts. The pod in question was from
I have a wild guess. Since usually only one runtime fails (1.3 or 1.4), could it have been port conflicts (hostPort: 8080) that failed the tests? |
Is this still a problem? Or can we close this issue now? |
A significant number of builds fail with the error
If you look at shippable history, this is the leading cause of flakes (build passes on 1.4, fails on 1.3 or vice versa).
The text was updated successfully, but these errors were encountered: