Lan Xia

Results 146 issues of Lan Xia

Add a config file that contains a list of repositories so users can tune which repos they wish to search. https://github.com/adoptium/aqa-test-tools/blob/41a0edbca3a36e7a3b083e0bfce037968c4b28fe/test-result-summary-client/src/Build/PossibleIssues.jsx#L113 related: https://github.com/adoptium/aqa-test-tools/pull/976#issuecomment-2657330669

We have added Traffic Light via https://github.com/adoptium/aqa-test-tools/pull/977, we can remove Tabular View. Most code is under https://github.com/adoptium/aqa-test-tools/tree/master/test-result-summary-client/src/TabularView. We should also remove the references.

Add the CreateNewGitIssue button on the test page, so it is easier for people to create issues ![Image](https://github.com/user-attachments/assets/033eb983-7150-4008-b52b-ec33c7a577cf) allTestsInfo?buildId=679bd665810ffc6af3027454&limit=1&hasChildren=true output/test?id=679bf5d3810ffc6af306d76a Add similar code https://github.com/adoptium/aqa-test-tools/blob/a7a6b4dd4cd2f3c00fc72f1fab8a6731d61b5217/test-result-summary-client/src/Build/TestTable.jsx#L147-L157 to https://github.com/adoptium/aqa-test-tools/blob/a7a6b4dd4cd2f3c00fc72f1fab8a6731d61b5217/test-result-summary-client/src/Build/Output/Output.jsx#L121

enhancement

allTestsInfo?buildId=679bd665810ffc6af3027454&limit=1&hasChildren=true page can be slow. We should investigate and improve its performance as it is one of the most used pages.

[CopyToClipboard](https://www.npmjs.com/package/react-copy-to-clipboard) should be used instead of using document.getElementById https://github.com/adoptium/aqa-test-tools/blob/cb13a805965df94d3ce385f4022d79fac4607ebb/test-result-summary-client/src/Build/ReleaseSummary.jsx#L187-L222 Example of using CopyToClipboard module https://github.com/adoptium/aqa-test-tools/blob/cb13a805965df94d3ce385f4022d79fac4607ebb/test-result-summary-client/src/Build/GitNewIssue.jsx#L129

We should update https://github.com/adoptium/aqa-test-tools/blob/master/test-result-summary-client/src/Build/Summary/BuildStatusIcon.jsx to show different build status (below). Currently, we only cover 4 of them. ``` PROGRESSING ABORTED FAILURE UNSTABLE SUCCESS UNDEFINED ``` https://ant.design/components/icon

`runtime-api-java_security_0` failed but is not in `TEST TARGETS SUMMARY`. The test build finished in SUCCESS, which is a false positive. related: [internal issue](https://github.ibm.com/runtimes/backlog/issues/1617) ``` 08:09:01 Test results: passed: 448; failed:...

Add `` example for `platform` in https://github.com/adoptium/TKG/tree/master/examples For example: ``` disable on JDK8 x86-64_linux 8 x86-64_linux ``` ``` disable on eclipse vendor eclipse Only applicable on aix, pliunx, xlinux, wins64...

**What are you trying to do?** Run smoke tests under https://github.com/adoptium/temurin-build/tree/master/test/functional/buildAndPackage **Expected behaviour:** Adopt_J9_FeatureTests is designed to test Semeru features. Adopt_J9_FeatureTests should skip if the SDK is not Semeru. **Observed...

openj9
testing

Extend based on https://github.com/adoptium/aqa-tests/pull/6339/, make checkDacapoH2Metric() and archiveDacapoH2Metric() generic. On second thought, it may be better to have a separate script (i.e., Python - `benchmarkMetric.py`) to handle this. - In...

soc_25