Lan Xia
Lan Xia
@ChengJin01 got it working locally. Thanks for sharing, Cheng! ``` cd openj9-openjdk-jdk19 rm -rf build sh make/devkit/createJMHBundle.sh bash configure --with-jmh=build/jmh/jars --disable-warnings-as-errors --disable-ccache --with-mixedrefs=no --with-boot-jdk=/cygdrive/c/temp/jdk18_openj9_win_x64 --with-toolchain-version=2019 --with-freemarker-jar=/cygdrive/c/temp/freemarker.jar make all ``` ```...
It would be nice to have docs about the AQAvit release and add the usage of testenv.properties in the AQA repo (https://adoptium.net/docs/aqavit-verification/ ).
Just for the record, same failure on rhel9 aarch64 JDK11 ([internal link](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk11_j9_extended.openjdk_aarch64_linux_testList_1/4/console)) ``` 00:10:16.763 java version "11.0.19" 2023-04-18 00:10:16.763 IBM Semeru Runtime Certified Edition 11.0.19.0-rc1 (build 11.0.19+7) 00:10:16.763 Eclipse OpenJ9...
@sophia-guo do you happen to know anything that could help us diagnose in this case?
The new test `cmdLineTester_jvmtitests_Java21andUp` only uses jvmtitests_Java21andUp.xml that you added. Do we want it to run on arch.390?
playlist.xml controls the execution only. For java compilation, we need to update build.xml. ``` //add additional exclude files ... ``` https://github.com/eclipse-openj9/openj9/blob/6b03a382a12a2293d1cb4d884c55899859da516e/test/functional/cmdLineTests/jvmtitests/build.xml#L81
Please run a Grinder via Adoptium Jenkins https://ci.adoptium.net/view/Test_grinder/job/Grinder/
@smlambert could you grant Anna access to Adoptium Grinder? She needs to run some PR testing. Thanks
https://openj9-jenkins.osuosl.org/view/Test/job/Grinder/3570/ ``` 00:01:56.887 Custom URL: https://openj9-jenkins.osuosl.org//job/test.getDependency/lastSuccessfulBuild/artifact/ [Pipeline] sh 00:02:00.535 + perl ./aqa-tests/TKG/scripts/getDependencies.pl -path /home/jenkins/workspace/Grinder/../../testDependency/lib -task default -customUrl https://openj9-jenkins.osuosl.org//job/test.getDependency/lastSuccessfulBuild/artifact/ 00:02:00.535 -------------------------------------------- 00:02:00.535 path is set to /home/jenkins/workspace/Grinder/../../testDependency/lib 00:02:00.535 task is set...
@annaibm can you move this out of draft? Thanks