aqa-test-tools
aqa-test-tools copied to clipboard
Home of Test Results Summary Service (TRSS) and PerfNext. These tools are designed to improve our ability to monitor and triage tests at the Adoptium project. The code is generic enough that it is e...
When there are failures that pass on auto rerun it helps if release summary reports provides machine/agent information, e.g. name of original machine tests failed on and rerun machine tests...
Fix #856 Update trssCodeSync script Add --remove-orphans to docker-down call to ensure all get stopped
From the work that took place under https://github.com/adoptium/aqa-test-tools/issues/404 and the shift to running TRSS & its components inside of containers, we need to update the TRSS synch script / job....
We currently track which test targets fail and keep a snippet of console output per target in the TRSS database. For certain groups of tests like openjdk and jck we...
Fixes #801
As we knew would happen, and is related to https://github.com/adoptium/aqa-test-tools/issues/801 we need to accommodate
@smlambert noticed that recent release run shows **allTestsInfo** may be incorrect for some builds. Example : jdk22 release mac extended.openjdk job, which should have around 16+39+38 tests. But trss only...
We need to improve the release summary report to make it easier to navigate by triagers during a release. - [ ] Organize the report by platform. The release summary...
Current pipeline result summary will show the summary based on the platforms, impls. However the release summary report will be generated based on the pipeline itself, which includes informations of...
To allow for customization by vendors, we can consider adding support to reading in additionalRepos from a configuration file for repositories to search when looking for similar/possible issues. The code...