Skip to content

Low: cts: Consolidate tests in cts-lab result output#4062

Open
clumens wants to merge 1 commit intoClusterLabs:mainfrom
clumens:t1018
Open

Low: cts: Consolidate tests in cts-lab result output#4062
clumens wants to merge 1 commit intoClusterLabs:mainfrom
clumens:t1018

Conversation

@clumens
Copy link
Contributor

@clumens clumens commented Feb 23, 2026

It's possible to run the same test multiple times, like so:

--choose "ComponentFail ComponentFail"

If you do, the test summary will list each one individually:

Jan 31 09:28:13 Test ComponentFail {'calls': 1, 'failure': 0, 'skipped': 0, 'auditfail': 0}
Jan 31 09:28:13 Test ComponentFail {'calls': 1, 'failure': 0, 'skipped': 0, 'auditfail': 0}

Instead, these can be condensed into a single row:

Feb 23 13:42:38 rhel9-ctslab-exec Test ComponentFail {'calls': 2, 'failure': 0, 'skipped': 0, 'auditfail': 0}

Note that I've chosen to leave the detailed results as they are. This is because the details results may contain other information that differs from run to run, even of the same test, and we may want to see that.

Fixes T1018

It's possible to run the same test multiple times, like so:

--choose "ComponentFail ComponentFail"

If you do, the test summary will list each one individually:

Jan 31 09:28:13	Test ComponentFail        {'calls': 1, 'failure': 0, 'skipped': 0, 'auditfail': 0}
Jan 31 09:28:13	Test ComponentFail        {'calls': 1, 'failure': 0, 'skipped': 0, 'auditfail': 0}

Instead, these can be condensed into a single row:

Feb 23 13:42:38 rhel9-ctslab-exec Test ComponentFail        {'calls': 2, 'failure': 0, 'skipped': 0, 'auditfail': 0}

Note that I've chosen to leave the detailed results as they are.  This
is because the details results may contain other information that
differs from run to run, even of the same test, and we may want to see
that.

Fixes T1018
@clumens clumens requested a review from nrwahl2 February 23, 2026 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant