Description of problem: following up from Bug 1776416, the next run of release-openshift-ocp-installer-e2e-aws-fips-4.3 is green in prow but still shows this error: https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-fips-4.3/589 [Feature:OpenShiftControllerManager] TestDockercfgTokenDeletedController [Suite:openshift/conformance/parallel] expand_less 5m17s fail [github.com/onsi/ginkgo/internal/leafnodes/runner.go:64]: waiting for secret deletion: timed out waiting for the condition Couldn't find any prior mentions in bz.
Adam has been looking at this failure in non-FIPS envs. Sending his way..not sure if a bug already exists in which case this can be duped to it.
> ...the next run of release-openshift-ocp-installer-e2e-aws-fips-4.3 is green in prow but still shows this error... Tail of the tests container [1]: Flaky tests: [Feature:OpenShiftControllerManager] TestDockercfgTokenDeletedController [Suite:openshift/conformance/parallel] Tests that fail once get run again, and that's what must have happened here, with the second run passing. If the second run passes, the test ends up under "Flaky tests" and does not block CI. If the second run fails, the test ends up under "Failing tests" and does block CI. > Sending his way..not sure if a bug already exists in which case this can be duped to it. Looking for existing bugs with "waiting for secret deletion" [2] doesn't turn up a dedicated bug. [1]: https://storage.googleapis.com/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-fips-4.3/589/artifacts/e2e-aws-fips/container-logs/test.log [2]: https://bugzilla.redhat.com/buglist.cgi?longdesc=waiting%20for%20secret%20deletion&longdesc_type=casesubstring&product=OpenShift%20Container%20Platform&query_format=advanced
Duplicates known flake #1765294 *** This bug has been marked as a duplicate of bug 1765294 ***