-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
-
False
-
None
-
False
-
-
Starting on this 4.13 nightly payload
and this 4.13 ci payload
The majority of failures have a message saying: "INFO: Waiting for the OAuth server pod to be ready"
and then ending with:
Jan 29 09:04:17.154: INFO: Waiting for the OAuth server route to be ready Jan 29 09:04:17.243: INFO: Waiting for the OAuth server route to be ready: EOF Jan 29 09:04:18.244: INFO: Waiting for the OAuth server route to be ready Jan 29 09:04:18.337: INFO: Waiting for the OAuth server route to be ready: EOF Jan 29 09:04:19.243: INFO: Waiting for the OAuth server route to be ready Jan 29 09:04:19.371: INFO: Waiting for the OAuth server route to be ready: EOF Jan 29 09:04:20.244: INFO: Waiting for the OAuth server route to be ready Jan 29 09:04:20.353: INFO: Waiting for the OAuth server route to be ready: x509: certificate signed by unknown authority Jan 29 09:04:21.244: INFO: Waiting for the OAuth server route to be ready Jan 29 09:04:21.325: INFO: Waiting for the OAuth server route to be ready: x509: certificate signed by unknown authority Jan 29 09:04:22.244: INFO: Waiting for the OAuth server route to be ready
The tests get to waitForOAuthServerReady then to waitForOAuthServerRouteReady then poll on this 60 times and give up.
This slack thread showed a similar symptom though not sure if that's related.
Example job, example test failure:
: [sig-auth][Feature:HTPasswdAuth] HTPasswd IDP should successfully configure htpasswd and be responsive [apigroup:user.openshift.io][apigroup:route.openshift.io] [Suite:openshift/conformance/parallel] expand_less 1m31s { fail [github.com/openshift/origin/test/extended/oauth/htpasswd.go:38]: Unexpected error: <*errors.errorString | 0xc00033aca0>: { s: "timed out waiting for the condition", } timed out waiting for the condition occurred Ginkgo exit error 1: exit with code 1} open stdoutopen_in_new
click on any "stdout" and you can see the logs as mentioned above.
- blocks
-
API-1501 Update Control Plane Kubernetes Version to 1.26
- Closed