-
Notifications
You must be signed in to change notification settings - Fork 34
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
Update Quarkus QE test framework to 1.2.0.Beta15 #889
Update Quarkus QE test framework to 1.2.0.Beta15 #889
Conversation
* This update should address exceptions in cleanup for operator managed resources.
Let's wait for quarkus-qe/quarkus-test-framework#609, I'm here all week. |
run tests |
I didn't see failures of |
OC tests didn't run as workers were offline. |
run tests |
I think following failures io.quarkus.ts.hibernate.reactive.openshift.OpenShiftHibernateReactiveMsSQLIT.io.quarkus.ts.hibernate.reactive.openshift.OpenShiftHibernateReactiveMsSQLIT are due to admin policy for mcr.microsoft.com/mssql/rhel/server:2019-latest that we dropped lately |
@fedinskiy failure Failed to load config value of type class java.lang.String for: secret.ipFailed to load config value of type class java.lang.String for: the.answerFailed to load config value of type class java.lang.String for: secret.password Could you please fix them and also check (make assumption) why it didn't appear in PR CI runs? I remember we run them. Thank you @mjurc |
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.
See my comment on OpenShiftLifecycleApplicationIT
.
We should disable those tests as the workaround broken several operators. I've opened #891. |
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.
I re-run from my workstation OpenShiftLifecycleApplicationIT
with 1.2.0.Beta15 and it's fine. Maybe network/infra blip.
Do we need to backport this PR? @mjurc |
Depends on quarkus-qe/quarkus-test-framework#609
Summary
(Summarize the problem solved by this PR, and how to verify it manually)
Please select the relevant options.
run tests
phrase in comment)Checklist: