-
Bug
-
Resolution: Done
-
Normal
-
None
-
premerge
Description of problem:
Recently, observing flaky test for TestCertRenew test case of e2e-operator for https://github.com/openshift/cert-manager-operator
TestCertRenew: https://github.com/openshift/cert-manager-operator/blob/master/test/e2e/cert_manager_deployment_test.go#L156
Version-Release number of selected component (if applicable):
cert-manager-operator.v1.14.0
How reproducible:
Flaky test so chances are you may not encounter it always, but personally have seen atleast 4+ occurences, can currently only share links to two such occurences, links below.
Steps to Reproduce:
1.Run test e2e-operator on CI for o/cert-manager-operator PR and look for failing TestRenew
Actual results:
TestRenew is flaking probably failing with a timeout. This may or may not be related to the new FIPS enablement that was done.
Expected results:
TestRenew should always pass, interestingly the Ginkgo test suite's certificate renewal can still always pass.
Ginkgo based same cert renewal test case: https://github.com/openshift/cert-manager-operator/blob/master/test/e2e/certificates_test.go#L506-L542
Additional info:
Maybe consider using https://search.dptools.openshift.org/ to grep for the exact failure to spot more potential occurences.
Refer to these CI jobs for example failures:
- https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openshift_cert-manager-operator/186/pull-ci-openshift-cert-manager-operator-master-e2e-operator/1796187856771747840
- https://prow.ci.openshift.org/?job=rehearse-51700-pull-ci-openshift-cert-manager-operator-master-e2e-operator (earlier ditto failures where observed in the e2e rehearsal)