aqa-tests
aqa-tests copied to clipboard
Home of test infrastructure for Adoptium builds
Current external tests are supposed to run with dockers, which lets people focus on setting up test running rather than correctly configuring machines. There is an increasing requirement to run...
We have been doing this manually, changing the tag_version values in set_test_info in [common_functions.sh](https://github.com/AdoptOpenJDK/openjdk-tests/blob/master/external/common_functions.sh#L176), but should also look at what it would take to automate this. Related: https://developer.github.com/v3/repos/releases/#get-the-latest-release https://stackoverflow.com/questions/58465057/trigger-a-github-action-when-another-repository-creates-a-new-release Where...
**Describe the bug** When building Elasticsearch(v7.6.2), I get an error when using any version of Java under 13. The error below is when I was using Java 11. ``` FAILURE:...
Github actions only support limited platforms. For non supported platforms usually developers or reviewers will run jenkins jobs, e.g [grinder](https://ci.adoptium.net/view/Test_grinder/job/Grinder/) to verify. To make this process easier developers or reviewers...
Close #5586
https://github.com/adoptium/aqa-tests/issues/1558 copying the Jenkins features reference from wiki https://github.com/adoptium/aqa-tests/wiki/How-to-Run-a-Grinder-Build-on-Jenkins#reference to the docs.. splitting into jenkins howto quickguide and a wiki-like exhaustive reference with all the jenkins parameters before reviewing, please...
Fixes: https://github.com/adoptium/aqa-tests/issues/5650
The exclude_parser.py runs as a GH action when changes are made to the ProblemList. It should error when issues with their syntax are found. See also: https://github.com/adoptium/aqa-tests/issues/5633 https://github.com/adoptium/aqa-tests/issues/5227
Some hotspot test failures were [discovered](https://github.com/adoptium/aqa-tests/pull/5624#issuecomment-2374007894). All of them seem to be caused by [missing jsa archive on mac builds](https://github.com/adoptium/adoptium-support/issues/937). **jdk21 / x86-64_mac** hotspot_gc: [OK](https://ci.adoptium.net/job/Grinder/10979/) hotspot_runtime: [5 FAILURES](https://ci.adoptium.net/job/Grinder/10980/) ``` runtime/cds/CheckDefaultArchiveFile.java.CheckDefaultArchiveFile...
Arraylet doubleMapping has been replaced with new off-heap feature, update test SyntheticGCWorkload_DoubleMap_J9 to test SyntheticGCWorkload_OffHeap_J9 for testing offheap. - the change in playlist.xml - new config_offHeapStress.xml file On Hold until...