-
Notifications
You must be signed in to change notification settings - Fork 35
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
Test OpenShift serving certificates and TLS registry with REST client #1987
Test OpenShift serving certificates and TLS registry with REST client #1987
Conversation
816c3f4
to
d6b077f
Compare
run tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot, LGTM
run tests |
Native failed over |
d6b077f
to
1994a5f
Compare
run tests |
yeah, OCP is green now so I'll merge it. |
FYI: our weekly runs now fail due to |
thanks, I'll look. this seems like OCP setup or longer waiting, I don't know what could change in code to avoid this, but let see |
in OpenShift they say that pod won't start until secret is mounted, so I think I need to inspect what is actually mounted in cases when it fails and whether it is retry or just randomness that is makes it sometimes fail and sometimes pass |
it's not quite easy to reproduce, didn't happen to me once so far :-( maybe it is more likely to happen when OpenShift cluster is busy, don't know. |
I figured it out: quarkus-qe/quarkus-test-framework#1296 |
Summary
This is quite similar to what I have done in QE Test Framework quarkus-qe/quarkus-test-framework#1270 because I think it tests all we need from TLS Registry integration with REST client and OpenShift certificate serving. Few differences:
Please select the relevant options.
run tests
phrase in comment)Checklist: