aqa-tests
aqa-tests copied to clipboard
Check jdk_util subtargets to see if TEST_VARIATION_DUMP is needed
We split jdk_util into 4 smaller targets via https://github.com/adoptium/aqa-tests/issues/6704. For jdk_util, TEST_VARIATION_DUMP is added because there are some tests that intentionally cause OOM.
We need to check 4 jdk_util subtargets to see if TEST_VARIATION_DUMP is needed jdk_util_other jdk_collections jdk_concurrent jdk_stream
@Amrutha-Kanhirathingal could you please work on this? Thanks
| JDK | xlinux | Windows | AIX |
|---|---|---|---|
| JDK8 | jdk_util_other , All 3 tests | https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/56043/ | https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/56053/console |
| JDK11 | All 4 tests | https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/56025/ | https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/56047/ |
| JDK17 | All 4 tests | https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/56026/ : jdk_collections_1-WhiteBox.java-failed java.lang.AssertionError: failed to do a "full" gc | https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/56046 |
| JDK21 | All 4 tests | https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/56027/ | https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/56045 |
| JDK25 | All 4 tests | https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/56028/ : jdk_util_other_1 FAILED Due to Caused by:ClassNotFoundException | https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/56044 |
No Out of memory issues observed in linux,aix & windows machines .but noticed that few tests (eg : jdk_collections_2,jdk_concurrent_2 ,jdk_stream_2 for linux) are skipped due to jvm options ( -Xverbosegclog ).