-
Notifications
You must be signed in to change notification settings - Fork 722
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/lang/invoke/lambda/LogGeneratedClassesTest timeout or other #18556
Comments
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_ppc64le_linux_Nightly_testList_0/108/
|
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_s390x_linux_OMR_testList_1/52/
|
https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.openjdk_s390x_linux_Nightly_testList_1/125 - timeout |
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_ppc64le_linux_Nightly_testList_0/132/ - |
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_ppc64le_linux_Nightly_testList_0/137/ - This type of failure may be due to the following
|
It continues to occur, I don't think I need to keep logging all the failures. |
@singh264 Please take a look at this |
I have been unable to reproduce the timout error in I was able to reproduce the intermittent assert error in
An output of the java command in the test (when it passes) indicates that the error message is generated in the
An output of the java command in the test (when it fails) indicates that the error message appears twice in two separate threads. In addition to the
|
@tajila given the intermittent assert error in
|
I think thats the key. Why does the application require InternalCRIUSupport. My guess is that it is using some crypto/security APIs. We have a certain set we allow when CRIu is enabled. So its probably checking if criu is enabled. You'd need to find which API is requesting that check. |
@tajila requesting your input on the preferred approach to resolve the intermittent assert error in the test The intermittent assert error in the test
The first instance of the error message in the The second instance of the error message in the openj9/jcl/src/java.base/share/classes/java/lang/System.java Lines 1237 to 1247 in 01d6c8e
The error message in the
|
After taking a second look:
The following is interesting because InternalCRIUSupport is in java.base so it should be there all the time regardless of the following
Do you know what causes the init failure exactly? is it a missing class |
eclipse-openj9/openj9#18556 Signed-off-by: Peter Shipton <[email protected]>
Created adoptium/aqa-tests#5047 to exclude the test since it fails too often in the builds. |
eclipse-openj9/openj9#18556 Signed-off-by: Peter Shipton <[email protected]>
The init failure is caused by the absence of
|
Depends-on: eclipse-openj9/openj9#18968 Issue: eclipse-openj9/openj9#18556 Signed-off-by: Amarpreet Singh <[email protected]>
Fix intermittent LogGeneratedClassesTest failures by removing use of lambda expression in static block of InternalCRIUSupport, which avoids the unexpected creation of lambda class files for InternalCRIUSupport during the test. Issue: eclipse-openj9#18556 Signed-off-by: Amarpreet Singh <[email protected]>
Fix intermittent LogGeneratedClassesTest failures by removing use of lambda expression in static block of InternalCRIUSupport, which avoids the unexpected creation of lambda class files for InternalCRIUSupport during the test. Issue: eclipse-openj9#18556 Signed-off-by: Amarpreet Singh <[email protected]>
Depends-on: eclipse-openj9/openj9#18968 Issue: eclipse-openj9/openj9#18556 Signed-off-by: Amarpreet Singh <[email protected]>
I assume this can be closed now. |
https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.openjdk_s390x_linux_Nightly_testList_1/103
jdk_lang_1
java/lang/invoke/lambda/LogGeneratedClassesTest.java
The text was updated successfully, but these errors were encountered: