microsoft / go

The Microsoft build of the Go toolset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-enable test output conversion after fixing truncated test results

dagood opened this issue · comments

The JSONification and parsing of test data also cut off a significant amount of important info in a recent upstream sync PR failure, making it harder to diagnose:

image

Generating these is why verbose mode is enabled, and if it doesn't work in the first place, there's even less reason to keep test results verbose.

For this issue in particular I suspect there's some underlying issue with the log output or parsing--the order, individual lines being misattributed (due to parallelism?), etc.

Originally posted by @dagood in #1049 (comment)