Lan Xia
Lan Xia
https://github.com/eclipse-openj9/openj9/issues/18781 is a dup of https://github.com/eclipse-openj9/openj9/issues/18750. The two test case variant are almost the same. The only difference is that one is directly invoke `Mockito.mock(ArrayList.class);` in main; and the other...
@babsingh Thanks for clarifying.
Test case variant 1 is added. We can close this issue. Thanks @sophiaxu0424
I believe the testing is done. @LongyuZhang can this PR be closed?
Please use the `Rerun in Grinder` link in the job description (not in the console): https://openj9-jenkins.osuosl.org/job/Test_openjdk8_j9_sanity.functional_s390x_linux_Personal_testList_1/302/  `Rerun in Grinder` link in the job console may have URL-encoded issues. We...
Ideally, we can remove the following 4 lines: https://github.com/adoptium/aqa-tests/blob/83bec274a10eb52ac812af2acc50bb3ec4bc4673/buildenv/jenkins/JenkinsfileBase#L1201 https://github.com/adoptium/aqa-tests/blob/83bec274a10eb52ac812af2acc50bb3ec4bc4673/buildenv/jenkins/JenkinsfileBase#L1204 https://github.com/adoptium/aqa-tests/blob/83bec274a10eb52ac812af2acc50bb3ec4bc4673/buildenv/jenkins/JenkinsfileBase#L1257 https://github.com/adoptium/aqa-tests/blob/83bec274a10eb52ac812af2acc50bb3ec4bc4673/buildenv/jenkins/JenkinsfileBase#L1280 However, TRSS uses this info to generate `Rerun in Grinder` link: https://github.com/adoptium/aqa-test-tools/blob/798b7eda49165dd5cb2bc590a889f4b5721af1b6/TestResultSummaryService/parsers/Parser.js#L78 For now, we can remove the...
Thanks @fridrich for providing the fix. Could you try to sign ECA? https://github.com/adoptium/aqa-tests/blob/master/Contributing.md#eclipse-contributor-agreement The process should be simple, but unfortunately, we cannot proceed with the change without a signed ECA.
@annaibm Please help to test this PR. Thanks
Quick update: We encountered other issues while upgrading to JDK 17 for compilation for all dependent jars (though `mauve.jar` is fine). This PR can't be merged until those issues are...
@smlambert we are ready to merge this PR.