-
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] TestEventsRPC is flaky #6417
Comments
I've reproed this locally with -count=100. The issue seems to be what I mentioned the other day in the meeting: When you specify a PORT and it is occupied, skaffold chooses to pick another PORT. So the output just before what you pasted above is likely something like:
as a result it will loop to connect and it will fail:
Do we have any strong feelings around keeping this "skaffold picks a different available port" logic? IMO it makes the tool less predictable and there's no way to communicate the picked port to the caller (short of caller parsing the unstructured output = undesirable?). @nkubala @tejal29 |
/assign |
Same root cause as #6375. |
I have seen this multiple times
The text was updated successfully, but these errors were encountered: