-
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
TestDevPortForwardDeletePod
failing integration test against Minikube on Darwin
#4733
Comments
Looks like the build "hung" in some way as we should have seen a I restarted the job. Let's see if it fails again. |
I've been seeing this on Travis with |
What we should see:
I wonder if we're hitting some kind of CPU or memory issue. |
So I think the problem here is much simpler: the underlying skaffold instance is being blocked as its stdout buffer (a pipe) is full — we don't have anything reading off the process' output. |
Error log
Failed run: here
The text was updated successfully, but these errors were encountered: