-
Notifications
You must be signed in to change notification settings - Fork 729
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
OpenJDK java/util/concurrent/tck/JSR166TestCase.java junit test failed, unknown test #17135
Comments
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_s390x_linux_OMR_testList_1/57/
|
JDK17 ppc64le_linux(
|
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_aarch64_linux_Release_testList_0/21
|
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_s390x_linux_Release_testList_1/26 https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_x86-64_linux_OpenJDK21_testList_1/19 - ub16x64j96 |
https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.openjdk_x86-64_linux_OpenJDK11_testList_0/18/ - ub20-x86-1 |
https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk11_j9_sanity.openjdk_ppc64le_linux_jit_Personal_testList_1/398/ - sles15le-rtp-rt3-1.fyre.ibm.com |
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_aarch64_linux_Nightly_testList_0/318 - cent9-aarch64-5 |
https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_sanity.openjdk_aarch64_linux_Nightly_testList_1/307 |
https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.openjdk_ppc64le_linux_Nightly_testList_0/83 |
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_x86-64_linux_Nightly_testList_0/236 |
https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_sanity.openjdk_aarch64_linux_Nightly_testList_1/321 |
@theresa-m Please take a look at this |
I haven't been able to reproduce this running jdk_util in a grinder and the exception does not give any clues about the failure. I'm adding xdump options to the test commands to try to catch the next one and get more information. These should be reverted when this is resolved. |
@theresa-m A new failure but I don't see any dumps, the only file collected is verbosegc. The -Xdump option is there but looking again Some other thoughts:
https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_sanity.openjdk_x86-64_linux_OMR_testList_0/131/
|
Thanks @pshipton, I created a new pr to correct my xdump method and catch AssertionFailedError as well. I modified the TestRunner to make the output more verbose, hopefully this will help give a better idea of which test within Jsr166TestCase is failing. ibmruntimes/openj9-openjdk-jdk#898
I believe this change would need to be made in https://github.com/adoptium/aqa-tests or |
These have been added as well: |
https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_sanity.openjdk_aarch64_linux_OMR_testList_2/200 - cent9-aarch64-2 @theresa-m we got diagnostics for an AssertionFailedError, 6 of them. |
The javacore file shows that the failure is due to a timeout in
I will continue to investigate what might have caused this. |
I think the error is due to an overflow when calculating For this test The input for this test is a negative number that is close to the minimum value of a long (System.currentTimeMillis() + Long.MIN_VALUE + 1). If J9THREAD_TIMED_OUT should be set if |
openjdk21_j9_sanity.openjdk_ppc64le_linux(
|
#20802 has been merged. I will leave this issue open for a few weeks to be sure this failure doesn't show up again. |
https://openj9-jenkins.osuosl.org/job/Test_openjdk20_j9_sanity.openjdk_x86-64_windows_Nightly/31
jdk_util_0
java/util/concurrent/tck/JSR166TestCase.java
The text was updated successfully, but these errors were encountered: