-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flake: Integration test reports 403 on /healthz, possibly due to failure to register or report API group available #15648
Comments
Fairly sure this is not a test flake, but a real problem with the server. |
Saw 403 /healthz a second time in the next run (so 2 out of 200 integration test runs). In the second run I saw:
https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_integration/5491/ The larger snippet is
Second junit output |
Second run looks like maybe the subsequent succeeds - not positive
|
In run 1 I see a 500 being returned by /healthz:
|
3 / 4 runs happens again: https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_integration/5497/ Not seen any other flakes except for this. Similar 409's on registration, not seeing anything related to healthz. |
Ran two healthy runs. So looks like ~ 1 / 200. |
Automatic merge from submit-queue reconcile cluster roles instead of overwriting fixes #15648 Moving to post-start hooks introduced a policy creation race. This pull fixes the race by unconditionally reconciling like we will in 3.7 when we switch to RBAC. I also made the reconcile cluster roles respect the annotation we use to protect the resources from reconciliation. @openshift/security fyi
Master integration test failed because master never went healthy (healthz returned 403). Looks like failure to initialize some or all of the roles, or an inability to check the permissions
https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_integration/5489/testReport/junit/github/com_openshift_origin_test_integration_runner/TestOAuthOIDC/
Attached output from unit file junit.zip
The text was updated successfully, but these errors were encountered: