Lan Xia

Results 146 issues of Lan Xia

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.,...

enhancement

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....

canosp_f21

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

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...

enhancement

We would like to show AQAvit Certification results. An `AQAvit Certification` menu should be created on the left side menu after `By Pipeline`. https://github.com/adoptium/aqa-test-tools/blob/master/test-result-summary-client/src/App.jsx#L48 The link should be `/tests/AQAvitCert`. In...

canosp

For new users, it will much easier if we have a TRSS docker image for them to try. Sample data should be inserted into database, so users can see the...

enhancement

The Grid view is designed for displaying test results. In the case where the SDK build job fails, no test job will be triggered. If the users only check Grid...

enhancement

In `Create New Git Issue`, we capture lots of information, such as java version, rerun link, Jenkins job link, TRSS link, etc. It will be useful if we can capture...

enhancement

http://trss1.fyre.ibm.com/output/build?id=60c322dae4632d7f59fa50f2 ![image](https://user-images.githubusercontent.com/19273206/121693777-6f3be200-ca97-11eb-96ae-917c9fb7eef9.png) I think it is related to https://github.com/adoptium/aqa-test-tools/pull/406

bug

Thanks to @LongyuZhang , we have the initial Deep Learning (DL) prototype that takes test outputs (from TRSS) as the training data to predict possible issues. The prototype uses Tensorflow...

enhancement
deepAQAtik