Lan Xia
Lan Xia
We support auto-rerun failed tests in the test pipeline (see #3431). It is useful for triaging and rerunning the failed tests automatically. However, this feature requires the test jobs to...
Currently, for running vendor repo tests, users can provide VENDOR_TEST_BRANCHES or VENDOR_TEST_SHAS. To reduce the parameters that we have, we combine VENDOR_TEST_BRANCHES and VENDOR_TEST_SHAS into one parameter. That is, keep...
When the job failed before test execution, we got `TypeError: Cannot convert undefined or null to object` error in TRSS. https://github.com/adoptium/aqa-test-tools/blob/master/TestResultSummaryService/parsers/Test.js should be investigated. The content should be stored as...
Page: https://trss.adoptium.net/tabularView Source: https://github.com/adoptium/aqa-test-tools/tree/master/test-result-summary-client/src/TabularView tabularView Page was created for comparing two builds (test vs baseline). However, this page has been broken for a while. A couple of thoughts: - debug...
Remove sibling Build (build 77 -74) on allTestsInfo page https://trss.adoptium.net/allTestsInfo?buildId=66582ddf879917006e217d83&limit=5&hasChildren=true Code: https://github.com/adoptium/aqa-test-tools/blob/master/test-result-summary-client/src/Build/AllTestsInfo.jsx https://github.com/adoptium/aqa-test-tools/blob/master/test-result-summary-client/src/Build/TestTable.jsx
Currently, TKG does the exact match in disable. If we need to exclude 2 impls, we need to write 2 `` separately . See https://github.com/adoptium/aqa-tests/blob/0f1508971ddb416332fdf96de93fd9c1a9f4dfc3/openjdk/playlist.xml#L1380-L1389 It would be nice if...
When running system tests again on the same machine, the system test jars get re-redownloaded again https://openj9-jenkins.osuosl.org/job/Grinder/3641/consoleFull ``` 00:00:53.838 + perl ./aqa-tests/TKG/scripts/getDependencies.pl -path /home/jenkins/workspace/Grinder/../../testDependency/system_lib -task default -customUrl https://openj9-jenkins.osuosl.org//job/test.getDependency/lastSuccessfulBuild/artifact/ 00:00:53.838 --------------------------------------------...
all jars are downloaded under system_lib dir. This is incorrect. Ideally, only system test libs should be under `system_lib` dir https://openj9-jenkins.osuosl.org/job/Grinder/3638/consoleFull ``` 00:00:57.759 + perl ./aqa-tests/TKG/scripts/getDependencies.pl -path /home/jenkins/workspace/Grinder/../../testDependency/system_lib -task default...
Noticed in the [job console](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/40912/consoleFull) that SysinternalsSuite.zip is downloaded at the runtimes and moved into `testDependency\system_lib\windows_sysinternals`. This is NOT due to this PR as SysinternalsSuite.zip is not even in the...
TKG cannot parse data from TRSS ``` 00:04:10.061 Attempting to get test duration data from TRSS. 00:04:10.061 curl --silent --max-time 120 -L http://trssrtp1.fyre.ibm.com/api/getTestAvgDuration?limit=10&jdkVersion=11&impl=j9&platform=ppc64_aix&group=functional&level=sanity 00:04:10.406 Warning: cannot parse data from TRSS....