-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
None
-
False
-
None
-
False
-
-
-
0
-
0
Description
The ` [sig-node] Pods Extended Pod Container Status should never report success for a pending container [Suite:openshift/conformance/parallel] [Suite:k8s]` test is failing with OCP 4.16.0-0.ci.test-2024-05-31-085323-ci-op-261snk3z-latest https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openshift_release/52655/rehearse-52655-periodic-ci-kata-containers-kata-containers-main-e2e-tests/1796457266841391104 https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openshift_release/52655/rehearse-52655-periodic-ci-kata-containers-kata-containers-main-e2e-tests/1796765896501366784 but is passing with 4.15 https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openshift_release/52655/rehearse-52655-periodic-ci-kata-containers-kata-containers-main-minus1-e2e-tests/1796457266916888576
Steps to reproduce
# Get OCP 4.16 (tested with 4.16 from azure)
# Get kata-containers/kata-containers git repo
cd kata-containers/ci/openshift-ci
./test.sh
KATA_RUNTIME=kata-qemu .cluster/deploy_webhook.sh# Disable security
oc adm policy add-scc-to-group privileged system:authenticated system:serviceaccounts
oc adm policy add-scc-to-group anyuid system:authenticated system:serviceaccounts
oc label --overwrite ns default pod-security.kubernetes.io/enforce=privileged pod-security.kubernetes.io/warn=baseline pod-security.kubernetes.io/audit=baseline# Get openshift/origin repo
cd openshift/origin
echo '"[sig-node] Pods Extended Pod Container Status should never report success for a pending container [Suite:openshift/conformance/parallel] [Suite:k8s]"' | ./openshift-tests run --provider azure -f -
Expected result
Test should PASS
Actual result
{{{ fail [k8s.io/kubernetes/test/e2e/node/pods.go:548]: 1 errors:}}
pod pod-terminate-status-0-14 on node ci-op-261snk3z-710c2-zdhtm-worker-centralus2-ct7hj container unexpected exit code 9: start=2024-05-31 10:45:53 +0000 UTC end=2024-05-31 10:45:53 +0000 UTC reason=Error message=
Error: exit with code 1
Ginkgo exit error 1: exit with code 1}
Impact
Blocks the move of upstream kata-containers testing from 4.15 to 4.16
Env
4.16.0-0.ci.test-2024-05-31-085323-ci-op-261snk3z-latest
Additional helpful info
Upstream tracker: https://github.com/kata-containers/kata-containers/issues/9776
I tested 4.16 about a month or two ago and this test was passing. Unfortunately I don't have any logs so take this information with a bit of grain and salt.