-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test2json incorrectly attributes output to a subtest, resulting in missing test failure output #66
Comments
The fix for this was included in go1.15, so I think it's probably time to close this issue. |
Without using the workaround, I still see this issue with standard arguments. Including --debug has it sometimes show up. |
Thanks for the report! Would you mind opening a new issue with info about the Go version used, and if possible steps to reproduce? From the linked pull request it sounds like maybe it has to do with |
Sure |
Filed #310 |
Upstream issue: golang/go#29755
Symptoms:
gotestsum
reports that a test failed, but does not show any failure output in the summary.Workarounds: Use the
standard-verbose
format.Possibly solution: If the bug is not fixed upstream then one solution would be to print the output for the entire top level test, instead of just the output for the subtest.
The text was updated successfully, but these errors were encountered: