Skip to content
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

OpenJcePlusTests core files are generated outside of REPORTDIR #5373

Closed
llxia opened this issue Jun 7, 2024 · 2 comments
Closed

OpenJcePlusTests core files are generated outside of REPORTDIR #5373

llxia opened this issue Jun 7, 2024 · 2 comments

Comments

@llxia
Copy link
Contributor

llxia commented Jun 7, 2024

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.

<command>ant -f ${BUILD_ROOT}/functional/OpenJcePlusTests/test.xml -DTEST_JAVA=$(Q)$(JAVA_COMMAND)$(Q) launch_test; \

Related: eclipse-openj9/openj9#19643

@LongyuZhang
Copy link
Contributor

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

sophiaxu0424 added a commit to sophiaxu0424/aqa-tests that referenced this issue Jun 13, 2024
This is to change the directory of core files to the correct one

Related to issue: adoptium#5373

Signed-off-by: sophiaxu0424 <xuminghong0424@gmail.com>
sophiaxu0424 added a commit to sophiaxu0424/aqa-tests that referenced this issue Jun 13, 2024
This is to change the directory of core files to the correct one

Related to issue: adoptium#5373

Signed-off-by: sophiaxu0424 <xuminghong0424@gmail.com>
sophiaxu0424 added a commit to sophiaxu0424/aqa-tests that referenced this issue Jun 18, 2024
This is to change the directory of core files to the correct one

Related to issue: adoptium#5373

Signed-off-by: sophiaxu0424 <xuminghong0424@gmail.com>
sophiaxu0424 added a commit to sophiaxu0424/aqa-tests that referenced this issue Jun 18, 2024
This is to change the directory of core files to the correct one

Related to issue: adoptium#5373

Signed-off-by: sophiaxu0424 <xuminghong0424@gmail.com>
sophiaxu0424 added a commit to sophiaxu0424/aqa-tests that referenced this issue Jun 19, 2024
This is to change the directory of core files to the correct one

Related to issue: adoptium#5373

Signed-off-by: sophiaxu0424 <xuminghong0424@gmail.com>
sophiaxu0424 added a commit to sophiaxu0424/aqa-tests that referenced this issue Jun 20, 2024
This is to change the directory of core files to the correct one

Related to issue: adoptium#5373

Signed-off-by: sophiaxu0424 <xuminghong0424@gmail.com>
sophiaxu0424 added a commit to sophiaxu0424/aqa-tests that referenced this issue Jun 20, 2024
This is to change the directory of core files to the correct one

Related to issue: adoptium#5373

Signed-off-by: sophiaxu0424 <xuminghong0424@gmail.com>
sophiaxu0424 added a commit to sophiaxu0424/aqa-tests that referenced this issue Jun 20, 2024
This is to change the directory of core files to the correct one

Related to issue: adoptium#5373

Signed-off-by: sophiaxu0424 <xuminghong0424@gmail.com>
sophiaxu0424 added a commit to sophiaxu0424/aqa-tests that referenced this issue Jun 20, 2024
This is to change the directory of core files to the correct one

Related to issue: adoptium#5373

Signed-off-by: sophiaxu0424 <xuminghong0424@gmail.com>
sophiaxu0424 added a commit to sophiaxu0424/aqa-tests that referenced this issue Jun 20, 2024
This is to change the directory of core files to the correct one

Related to issue: adoptium#5373

Signed-off-by: sophiaxu0424 <xuminghong0424@gmail.com>
sophiaxu0424 added a commit to sophiaxu0424/aqa-tests that referenced this issue Jun 20, 2024
This is to change the directory of core files to the correct one

Related to issue: adoptium#5373

Signed-off-by: sophiaxu0424 <xuminghong0424@gmail.com>
sophiaxu0424 added a commit to sophiaxu0424/aqa-tests that referenced this issue Jun 20, 2024
This is to change the directory of core files to the correct one

Related to issue: adoptium#5373

Signed-off-by: sophiaxu0424 <xuminghong0424@gmail.com>
smlambert pushed a commit that referenced this issue Jun 22, 2024
This is to change the directory of core files to the correct one

Related to issue: #5373

Signed-off-by: sophiaxu0424 <xuminghong0424@gmail.com>
@LongyuZhang
Copy link
Contributor

Close this issue as fixed by #5389. Thanks @sophiaxu0424

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants