System tests help verify that the adoptium binaries are good by running a variety of load tests.
- System tests that run both on adoptium and OpenJ9 SDKs are located at: github.com/adoptium/aqa-systemtest.git
- System tests specific to OpenJ9 are located at: github.com/eclipse-openj9/openj9-systemtest.git
- STF framework that runs system tests are located at: github.com/adoptium/STF.git
The build.xml file defines steps to pull test materials from the above 3 repositories, and compile them. The playlist.xml file defines a set of test we want to run.
For detailed documentation, please see
- aqa-systemtest build instruction
- openj9-systemtest build instruction
Please direct questions to the #testing Slack channel.