adoptium / aqa-tests

Home of test infrastructure for Adoptium builds
https://adoptium.net/aqavit
Apache License 2.0
130 stars 308 forks source link

OpenJcePlusTests core files are generated outside of REPORTDIR #5373

Closed llxia closed 3 months ago

llxia commented 3 months ago

OpenJcePlusTests core files are generated under jvmtest dir. This dir is outside of REPORTDIR. As a result, the core files are not archived.

[2024-06-05T03:05:23.183Z]      [test]     [junit] JVMDUMP010I JIT dump written to /home/jenkins/workspace/Test_openjdk22_j9_extended.functional_ppc64le_linux_testList_0/jvmtest/functional/OpenJcePlusTests/jitdump.20240604.200504.64446.0004.dmp
[2024-06-05T03:05:23.183Z]      [test]     [junit] JVMDUMP013I Processed dump event "gpf", detail "".
[2024-06-05T03:05:23.183Z]      [test]     [junit] Running ibm.jceplus.junit.TestMultithread
...

I think it is due to ${BUILD_ROOT}/functional/OpenJcePlusTests/test.xml. We should use $(TEST_RESROOT) instead. https://github.com/adoptium/aqa-tests/blob/0f1508971ddb416332fdf96de93fd9c1a9f4dfc3/functional/OpenJcePlusTests/playlist.xml#L28

Related: https://github.com/eclipse-openj9/openj9/issues/19643

LongyuZhang commented 3 months ago

@sophiaxu0424 could you try the above directory change, and make sure the core files are generated in REPORTDIR? Thanks.

LongyuZhang commented 3 months ago

Close this issue as fixed by https://github.com/adoptium/aqa-tests/pull/5389. Thanks @sophiaxu0424