-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Development Platform
-
Fully Compatible
Currently, the unittest failure summary prints out a long hard-to-read list of test failures like so:
{"t":{"$date":"2022-11-16T19:18:37.961Z"},"s":"I", "c":"TEST", "id":23068, "ctx":"main","msg":"FAILURE","attr":{"failedTestsCount":5,"failedSuitesCount":2,"failedTests":["LogicalRewriter/NotPushdownToplevel","LogicalRewriter/NotPushdownUnderLambdaSuccess","LogicalRewriter/NotPushdownUnderLambdaKeepOuterTraverse","PhysRewriter/FilterIndexingVariable","PhysRewriter/NotPushdownUnderLambdaKeepOuterTraverse"]}}
It would be nice to be able to convert the structured logging format into something more readable, where each test failure has its own line entry.
- is duplicated by
-
SERVER-71463 Pretty print unittest failure summary
- Closed
- related to
-
SERVER-71420 Print clickable file/line in unittest failure summary
- Backlog