-
Notifications
You must be signed in to change notification settings - Fork 600
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
Disable SASL Tests for Java versions >22 #29455
Disable SASL Tests for Java versions >22 #29455
Conversation
The Kafka Client's SASL code uses the Java security, which as of Java 23 now throws exceptions if used. there is currently no Kafka Client version that does not use Security Manager. To allow for the rest of the RM suite of tests to continue passing without the failing Java 23 build, set the maximum java level to 21. This limitation should be removed once a suitable client is available and included.
#build |
Your personal pipeline request is at https://libh-proxy1.fyre.ibm.com/cognitive/pipelineAnalysis.html?uuid=a3aae66e-7ffd-4939-8625-c858861feaa6 Target locations of links might be accessible only to IBM employees. |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_xwlqIF-aEe-4wdAm7liz3w The build will run your changed FAT bucket(s) 10 times. Target locations of links might be accessible only to IBM employees. |
The build abutch3r-29455-20240821-0302 |
Java 23 pipeline build - https://libh-proxy1.fyre.ibm.com/cognitive/pipelineAnalysis.html?pipelineId=e9433c04-ba63-4649-8eb8-8c9af1ce3a08 The 20 previously failing tests are now being correctly excluded from Java23 runs. While there are 6 excluded tests - the checkpoint test would not run as part of the current Java23 builds given that is currently running a non-semeru JVM |
...bm/ws/microprofile/reactive/messaging/fat/kafka/checkpoint/CheckpointKafkaSaslPlainTest.java
Outdated
Show resolved
Hide resolved
...m/ibm/ws/microprofile/reactive/messaging/fat/kafka/liberty_login/LibertyLoginModuleTest.java
Outdated
Show resolved
Hide resolved
...icroprofile/reactive/messaging/fat/kafka/liberty_login/none/LibertyLoginModuleNoEncTest.java
Outdated
Show resolved
Hide resolved
...tive/messaging/fat/kafka/liberty_login/special_chars/LibertyLoginModuleSpecialCharsTest.java
Outdated
Show resolved
Hide resolved
...s/microprofile/reactive/messaging/fat/kafka/liberty_login/xor/LibertyLoginModuleXorTest.java
Outdated
Show resolved
Hide resolved
.../src/com/ibm/ws/microprofile/reactive/messaging/fat/kafka/sasl_plain/KafkaSaslPlainTest.java
Outdated
Show resolved
Hide resolved
#build |
Your personal pipeline request is at https://libh-proxy1.fyre.ibm.com/cognitive/pipelineAnalysis.html?uuid=79ba39a4-d5f1-43cb-83ae-dca6f2c03ced Target locations of links might be accessible only to IBM employees. |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_2wE44GDMEe-4wdAm7liz3w The build will run your changed FAT bucket(s) 10 times. Target locations of links might be accessible only to IBM employees. |
The build abutch3r-29455-20240822-2229 |
#libbybot |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
Normal PB was clean, Java 23 PB was clean. Merging. |
The Kafka Client's SASL code uses the Java security, which as of Java 23 now throws exceptions if used. there is currently no Kafka Client version that does not use Security Manager. To allow for the rest of the RM suite of tests to continue passing without the failing Java 23 build, set the maximum java level to 21.
This limitation should be removed once a suitable client is available and included.
release bug
label if applicable: https://github.com/OpenLiberty/open-liberty/wiki/Open-Liberty-Conventions).