-
Notifications
You must be signed in to change notification settings - Fork 752
jdk19 CryptoTests cryptotest/tests/CipherTests.java IllegalBlockSizeException: data should be at least 16 bytes and multiples of 8 #16712
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
Comments
@llxia this is also failing on Adoptium builds, it should be excluded until it's working. |
Just for the record, the link for Adoptium failed build: https://ci.adoptopenjdk.net/job/Test_openjdk19_hs_extended.functional_x86-64_linux/163/tapResults/ The test passed in 8, 11, and 17 (except windows see #16710). I will exclude the test for 19. FYI @sophia-guo |
Also, see the failure in JDK20: https://openj9-jenkins.osuosl.org/job/Grinder_testList_0/210/console. Will exclude for 19+ |
related: eclipse-openj9/openj9#16712 Signed-off-by: Lan Xia <[email protected]>
related: eclipse-openj9/openj9#16712 Signed-off-by: Lan Xia <[email protected]>
I have made PR to fix this issue: |
Thanks @zzambers . The above KW tests passed. The following tests failed due to retested with JDK20 and the above fix: https://openj9-jenkins.osuosl.org/job/Grinder_testList_0/215 |
@llxia I can increase timeout in jtreg tags, but seems it gets unexpectedly long time to run. I have a suspicion that test machine could be running low on entropy (causing random number generator to block, as OpenJDK uses blocking |
I think this issue can be closed as IllegalBlockSizeException is resolved. I will leave the CryptoTests tests excluded for JDK19+ until the rest of the related issues are resolved. @pshipton please let me know if you think otherwise. |
All platforms.
https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_extended.functional_aarch64_linux_Nightly_testList_0/99
https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_extended.functional_aarch64_mac_Nightly_testList_0/103
https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_extended.functional_ppc64_aix_Nightly_testList_1/100
https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_extended.functional_ppc64le_linux_Nightly_testList_1/101
https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_extended.functional_s390x_linux_Nightly_testList_1/102
https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_extended.functional_x86-64_linux_Nightly_testList_1/100
https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_extended.functional_x86-64_mac_Nightly_testList_0/99
https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_extended.functional_x86-64_windows_Nightly_testList_1/103
CryptoTests_0
cryptotest/tests/CipherTests.java
The text was updated successfully, but these errors were encountered: