Lan Xia

Results 146 issues of Lan Xia

1. Update workflows to reduce the amount of tests that are triggered (should only be a sniff test, not hours of test execution). 2. Check that the Github runners are...

enhancement

- create testenvSettings.sh for testenv variable settings - update functional/OpenJcePlusTests/build.xml to handle branch/tag/sha values - add OPENJCEPLUS_GIT_REPO and OPENJCEPLUS_GIT_BRANCH in testenv.properties - when DYNAMIC_COMPILE=true, we will run `make ` command...

[internal link](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk8_j9_dev.functional_ppc64le_linux/6/) ``` [2024-05-04T03:23:26.571Z] TESTING: [2024-05-04T03:23:26.571Z] ~/workspace/Test_openjdk8_j9_dev.functional_ppc64le_linux/aqa-tests/functional/security/ssl-tests/ssl-tests ~/workspace/Test_openjdk8_j9_dev.functional_ppc64le_linux/aqa-tests/TKG/output_17147930051846/ssl-tests_0 [2024-05-04T03:23:26.571Z] Non cygwin system! [2024-05-04T03:23:26.571Z] /home/jenkins/workspace/Test_openjdk8_j9_dev.functional_ppc64le_linux/aqa-tests/functional/security/ssl-tests/ssl-tests [2024-05-04T03:23:26.571Z] treating jdk as: 8 [2024-05-04T03:23:26.571Z] Running with /home/jenkins/workspace/Test_openjdk8_j9_dev.functional_ppc64le_linux/jdkbinary/j2sdk-image... [2024-05-04T03:23:30.854Z] XML output to /home/jenkins/workspace/Test_openjdk8_j9_dev.functional_ppc64le_linux/aqa-tests/functional/security/ssl-tests/ssl-tests/test.1714793006/jdk/work [2024-05-04T03:25:02.248Z] FAILED:...

openJcePlusTests under https://github.com/adoptium/aqa-tests/tree/master/functional/OpenJcePlusTests (the test material is from https://github.com/ibmruntimes/OpenJCEPlus.git) has a close tie with Semeru release. Using incompatible test material could lead to the failure of release testing, resulting in...

enhancement

In system tests and openjdk tests repos, we need to git clone and track repo sha. https://github.com/adoptium/aqa-tests/blob/9639787ceb52518750af88b8d611a7276e4742bb/system/common.xml#L51-L93 https://github.com/adoptium/aqa-tests/blob/9639787ceb52518750af88b8d611a7276e4742bb/openjdk/build.xml#L86-L128 We should create a common function for this.

enhancement

getDependencies.pl `customUrl` should not hardcode to https://ci.adoptium.net Jenkins. We should change it based on the Jenkins domain: https://github.com/adoptium/aqa-tests/blob/9639787ceb52518750af88b8d611a7276e4742bb/buildenv/jenkins/JenkinsfileBase#L210 We can leverage the following for Jenkins domain value: https://github.com/adoptium/aqa-tests/blob/9639787ceb52518750af88b8d611a7276e4742bb/buildenv/jenkins/JenkinsfileBase#L1046 This allows...

enhancement

As we upgrade 3rd party jars often, we could have old version of 3rd party jars (no longer needed) under testDependency. https://github.com/adoptium/TKG/blob/master/scripts/getDependencies.pl We need a job to cleanup pre-stage 3rd...

enhancement

AQAvit has achieved OpenChain 2.1 badge (see https://github.com/adoptium/adoptium.net/issues/2797). We can add the OpenChain 2.1 badge on https://github.com/adoptium/aqa-tests/blob/master/README.md Image: https://github.com/OpenChain-Project/Image-Assets/tree/master/Official/Conformance-Badge

[internal j9 test build](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk17_j9_dev.functional_aarch64_mac/11/). related: backlog/issues/1372 ``` [2024-03-02T15:57:33.704Z] + unwrap_file_to_location /Users/jenkins/workspace/Test_openjdk17_j9_dev.functional_aarch64_mac/bootjdkarchive/adoptopenjdk /Users/jenkins/bootjdk [2024-03-02T15:57:33.704Z] + '[' mac == mac -o mac == linux ']' [2024-03-02T15:57:33.704Z] + tar --strip-components=1 -xf /Users/jenkins/workspace/Test_openjdk17_j9_dev.functional_aarch64_mac/bootjdkarchive/adoptopenjdk -C...

We need to support FIPS builds in TRSS: fips140_2 and fips_3_YYYYMMDD. And remove fips build. ![image](https://github.com/adoptium/aqa-test-tools/assets/19273206/1c2ef53a-8b66-41ff-917e-028a9f53755a)