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
Pass percentage is calculated by Passed/Executed and does not currently take into account aborted tests. While we originally wanted Test Results Summary Service (TRSS) to summarize the results of tests that actually ran, it is likely more useful to include info about Aborted tests (which is often an indication of Infra issues).
For example, in the past weekend pipeline runs, most test jobs had to abort because there were no machines found online, so 7 of the 11 platforms could not launch AQA tests, due to
[Pipeline] nodesByLabel
13:19:17 Could not find any nodes with 'ci.role.test&&hw.arch.x86&&sw.os.windows&&sw.tool.docker' label
[Pipeline] timeout
13:19:17 Timeout expired 0 ms ago
13:19:17 Cancelling nested steps due to timeout
...
Finished: ABORTED
The pass % shows to be 96.78% which are of the tests that did launch and could be run. The overall health of the weekly pipeline was poor, so it may be good to either change how Pass% is calculated, or figure out a calculation for a new metric, something called Pipeline% which includes "Aborted" jobs in the final metric. Pipeline % could measure the number of jobs in the pipeline that could run over the number of jobs that were launched.
The text was updated successfully, but these errors were encountered:
Pass percentage is calculated by Passed/Executed and does not currently take into account aborted tests. While we originally wanted Test Results Summary Service (TRSS) to summarize the results of tests that actually ran, it is likely more useful to include info about Aborted tests (which is often an indication of Infra issues).
For example, in the past weekend pipeline runs, most test jobs had to abort because there were no machines found online, so 7 of the 11 platforms could not launch AQA tests, due to
The pass % shows to be 96.78% which are of the tests that did launch and could be run. The overall health of the weekly pipeline was poor, so it may be good to either change how Pass% is calculated, or figure out a calculation for a new metric, something called Pipeline% which includes "Aborted" jobs in the final metric. Pipeline % could measure the number of jobs in the pipeline that could run over the number of jobs that were launched.
The text was updated successfully, but these errors were encountered: