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...
Ideally, some additional information gets automatically populated into the "Create new issue" functionality, including: - java -version info - date / SHA when issue first seen - guess at intermittency...
### Problem Description In order to extract Perf results for builds that have multiple tests in them (https://github.com/AdoptOpenJDK/openjdk-test-tools/issues/136), we decided to store raw values in the aggregate info data structure....
As part of the cleanup, we would like to bring the internal TRSS up to date. Below is the steps: - [ ] update internal TRSS (rttestci) with the latest...
### Problem Description Currently, we have 3 Perf widgets for Dashboard: DayTrader, ODM and SPECjbb2015. There is significant duplication of code between those 3 widgets since we just copied and...
In [PerfCompare.js](https://github.com/AdoptOpenJDK/openjdk-test-tools/blob/master/test-result-summary-client/src/PerfCompare/PerfCompare.jsx), we are using `undefined`, `null`, `""` to represent different meanings. I think we should simplify the logic. - [ ] `higherbetter ` should have only two state. i.e.,...
In the Tabular view (https://github.com/AdoptOpenJDK/openjdk-test-tools/issues/37), there are few places where the code seems to pretty costly to run. In interest of time and considering the first commit for Tabular View,...
We need to control access to the admin page so that only administrators can change settings. It will also help us to keep track of who made the change in...
### Problem Description With https://github.com/AdoptOpenJDK/openjdk-test-tools/issues/73, we've added the ability to aggregate the perf results from multiple iterations. We should update Perf Graph View to use and display aggregated perf results...
### Problem Description I feel that our current style for handling different perf jobs (i.e. java, nodejs and others) can be improved. So far, we were mainly concerned about the...
### Problem Description In order for TRSS to extract perf results from Adopt perf builds (https://github.com/AdoptOpenJDK/openjdk-test-tools/issues/136), we had to change the regexes in https://github.com/AdoptOpenJDK/openjdk-test-tools/pull/159 that benchmark parser uses to find...