-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
Exclude 2 testcases in jdk_jfr test target that FAILED in Test_openjdk8_hs_extended.openjdk_aarch64_linux #2985
Comments
Hi @smlambert I would like to work on this issue |
@smlambert test jdk_jfr_2 FAILED in Test_openjdk18_hs_extended.openjdk_arm_linux_testList_1 failed on arm_linux platform too. It is similar to this existing github issue but this issue is for openjdk8. |
jdk/jfr/event/io/TestInstrumentation.java is also unstable. |
I believe we should exclude this test for all platforms, also fails (and causes crash) on jdk8 sparcv9 solaris: https://ci.adoptopenjdk.net/job/Grinder/4849/testReport/junit/jdk_jfr_event_runtime_TestShutdownEvent/java/TestShutdownEvent/
|
Test Info
Test Name: jdk_jfr_0
Test Duration: 20 min 39 sec
Machine: test-docker-ubuntu2004-armv8l-2
TRSS link for the test output: https://trss.adoptium.net/output/test?id=6161bdd4c6182d02176760b1
Build Info
Build Name: Test_openjdk8_hs_extended.openjdk_aarch64_linux
Jenkins Build start time: Oct 09 2021, 08:17 am
Jenkins Build URL: https://ci.adoptopenjdk.net/job/Test_openjdk8_hs_extended.openjdk_aarch64_linux/36/
TRSS link for the build: https://trss.adoptium.net/allTestsInfo?buildId=6161bca9c6182d0217675cee
Java Version
openjdk version "1.8.0_312"
OpenJDK Runtime Environment (Temurin)(build 1.8.0_312-b06)
OpenJDK 64-Bit Server VM (Temurin)(build 25.312-b06, mixed mode)
This test has been failed 3 times since Jul 20 2021, 05:40 pm
Java Version when the issue first seen
openjdk version "1.8.0_302"
OpenJDK Runtime Environment (Temurin)(build 1.8.0_302-b08)
OpenJDK 64-Bit Server VM (Temurin)(build 25.302-b08, mixed mode)
Jenkins Build URL: https://ci.adoptopenjdk.net/job/Test_openjdk8_hs_extended.openjdk_aarch64_linux/31/
The test failed on machine test-docker-ubuntu2004-armv8l-2 1 times
The test failed on machine test-alibaba-ubuntu1804-armv8-1 1 times
The test failed on machine test-equinix-ubuntu2004-armv8-0 1 times
Rerun in Grinder
While it is not a 'fix' for this issue, the immediate action that needs to happen to address this issue is to exclude the failing test cases, jdk/jfr/jcmd/TestJcmdDumpPathToGCRoots.java and jdk/jfr/event/runtime/TestShutdownEvent.java on the aarch64 platform. This can be done by adding an exclusion statement in https://github.com/adoptium/aqa-tests/blob/master/openjdk/excludes/ProblemList_openjdk8.txt (likely just after Line 433).
The text was updated successfully, but these errors were encountered: