-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Flake: TestDebug/helm time out #5249
Comments
Ah The |
Hurray, the logs finally reveal the problem:
(Why doesn't this happen locally!?) |
Our integration tests use a helper function Lines 170 to 173 in f8ede65
This checks the pod phase, but doesn't check the pod readiness. You can see in the
|
Funnily enough, we have a few calls to Lines 176 to 179 in f8ede65
|
Closing as this last fix seems to have finally done the job. |
Seeing periodic failures of
TestDebug/helm
. It looks like the actualdebug
deployment is in progress but 1min is not sufficient. It seems surprising that the last logDeployment
message is at 10:34 but thekubectl get deploymens.app
is at 11:23 — why did nothing else happen in the time.The text was updated successfully, but these errors were encountered: