eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.28k stars 721 forks source link

AArch64: java/math/BigInteger/LargeValueExceptions.java.LargeValueExceptions timeout failure #9082

Open Akira1Saitoh opened 4 years ago

Akira1Saitoh commented 4 years ago

Failure link

https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.openjdk_aarch64_linux/104/testReport/junit/java_math_BigInteger_LargeValueExceptions/java/LargeValueExceptions/

09:47:53  openjdk version "11.0.7" 2020-04-14
09:47:53  OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+9-202003310000)
09:47:53  Eclipse OpenJ9 VM AdoptOpenJDK (build master-c529318aa, JRE 11 Linux aarch64-64-Bit Compressed References 20200331_256 (JIT enabled, AOT enabled)
09:47:53  OpenJ9   - c529318aa
09:47:53  OMR      - 0ecff81ea
09:47:53  JCL      - 34c3dd7d55 based on jdk-11.0.7+9)

Optional info

Failure output (captured from console output)

10:52:43  ACTION: testng -- Error. Program `/home/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_aarch64_linux/openjdkbinary/j2sdk-image/jdk-11.0.7+9/bin/../bin/java' timed out (timeout set to 960000ms, elapsed time including timeout handling was 962420ms).

This test is known to intermittently timeout on aarch64. We will add this test to the exclude list and revisit later.

knn-k commented 3 years ago

I opened https://github.com/AdoptOpenJDK/openjdk-tests/pull/2242 for enabling the test back again on AArch64. The test has not been excluded in JDK 12-17.

knn-k commented 3 years ago

I think this issue can be closed now. The test was enabled for JDK 11, and https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.openjdk_aarch64_linux/381/ went successful.