-
Notifications
You must be signed in to change notification settings - Fork 652
[DEBUGGING]: buildg time-out flaky issue (#4046) #4103
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
Conversation
Current patch is not fixing the issue. I will leave this open for possible further debugging, but the current intuition is likely a miss. |
Failure likely: #3556 |
Failure is #4132 |
See containerd#4046 Root cause is undiagnosed / unclear, but it seems like in some circumstances, buildg command is too late to read from stdin. This workaround introduces an arbitrary delay before writing to stdin, as a temporary solution to reduce test flakyness. Signed-off-by: apostasie <[email protected]>
Current assessment on this is that buildg timeout is just too short. Suggesting on upstream to increase it (#242). I do not see what we can do here in nerdctl, so, I am going to close this for now. If and when we get an updated buildg, we can re-evaluate. |
See #4046 Root cause is undiagnosed / unclear, but it seems like in some circumstances, buildg command is too late to read from stdin.
This workaround introduces an arbitrary delay before writing to stdin, as a temporary solution to reduce test flakyness.