aqa-tests
aqa-tests copied to clipboard
Home of test infrastructure for Adoptium builds
Update and move the scripts from https://github.com/smlambert/release-aqavit/tree/main/scripts into aqa-tests repo and create a workflow for this process. Workflow can be manually run for now, but can consider adding a schedule...
Files here needs to be tagged as binary due to JDK21 changes on z/OS. https://github.com/adoptium/aqa-tests/tree/master/functional/MBCS_Tests/jdbc41/derby/db-derby-10.14.2.0-lib/lib We also need below commit to be reverted as JDK21 latest builds have fixes for...
Need to investigate java os.name property value ${buildjdk.os.name} not recognised. Update the get-platform-prefix macrodef in stf.build/include/top.xml --- From https://ci.adoptium.net/job/Test_openjdk23_hs_extended.system_ppc64_aix_testList_0/5/console running on build-osuosl-aix72-ppc64-3 : ``` 02:52:00 BUILD FAILED 02:52:00 /home/jenkins/workspace/Test_openjdk23_hs_extended.system_ppc64_aix_testList_0/aqa-tests/TKG/scripts/build_test.xml:95: The...
Expectations/notes to add: - PRs should be related to a descriptive issue (giving context for the change and if possible estimated severity of the problem) - Between approvals and merging,...
Running using a custom `ADOPTOPENJDK_REPO` and `ADOPTOPENJDK_BRANCH` results in failures on the main test jobs, although not on Grinders. This used to work but now gives a rather cryptic error...
Passes on the RHEL6 machine according to https://github.com/adoptium/aqa-tests/issues/5233#issuecomment-2061207176 Noted as part of the pkcs11 failures when testing [Ubuntu 24.04](https://github.com/adoptium/infrastructure/issues/3501) and [UBI8](https://github.com/adoptium/infrastructure/issues/3586) although not specifically called out in the [AL2023 testing](https://github.com/adoptium/aqa-tests/issues/5300):...
Our team would like to problem list the following test. We are observing the error "Windbg Error: WaitForEvent failed" in test logs. Investigating the issue, we observed that there is...
So basically what the problem is, is that we are unable to run JRE testing with anything but JCK, since JAVA and JAVAC command variables are only defined and propagated...
Many failed tests in jdk_jfr_2 in the extended openjdk suite on arm32 The list of failed tests are in https://ci.adoptopenjdk.net/job/Test_openjdk8_hs_extended.openjdk_arm_linux_testList_2/16/testReport/ There are 335 failed tests in total so wont be...
The external tests are runnign by default in container, and are mounting jdk inside. If the jdk is not exactly standalone (quite common is symlink to system tzdata and cacerts)...