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...
The Adoptium hosted TRSS should provide attribution to Netlify for hosting it. This can be through adding a footer to the index page. e.g. ``` diff --git a/test-result-summary-client/src/App.jsx b/test-result-summary-client/src/App.jsx index...
We should add Build Name column search in Build Detail page, so users can easily find the builds that they are looking for. https://trss.adoptium.net/buildDetail?parentId=60d4cc7ad4a82524cf6c2d06&buildResult=!SUCCESS  Example: https://github.com/adoptium/aqa-test-tools/blob/b8d36b5117037c86b8b3ed2f0168a52ce7b860d3/test-result-summary-client/src/Build/TestTable.jsx#L102
Had not seen this behaviour before, but happening since the addition of the new release pipelines, that when you add the pipeline to be monitored, at some point after its...
Monitoring option controls if TRSS should actively monitor a build or not. If it sets to No, it means that TRSS should not monitor the corresponding new build from Jenkins....
With https://github.com/adoptium/aqa-tests/issues/3431, we have rerun builds auto-triggered for failed tests. TRSS is able to process them. However, we could add additional support in TRSS to help distinguish the regular runs...
Pass percentage is calculated by Passed/Executed and does not currently take into account aborted tests. While we originally wanted **Test** Results Summary Service (TRSS) to summarize the results of tests...
https://github.com/adoptium/aqa-test-tools/blob/master/TestResultSummaryService/routes/getData.js is built from user-provided data. We need to add sufficient sanitization. For details, see GitHub Code Scanning / CodeQL at https://github.com/adoptium/aqa-test-tools/pull/732
In the event of the TRSS production machine rebooting (i.e., power outage), we need to make sure TRSS and its related service can be automatically restarted. TRSS services will be...
Deletion of the following files - https://github.com/adoptium/aqa-test-tools/blob/master/MachineLearningPrototype/models/non-contextual/doc2vec.ipynb - https://github.com/adoptium/aqa-test-tools/blob/master/MachineLearningPrototype/models/non-contextual/executions_df They are already in place at the folder of https://github.com/adoptium/aqa-test-tools/tree/master/MachineLearningPrototype/models/non-contextual/doc2vec
The purpose is to explore the capabilities of LDA topics on capturing the semantic similarity between GithubIssues and JenkinsLogs. The mixture of the topics can help us identify non informative...