[sig-cli] Kubectl client Simple pod should support inline execution and attach
flakes
#1005
Labels
[sig-cli] Kubectl client Simple pod should support inline execution and attach
flakes
#1005
Which jobs are failing?
CRI-O e2e-conmonrs: https://prow.ci.openshift.org/job-history/gs/origin-ci-test/pr-logs/directory/pull-ci-cri-o-cri-o-main-ci-e2e-conmonrs
Which tests are failing?
[sig-cli] Kubectl client Simple pod should support inline execution and attach
Since when has it been failing?
Since ever, reproducible with latest conmon-rs on
main
.Reason for failure (if possible)
The test flakes from time to time not containing the whole output in the logs:
https://github.com/kubernetes/kubernetes/blob/a66aad2d80dacc70025f95a8f97d2549ebd3208c/test/e2e/kubectl/kubectl.go#L757-L768
Anything else we need to know?
It looks like a race between the attach data and the processing in the stdout/err read loops. We added this code part to avoid such a race, but it will still happen after a couple of runs (even locally reproducible):
conmon-rs/conmon-rs/server/src/container_io.rs
Lines 337 to 343 in 29c5905
The text was updated successfully, but these errors were encountered: