Description of problem: The test "[sig-node] static pods should start after being created" parses events and looks for static pods that failed to be created, searching for events like: "static pod lifecycle failure - static pod: \"openshift-kube-scheduler\" in namespace: \"openshift-kube-scheduler\" for revision: 7 on node: \"ci-op-j83m46vy-5cb9e-xs2c9-master-0\" didn't show up, waited: 2m30s" Since these static pods might take a little longer to come up, it then looks for events like: "Updated node \"ci-op-j83m46vy-5cb9e-xs2c9-master-0\" from revision 0 to 7 because static pod is ready" ... and in this case, the test shouldn't fail. I looked at two failed runs of this test case and it seems that somehow the "... because static pod is ready" event is never captured, leading to test failing while it should not. I provided a detailed analysis here: https://issues.redhat.com/browse/SDN-2994 Version-Release number of selected component (if applicable): 4.11 How reproducible: I found and analyzed failed runs through testgrid: https://testgrid.k8s.io/redhat-openshift-ocp-release-4.11-informing#periodic-ci-openshift-release-master-ci-4.11-e2e-azure-ovn Expected results: The test shouldn't fail
Test has been fixed.
OCP is no longer using Bugzilla and this bug appears to have been left in an orphaned state. If the bug is still relevant, please open a new issue in the OCPBUGS Jira project: https://issues.redhat.com/projects/OCPBUGS/summary