Lan Xia

Results 146 issues of Lan Xia

**What are you trying to do?** Collect AQA TAP files **Expected behaviour:** Archive AQA TAP files regardless of the status of non-test jobs. If some non-test jobs fail (i.e., package_binaries),...

testing

Thanks @mpirvu's suggestion. We are going to add a JITServer AOT test by leveraging the existing system test - [MiniMix_5m](https://github.com/adoptium/aqa-tests/blob/ac712db0d0aa78b18cc7a88332479a31baf5f637/system/otherLoadTest/playlist.xml#L35). We will mimic the scenario of the server and client,...

comp:test

We should revisit disabled tests to see if the issues are resolved. If they are, we need to re-enable the tests. For these ones that do not have any comments,...

comp:test

We should use a direct 3rd party downloading URL, not a view. If the view changes, the URL will be invalid. https://github.com/adoptium/TKG/blob/e9d595ec71f6e33dba769424a4435823a70276d5/scripts/getDependencies.pl#L128 Remove `view/Dependencies` from the URL: https://ci.adoptium.net/job/dependency_pipeline/lastSuccessfulBuild/artifact/asmtools/asmtools-core-7.0.b10-ea.jar

good first issue

Add check for bash --version: Example: https://github.com/adoptium/TKG/blob/6e73a9fa473738b6e92c7a65e59588b5b0f408a8/src/org/openj9/envInfo/MachineInfo.java#L194

good first issue

TKG should do general testing env checks before and/or after running the test. Below are something we could take a look to see if we should implement: - [x] diskspace...

enhancement
Epic

By keeping 3rd party jar version in fname, we need to update all the references when we upgrade the jar. https://github.com/adoptium/aqa-tests/pull/5270 ==> we need to update 15 reference lines TODO:...

enhancement
good first issue

Notice the following in the Grinder: https://ci.adoptium.net/view/Test_grinder/job/Grinder/9702/console ``` 14:23:20 System.getProperty('java.vendor')=Temurin 14:23:20 14:23:20 Warning: cannot determine vendor, use System.getProperty('java.vendor')=Temurin directly. 14:23:20 ``` code: https://github.com/adoptium/TKG/blob/a9b6c3e1ef19b948a47cc6e44484ebf40aa9bd78/src/org/openj9/envInfo/JavaInfo.java#L167-L200

good first issue

The mode is a short name for a list of jvm options. We inherited the old logic from vmfarm. [TKG/resources/modes.xml](https://github.com/adoptium/TKG/blob/master/resources/modes.xml) - defines the list of jvm options for each mode...

There is no AQACert.log and SHA.txt content in TAP file on windows: https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.functional_x86-64_windows/ https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.functional_x86-64_windows/lastSuccessfulBuild/artifact/aqa-tests/TKG/output_16658700363494/Test_openjdk11_j9_sanity.functional_x86-64_windows.tap/*view*/ ``` # AQACert.log content: # #SHA.txt content: # # Timestamp: Sun Oct 16 00:32:19 2022 UTC...

bug