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...
Implementation of the doc2vec model for the task of document similarity on Github issues and Jenkins Logs. The objective is to have some results and their relevant plots with respect...
On the Test page (allTestInfo), we display test results and history.  For the JDK build job, we only display the console output atm (from Grid view). We should also...
In the following case, smoke tests failed, but the Grid view Test Summary display `Failed: 0`  
Hi, https://trss.adoptium.net/dashboard showed how to monitor performance histories, but we need to maintain a webpage jsx for every single perf test, which might get heavy as we continue adding those...
With the Docker-based TRSS, we can create PR builds for TRSS using GitHub workflow. It should run the cypress tests that we have. https://github.com/adoptium/aqa-test-tools/tree/master/TestResultSummaryService#docker https://github.com/adoptium/aqa-test-tools/tree/master/TestResultSummaryService#testing
The Advance search feature searches all test output in DB. It takes really long time to return the result. We should look into a more efficient way of searching (i.e.,...
As part of AQAvit certification process, TAP files are collected and put them on a public server. TRSS should be able to get it, parse, store and display the results....
Instead of introducing a new fetch library - axios, We should use the existing one - got ``` const response = await got.get(this.url).buffer(); ``` https://github.com/sindresorhus/got#readme Related: https://github.com/adoptium/aqa-test-tools/pull/619
re: https://github.com/adoptium/ci-jenkins-pipelines/issues/254#issuecomment-1054314294 It may be beneficial to visually indicate or through the API response that we are running low or out of space on disk. Currently TRSS ability to respond...
In https://github.com/adoptium/aqa-test-tools/issues/496, we collect user feedback for related git issue. If the issue is confirmed by the user, we should also show it in the `allTestsInfo`. http://trss1.fyre.ibm.com/allTestsInfo?buildId=60b3b5b1dfd84686d34b2731&limit=5&hasChildren=false In `allTestsInfo`, add...