aqa-tests
aqa-tests copied to clipboard
Home of test infrastructure for Adoptium builds
**tools/launcher/VersionCheck.java** consistently failing on all machines shown in deep history with `j2sdk-image/jdk8u362-b05/bin/servertool.debuginfo: cannot execute binary file` Console output: ``` [2022-12-03T20:27:35.621Z] STDOUT: [2022-12-03T20:27:35.621Z] Testing (-J-version): /home/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_x86-64_linux_testList_1/openjdkbinary/j2sdk-image/jdk8u362-b05/bin/jar [2022-12-03T20:27:35.621Z] Testing (-J-version): /home/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_x86-64_linux_testList_1/openjdkbinary/j2sdk-image/jdk8u362-b05/bin/servertool.debuginfo [2022-12-03T20:27:35.621Z]...
From July TCK retrospective issue, there have been issues with people manually making a mess of the `CUSTOM_TARGET` field. It would be useful for the harness to check for two...
``` 08:02:00 stderr: [WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. 08:02:00 ] 08:02:00 exitValue = 0 08:02:00 08:02:00...
Example from https://ci.adoptium.net/job/Test_openjdk11_hs_sanity.external_ppc64le_linux/9/console ``` 12:38:36 [exec] ERROR: failed to solve: process "/bin/sh -c apt-get update \t&& apt-get install -qq -y --no-install-recommends software-properties-common \t&& apt-get install -qq -y --no-install-recommends gnupg \t&&...
This test pipeline could check state of the issue that the test was disabled under and then run all disabled test targets whose issues are resolved to check if they...
Spotted on https://ci.adoptium.net/job/Test_openjdk21_hs_extended.openjdk_riscv64_linux/32/console That job seems to have failed because it specified an `UPSTREAM_JOB_NUMBER` which no longer had any associated artifacts, but that is not obvious in the log: ```...
This came to me in bed while I was failing to sleep last night as another item which fits in with the other [trapme](https://github.com/adoptium/aqa-tests/issues?q=is%3Aissue+trapme) ones I've raised so I felt...
This was split out from somethinf in the Jult/October TCK retrospectives - action is to see if we can produce a more useful error message to the end user in...
This is something I'm sure I've hit before (or certainly similar problems) but I don't think we've addressed it, so I'm raising an issue so it doesn't get lost. I've...
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...