Daniel Nephin

Results 312 comments of Daniel Nephin

I had a quick look at your CI workflow. If you are looking to split a single package by test runtime, that is not supported yet. This command splits by...

This is the [updated example](https://github.com/dnephin/infra/compare/5c7b7459267b91daea2b3e2ecd868522795f3e50..try-test-matrix) for the latest changes in this branch. The `gotestsum tool ci-matrix` command now outputs a full matrix json, which makes it easier to use in...

I've started that work in #277, just needs a bit more testing I think

Thank you for the bug report! Which version of Go are you using? This sounds like it may be the same issue as #101 which is a bug in the...

Thanks again for the bug report. This appears to be an issue with `go tool test2json`, https://github.com/golang/go/issues/38063. In previous versions of `gotestsum` these tests (which are missing a newline in...

I've added a commit to #106 which makes that change (panic -> unknown)

Thanks for opening this issue! I think that would be a great addition and I appreciate you being able to add support! I'm hoping that TRX output can work similar...

Support for setting environment variables for the test run is an interesting idea. There are already a few options for solving this problem that seem to work pretty well: *...

Thank you for opening this issue! That problem exists in other places of `gotestsum` as well. Any output from background goroutines could be attributed to any other test running at...

Good call! I think I was confused about this the first time I ran it as well. I'll re-open so that others can find this issue, until it makes it...