Closed sophia-guo closed 1 year ago
Check if these are similar to or related to these other recent issues (which have been fixed): https://github.com/adoptium/aqa-systemtest/pull/480 https://github.com/adoptium/aqa-systemtest/pull/481
Not the same according to the output. Both https://github.com/adoptium/aqa-systemtest/pull/480 and https://github.com/adoptium/aqa-systemtest/pull/481 were merged in a few weeks ago. Those tests failed with jdk20 since jdk20 test jobs enabled. Failed with both aqa-tests master or v0.9.6.
Minimix contains Mauve tests, so that is why I thought there may be similarities and also https://github.com/eclipse-openj9/openj9-systemtest/issues/147#issuecomment-1423455810
Ya, I see it is a different failure:
[2023-03-12T13:12:25.948Z] LT JUnit Test Results for: net.adoptopenjdk.test.bigdecimal.TestSuite002
[2023-03-12T13:12:25.948Z] LT Ran : 935
[2023-03-12T13:12:25.948Z] LT Passed : 933
[2023-03-12T13:12:25.948Z] LT Failed : 2
[2023-03-12T13:12:25.948Z] LT Ignored: 0
[2023-03-12T13:12:25.948Z] LT Result : FAILED
HCRLateAttachWorkload_previewEnabled https://github.com/adoptium/aqa-systemtest/issues/479
Others see https://github.com/adoptium/aqa-systemtest/issues/482
Similar : https://github.com/eclipse-openj9/openj9-systemtest/issues/148.
Math API tests, (e.g. bigdecimal) are giving unusual results when run on OpenJ9 JDK20. The failures are also evident in Adoptium JDK20.
bigdecimal issue summarized here: https://github.com/adoptium/aqa-systemtest/issues/482
https://github.com/adoptium/aqa-systemtest/pull/483 should fix the failures related to bigdecimal (e.g. MiniMix_5m).
Hi @sophia-guo , I don't think https://github.com/adoptium/aqa-systemtest/pull/483 would fix errors you see in system tests that don't run bigdecimal tests , e.g. HCRLateAttachWorkload_previewEnabled_0. They are likely failing due to some other reasons.
aarch64_linux
Test_openjdk20_hs_extended.system_aarch64_linux ⚠️ UNSTABLE ⚠️ Rerun failed
java -version MiniMix_5m_1 => deep history 0/7 passed | possible issues MiniMix_5m_0 => deep history 0/7 passed | possible issues MiniMix_aot_5m_0 => deep history 0/7 passed | possible issues HCRLateAttachWorkload_previewEnabled_1 => deep history 0/7 passed | possible issues HCRLateAttachWorkload_previewEnabled_0 => deep history 1/7 passed | possible issues rerun: https://ci.adoptium.net/job/Grinder/6866/ --failed.
Same for aarch64_mac Test_openjdk20_hs_extended.system_aarch64_mac ⚠️ UNSTABLE ⚠️ Rerun failed
java -version MiniMix_5m_0 => deep history 0/9 passed | possible issues MiniMix_5m_1 => deep history 0/9 passed | possible issues MiniMix_aot_5m_0 => deep history 0/9 passed | possible issues HCRLateAttachWorkload_previewEnabled_0 => deep history 0/9 passed | possible issues HCRLateAttachWorkload_previewEnabled_1 => deep history 0/9 passed | possible issues
Similar to other platforms. Generic one.