aqa-tests
aqa-tests copied to clipboard
Home of test infrastructure for Adoptium builds
As of https://github.com/openjdk/jdk22/commit/6ce0ebb858d3112f136e12d3ad595f805f6871a0 there is a test requirement to set `-Djdk.test.lib.artifacts.nsslib-=` when running PKCS11 nss tests, otherwise the tests are just skipped. i.e. if the option is not set `jtreg.SkippedException:...
https://trss.adoptium.net/output/test?id=616f7c69c6182d021789fb99 [2021-10-20T01:08:59.665Z] rerun: [2021-10-20T01:08:59.665Z] cd 'E:\workspace\Test_openjdk8_hs_extended.openjdk_x86-32_windows_testList_2\aqa-tests\TKG\output_16346911874799\jdk_jfr_2\work\scratch\2' && \ [2021-10-20T01:08:59.665Z] PATH='C:\Program Files\Temurin\jdk-8.0.302.8-hotspot\bin;C:\cygwin64\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn;C:\Program Files\Microsoft SQL Server\100\Tools\Binn;C:\Program Files\Microsoft SQL Server\100\DTS\Binn;C:\Strawberry\perl\bin;C:\Program Files\Git\cmd;C:\openjdk\jdk-8\bin;C:\apache-ant\apache-ant-1.10.5\bin;C:\Program Files\Microsoft SQL Server\110\Tools\Binn;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0;C:\Program Files\Microsoft SQL...
https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_extended.system_x86-64_mac_Nightly_testList_1/546 - [mac10-x86-3](https://openj9-jenkins.osuosl.org/computer/mac10-x86-3) ``` 21:47:20 build-java: 21:47:20 [javac] Compiling 58 source files to /Users/****/workspace/Test_openjdk17_j9_extended.system_x86-64_mac_Nightly_testList_1/aqa-tests/system/STF/stf.core/bin 21:47:20 [javac] error: error reading /Users/****/workspace/Test_openjdk17_j9_extended.system_x86-64_mac_Nightly_testList_1/aqa-tests/systemtest_prereqs/junit/junit.jar; zip file is empty 21:47:20 [javac] error: error reading /Users/****/workspace/Test_openjdk17_j9_extended.system_x86-64_mac_Nightly_testList_1/aqa-tests/systemtest_prereqs/junit/hamcrest-core.jar;...
Currently, we have testing groups, such as functional, system, openjdk, etc. There is a new set of tests - CVE. It contains special openjdk tests. Given the fact that all...
Console output (running on test-docker-fedora37-x64-2): ``` [2024-02-16T00:54:20.775Z] TEST: ssl-tests.sh [2024-02-16T00:54:20.775Z] TEST JDK: /home/jenkins/workspace/Test_openjdk21_hs_dev.functional_x86-64_linux/jdkbinary/j2sdk-image/jdk-21.0.3+3/bin/.. [2024-02-16T00:54:20.775Z] [2024-02-16T00:54:20.775Z] ACTION: shell -- Failed. Execution failed: exit code 2 [2024-02-16T00:54:20.775Z] REASON: User specified action: run...
Console output (running on test-docker-ubuntu2204-x64-1): ``` [2024-02-16T10:51:43.613Z] (ETA: in 09:30:32; at Fri, 2024-02-16 20:22:15) [2024-02-16T10:51:43.613Z] (Sampling Rate: 3.82 M/sec) [2024-02-16T10:51:43.613Z] (JVMs: 0 starting, 2 running, 0 finishing) [2024-02-16T10:51:43.613Z] (CPUs: 4...
Console output (running on test-docker-ubuntu2204-x64-1): ``` [2024-02-16T10:51:59.840Z] TESTING: [2024-02-16T10:51:59.840Z] Java Concurrency Stress Tests [2024-02-16T10:51:59.840Z] --------------------------------------------------------------------------------- [2024-02-16T10:51:59.840Z] Rev: d118775943666d46, built by buildbot with 17.0.1 at 2022-09-08T14:28:14Z [2024-02-16T10:51:59.840Z] [2024-02-16T10:51:59.840Z] Burning up to...
Due to the increasing popularity of VENDOR_TEST_REPOS, we should Limit VENDOR_TEST_REPOS git clone based on BUILD_LIST. That is only git clone the related repos. This will help us to increase...
Rerun test jobs was recently enabled in adoptium, which definitely helps in the latest releases. Here are some thoughts or issues we met during the releases: - [ ] for...
Reproducible comparison tests have been enable as jenkins job in [Adoptium](https://ci.adoptium.net/view/ReproducibleBuild/). To broaden the functionalities we'd like to enhance it and incorporate to be part of aqa-tests, which can benefit...