-
Bug
-
Resolution: Done-Errata
-
Normal
-
None
-
4.17
-
Moderate
-
None
-
2
-
NE Sprint 257, NE Sprint 258
-
2
-
Rejected
-
False
-
-
N/A
-
Release Note Not Required
-
Done
Description of problem:
E2E flake for all of the test cases in TestMTLSWithCRLs. It's logging:
client_tls_test.go:1076: failed to find host name for default router in route:
Example Flakes:
- https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openshift_cluster-ingress-operator/1107/pull-ci-openshift-cluster-ingress-operator-master-e2e-gcp-operator/1813314523554123776
- https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openshift_cluster-ingress-operator/1046/pull-ci-openshift-cluster-ingress-operator-master-e2e-gcp-operator/1816265773342003200
- https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openshift_cluster-ingress-operator/1046/pull-ci-openshift-cluster-ingress-operator-master-e2e-gcp-operator/1816212121743003648
Search.CI Link Impact is moderate, I've seen 5-6 failures in the last week.
Version-Release number of selected component (if applicable):
4.17
How reproducible:
10-25%
Steps to Reproduce:
1.Run TestMTLSWithCRLs
Actual results:
Fails with "failed to find host name"
Expected results:
Shouldn't fail.
Additional info:
It appears the logic for the `getRouteHost` is incorrect. There is a poll loop that waits for it to become not "", but `getRouteHost` returns a Fatal if it can't find it, so the poll is useless.
- links to
-
RHEA-2024:3718 OpenShift Container Platform 4.17.z bug fix update