Lan Xia
Lan Xia
Currently, we have smoke test for[ java -version check for JDK](https://github.com/adoptium/temurin-build/blob/master/test/functional/buildAndPackage/playlist.xml#L18). I think we should add a smoke test to ensure java -version can be run on JRE.
Some 3rd libs get downloaded at runtime (see the links below). https://github.com/adoptium/aqa-tests/blob/1898c35e22a6100c7be9d9270cad110bfe9b2d52/perf/dacapo/build.xml#L37 https://github.com/adoptium/aqa-tests/blob/f9c915a44322fab060e3dc13c5db0ce4b5dddc52/perf/renaissance/build.xml#L37 Depending on the network status and 3rd party server availability, we may run into the issue of...
Currently, we do not have a good way to test github workflow change. We always have to merge it in order to test it. We need to investigate a good...
Signed-off-by: lanxia
Currently, we do git clone openj9 repo (in [get.sh](https://github.com/adoptium/aqa-tests/blob/fe5b09797f2ea602cc5457784e0f5d43d8102507/get.sh#L494-L541)) regardless of what type of tests we run. We did this because TKG was in openj9 repo and we need to...
Currently, terminateJavaProcesses only lists the leftover java process, but it does not terminate them. https://github.com/adoptium/aqa-tests/blob/547755debc99d5a0c3fd409f232001e94f36d976/buildenv/jenkins/JenkinsfileBase#L844 In order to make sure the machine is in a clean state, we should update...
- Please put the system name in the title of this issue. https://ci.adoptopenjdk.net/computer/test-packet-ubuntu1604-x64-1/ - Link to any log file showing the problem: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/4965/console - Please describe the issue: ``` Running...
We should update the old adoptopenjdk.net to adoptium.net https://github.com/adoptium/aqa-tests/blob/master/openjdk/README.md?plain=1#L24
It would be helpful if we provide jtreg doc https://openjdk.org/jtreg/command-help.html for some advanced users in openjdk/README.md. After https://github.com/adoptium/aqa-tests/blob/master/openjdk/README.md?plain=1#L17
Signed-off-by: lanxia