Lan Xia

Results 97 issues of Lan Xia

In the test pipeline, it checks console output for specific errors. For example, if there is an error for `There is not enough space in the file system`, the test...

enhancement

TEST_IMAGES_REQUIRED and DEBUG_IMAGES_REQUIRED are only enabled for if users provide one URL and filename contains OpenJ9-JDK. If URL contains OpenJ9-JDK, the test script will auto download test image and debug...

When system tests were initially open-sourced (in 2017), the STF framework did not support running against different JVM implementations. As a result, system tests were split into 3 system test...

Grinder works as expected. `jtreg_7_3_1_1` is used for JDK17. ``` 00:01:49.607 getDependentLibs: 00:01:50.038 [exec] -------------------------------------------- 00:01:50.038 [exec] path is set to /home/jenkins/workspace/Grinder/aqa-tests/TKG/../TKG/lib 00:01:50.038 [exec] task is set to default 00:01:50.038...

We try to reenable the functional test in docker. To start, let's try to run example_functional in docker. If it works, then move it to sanity.external. https://github.com/adoptium/aqa-tests/blob/master/external/functional-test/playlist.xml#L43C17-L43C35

Currently, we have testing groups, such as functional, system, openjdk, etc. There is a new set of tests - CVE. It contains special openjdk tests. Given the fact that all...

Due to the increasing popularity of VENDOR_TEST_REPOS, we should Limit VENDOR_TEST_REPOS git clone based on BUILD_LIST. That is only git clone the related repos. This will help us to increase...

enhancement

We have encountered lots of test material staging problems (see [build.xml](https://github.com/adoptium/aqa-tests/blob/master/jck/build.xml#L89)). In the build.xml, the logic is complicated as we try to handle lots of different cases. To make this...

We have xxx_rerun test build to automatically rerun failed tests. To save resources, we should leverage TKG iteration and `EXIT_SUCCESS = true` in the rerun test build. It means, stop...

In openjdk test build, we display junit results: https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_aarch64_mac_Nightly_testList_1/40/testReport/ ![image](https://github.com/adoptium/aqa-tests/assets/19273206/cf528d1e-3d5e-4d2e-a254-a246148eb433) In the parent build, we only collect TAP files from child builds. It would be great if we also display...

enhancement