-
Notifications
You must be signed in to change notification settings - Fork 28
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
Cache the uri of service #625
Conversation
9e26245
to
5b061fa
Compare
This is a port of the fix[1] for occasional failures in 2.7 Interop tests [1] quarkus-qe#623
5b061fa
to
5d8fc7c
Compare
run tests |
To filter CI failures I created an empty PR[1] to compare their runs JVM failures are different(baseline have more failures, than this one): Therefore I consider, that these failures are unrelated (but our tests are extremely unstable) [1] #626 |
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.
LGTM
Motivation: - quarkus-qe/quarkus-test-framework#625 - merged in FW `1.2.0.Beta16`, fixes interop OCP failures.
Motivation: - quarkus-qe/quarkus-test-framework#625 - merged in FW `1.2.0.Beta16`, fixes interop OCP failures.
Prevents the cached value from distorting status checks on stopped resources. This fixes `infinispan-client` failures observed in e.g. quarkus-qe/quarkus-test-suite#975. This is a follow-up to quarkus-qe#625, which introduced the caching in order to fix issues in INTEROP environment. See e.g. https://mpts-prod.psi.redhat.com/dashboard/run/?id=8896.
Prevents the cached value from distorting status checks on stopped resources. This fixes `infinispan-client` failures observed in e.g. quarkus-qe/quarkus-test-suite#975. This is a follow-up to quarkus-qe#625, which introduced the caching in order to fix issues in INTEROP environment. See e.g. https://mpts-prod.psi.redhat.com/dashboard/run/?id=8896. (cherry picked from commit f59e642)
Summary
This is a port of the fix[1] for occasional failures in 2.7 Interop tests
[1] #623
Please check the relevant options
run tests
phrase in comment)Checklist: