You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Release summary report feature lists out all test job failing without any particular order. It would be very useful to order the report by platform, and in the case of running in PARALLEL=dynamic, having the test job parent be listed directly above its children.
It would be better to group results by platform, and then within that, by test group, where the test groups that are run in parallel, have their children jobs listed directly below the parent.
Example snippet, the arm_linux _0, _1, _2 jobs would be listed in order under the arm_linux parent, where now there is a solaris job mixed in, and the arm_linux _0 child is listed much later in the report that is produced:
...
The text was updated successfully, but these errors were encountered:
- Use Promise.all() to send queries in parallel to improve the performance
- Remove unnessary queries
- Use params() to handle special characters in parameter values (i.e., test name)
- Add title and Grid view link
- Sort build names in the report, so Version/Impl/Platform and Parent/Child are grouped together
- Handle errors
Resolves: adoptium#501 and adoptium#506
Signed-off-by: lanxia <lan_xia@ca.ibm.com>
- Use Promise.all() to send queries in parallel to improve the performance
- Remove unnessary queries
- Use params() to handle special characters in parameter values (i.e., test name)
- Add title and Grid view link
- Sort build names in the report, so Version/Impl/Platform and Parent/Child are grouped together
- Handle errors
Resolves: #501 and #506
Signed-off-by: lanxia <lan_xia@ca.ibm.com>
Currently the Release summary report feature lists out all test job failing without any particular order. It would be very useful to order the report by platform, and in the case of running in PARALLEL=dynamic, having the test job parent be listed directly above its children.
Snippet of current ordering can be seen at: adoptium/aqa-tests#2754
It would be better to group results by platform, and then within that, by test group, where the test groups that are run in parallel, have their children jobs listed directly below the parent.
Example snippet, the arm_linux _0, _1, _2 jobs would be listed in order under the arm_linux parent, where now there is a solaris job mixed in, and the arm_linux _0 child is listed much later in the report that is produced:
...
The text was updated successfully, but these errors were encountered: