Daniel Nephin

Results 443 comments of Daniel Nephin

Hello, thanks for the PR! Is there a problem with the github actions format? It should be a pretty direct upgrade of the `testname` format. I'd like to better understand...

Thanks for the explanation! I'm still a bit hesitant to take this approach given that you can accomplish the same thing with: ``` GITHUB_ACTIONS= gotestsum ... ``` Maybe another option...

Thank you for the feature request! I believe the `github-actions` format should also print the output in a collapsed section, but that format is not very useful outside of github...

There's a Go proposal that I think will make this easier: https://github.com/golang/go/issues/62728 Once that is implemented we'll be able to tell if the output is just log output, or if...

Hello, thanks for opening this issue. This is unfortunately not a bug. `--rerun-fails` operates on the list of failed tests. If `TestMain` fails the list of failed tests isn't reported...

#290 is a similar issue but about panics instead of failures in TestMain

Hello! I believe it is possible to run from stdin. The readme has this example: > Example: accept intput from stdin > ``` > cat out.json | gotestsum --raw-command --...

Thank you for reporting this issue! I wonder if the syslog messages are coming from the init system and not directly from Consul. Maybe the init script is sending Consul...

Go only supports 2 major releases, so go1.24 and go1.23 are the only releases supported by the Go team. Go 1.18 was end of life on 2023-02-01 when Go 1.20...

Thank you for reporting this! Go 1.19 was EOL 2023-08-08, and Go 1.17 was EOL 2022-08-02. I don't think we can support older Go versions, but as a workaround you...