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
Is your feature request related to a problem? Please describe.
The CFE functional tests executed via the cfe_assert helper app currently report test cases as events. Problem is:
Events are (by default) limited to 122 chars, and assert strings tend to be long-ish, so these are likely to get truncated
Makes it difficult to write test analyzing tools - either need to somehow subscribe to those event IDs (non-trivial w/current script capabilities), or pipe the entire terminal log to a file (OS dependent). And in both cases, still subject to text truncation.
Describe the solution you'd like
The cfe_assert app should have a feature to internally "tee" the results to a log file. This would alleviate the need (and OS dependency) on trying to "tee" the output externally, and the output would contain ONLY test logs i.e. not mixed with other syslog messages.
Additional context
See #1608, this would make CI tests more reliable
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
Add cfe_assert capability to "tee" all test log output to a file
in addition to the regular output (console/event).
This aids in scripting and automation, by creating a file containing
only test results, not intermixed with other info, and not subject
to the length limitations of events.
Add cfe_assert capability to "tee" all test log output to a file
in addition to the regular output (console/event).
This aids in scripting and automation, by creating a file containing
only test results, not intermixed with other info, and not subject
to the length limitations of events.
Is your feature request related to a problem? Please describe.
The CFE functional tests executed via the cfe_assert helper app currently report test cases as events. Problem is:
Describe the solution you'd like
The cfe_assert app should have a feature to internally "tee" the results to a log file. This would alleviate the need (and OS dependency) on trying to "tee" the output externally, and the output would contain ONLY test logs i.e. not mixed with other syslog messages.
Additional context
See #1608, this would make CI tests more reliable
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: