cmd/test2json: introduce continuation flag for splited output events #36059
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
test2json tool splits long lines into several with
src/cmd/internal/test2json/test2json.go#outBuffer
limit.E.g. the output for the following program
contains two
Output
events:If an external tool wants to parse the output somehow, it has no chance to know that the second event is a continuation of the first one.
It would be nice to have a special event flag that could tell an external tool about it. The same
Time
or another identification flag for split events also could help.The real usecase: https://youtrack.jetbrains.com/issue/GO-8141
The text was updated successfully, but these errors were encountered: