aqa-test-tools
aqa-test-tools copied to clipboard
EPIC: Improve the contents and organization of release summary report
We need to improve the release summary report to make it easier to navigate by triagers during a release.
-
[ ] Organize the report by platform.
The release summary report does not organize all the test failures of the same platform together. Since the purpose of the report is to make it easier for triagers to review and triage and they do that by platform, we should group all results of a single platform together. -
[ ] Put a summary table at the top of the report Creating a table with a column for triagers to be able to annotate as they verify and work through the triage to mark the platform as completed and ready to release would be good. This should also include the platforms that pass, not just ones with failures in them. Some examples of reformatting the report in this way can be found here: https://github.com/adoptium/aqa-tests/issues/4256 and https://github.com/adoptium/aqa-tests/issues/4258
-
[ ] Consider removing some information from the main report. Some types of tests seem to include the java -version info, others do not and it's quite cluttered when it is included in the main report. We can consider removing this or making it available as a comment at the bottom of the platform section.
-
[ ] Consider what rerun information is needed in the summary report as per https://github.com/adoptium/aqa-test-tools/issues/649#issuecomment-1892497472
-
[ ] Currently, the release summary report summarizes test targets, when available, we should also aim to include details about test cases for the test suites at supply that information (openjdk, jck) as per https://github.com/adoptium/aqa-test-tools/issues/841
With rerun-build enabled if the rerun build fails there will be rerun failure information same as others:
If the rerun build succeeds there will be no any further information.
When doing the triage it will be taken as rerun build as default, which is not correct.
https://github.com/adoptium/aqa-tests/issues/5121 - consider adding a 'one-liner' statement in the result summary that includes the metrics shared in the grid view, Included test summary total overall test targets executed, passed, failed, skipped) and pass percentage.
Once a PR for https://github.com/adoptium/TKG/issues/507 lands, if a test target fails and if there is a change in machine configuration as indicated in TKG console output, include mention of the change in result summary report.