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...
By default (no benchmark filter), Tabular View should show all metrics. As shown in the screenshots below, it doesn't shows only one metric (i.e. footprint) for `pingperf-quarkus-startup` benchmark and misses...
Fix issue #880 I had removed the sibling Build (build 77 -74) on allTestsInfo page It looks like the below image
Remove sibling Build (build 77 -74) on allTestsInfo page https://trss.adoptium.net/allTestsInfo?buildId=66582ddf879917006e217d83&limit=5&hasChildren=true Code: https://github.com/adoptium/aqa-test-tools/blob/master/test-result-summary-client/src/Build/AllTestsInfo.jsx https://github.com/adoptium/aqa-test-tools/blob/master/test-result-summary-client/src/Build/TestTable.jsx
Currently we have several types of 'states' for test/build jobs in Grid view - Job runs to completion but has failures (either directly or child jobs have failures) - Job...
For the Adoptium TRSS instance, https://trss.adoptium.net/tests/Test shows a view of all the pipelines at Adoptium, with ~6 builds per pipeline. There is also a Search box with text 'Search output',...
`Streaming` - Special state. When enabled, the build will be processed while it is still running. During the release of March 2025, it was found even with [release-openjdk24-pipeline](https://ci.adoptium.net/job/build-scripts/job/release-openjdk24-pipeline/) setting as...
regular build  perf build  We need to investigate this.
Following the works done in https://github.com/adoptium/infrastructure/issues/3877 and more specifically highlighted queries causing contention and reduced performance in comment https://github.com/adoptium/infrastructure/issues/3877#issuecomment-2693852385 Involving aggregation queries and deletes being improved. Some investigation and adjustments...
Allows [TRSS_Code_Sync](https://ci.adoptium.net/view/Test_grinder/job/TRSS_Code_Sync/) Jenkins job to complete. Test run here: https://ci.adoptium.net/view/Test_grinder/job/TRSS_Code_Sync/42/
While the TRSS_Code_Sync job, does what it purports to do, update the TRSS instance with latest code from aqa-test-tools repo, it never 'completes' due to an `sh` call to `npm...