aqa-tests
aqa-tests copied to clipboard
Home of test infrastructure for Adoptium builds
Based on Issue https://github.com/eclipse-openj9/openj9/issues/20012, OpenLiberty utilizes the established shared classes for multiple servers, so we need to increase Pingperf test to loop this test several times inside the container to...
If the OS is in FIPS mode, MD5 is not available and we will get the following error in the test build ``` [2024-09-19T15:00:25.907Z] Archiving artifacts [2024-09-19T15:00:26.471Z] Recording fingerprints [2024-09-19T15:00:26.930Z]...
This issue tracks a cleanup of space/comma issues in all the ProblemList files in the repo. See also: https://github.com/adoptium/aqa-tests/issues/5227
To simplify the launching of Trestle pipelines (listed below), we intend to create a parent job that allows for launching certain features and backports from developers who work for Adoptium...
When using dynamic parallel via TEST_TIME, there is a chance that we do not get the actual test execution time. This could result in default test execution being used (2...
Currently diff.sh only checks if the test subfolders (depth 2) are same or not when comparing two jcks, which helps us know if jck test targets needs to be updated...
Currently the jck jtrunner get the required jti value from https://github.com/adoptium/aqa-tests/tree/master/jck/jtrunner/config these values are not overridable via any custom means say a custom private value is required for say "ftpURL"...
https://github.com/adoptium/aqa-tests/pull/5553#issuecomment-2340815163 have reminded me old issue, where some external tests, eg jacoco, works fine with 8-17 but do not work with jdk21 Unluckily, current logic to clone and checkout is...
Test failure have been resolved by https://github.com/eclipse-openj9/openj9/pull/18864
Currently the runtime of containers supports some kind of lets say "default" image, which is temurin-jdk/jre image (so a custom jdk passed in have all deps), and that is based...