-
Notifications
You must be signed in to change notification settings - Fork 56
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
[CIAM-800] Fix the failing com.redhat.xpaas.sso.ImageTest.testDeclaredEnvironmentVariables test #251
base: sso76-dev
Are you sure you want to change the base?
Conversation
com.redhat.xpaas.sso.ImageTest.testDeclaredEnvironmentVariables test -- the JAVA_HOME and JAVA_VENDOR environment variables are expected to be defined this test to pass The latest JBoss EAP 7.4 with OpenJDK11 for OpenShift container image defines these variables since using "jboss.container.openjdk.jdk" module: * https://github.com/jboss-openshift/cct_module/blob/0.45.4/jboss/container/openjdk/jdk/11/module.yaml But the RH-SSO 7.5.X+ container images don't define these two env vars due to the use of internal "sso-jdk/11" module Signed-off-by: Jan Lieskovsky <[email protected]>
Running the
This is because instead of using the "jboss.container.openjdk.jdk" CCT module, which defines these env vars, the RH-SSO images are using internal "sso/sso-jdk/11" module, which lacks definition of these two env vars, leading to test failure. |
@drichtarik @ASzc @pskopek PTAL once got a chance Thx, Jan |
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.
That path should point at the latest Java 11 on the jenkins VMs
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. Merge possible if it was tested in our custom pipeline
Note: Once this is reviewed & merged, it should be merged back to previous
sso75-dev
branch too (so future 7.5.X images have the fix too).Thanks for submitting your Pull Request!
Please make sure your PR meets the following requirements:
[CLOUD-XYA] Subject
CONTRIBUTING.md
)Signed-off-by: Your Name <[email protected]>
- usegit commit -s