Daniel Nephin
Daniel Nephin
It sounds like https://go-review.googlesource.com/c/go/+/443596 should finally have fixed this in the stdlib, and that fix should be in Go 1.20, so I'll close this issue now.
https://go-review.googlesource.com/c/go/+/443596 (which I think will be released in go1.20) mentions that it fixes this problem. So there's a good chance this problem will be fixed in the next Go release.
Now that we are the primary operators of infra server, and we have a convenient way of loading server config from files or env vars, we have another option. Instead...
This was fixed at some point, the new term is `InactivlityTimeout`.
Hello! There is currently no way to do that with `gotestsum`, but I'd love to learn more about your use case. What kind of data do you want to associate...
Thanks for the explanation! I'd be happy to explore some options for solving this problem. I think the few things we need to figure out are: 1. Where does the...
> Could we expose a package that allows the individual test to edit or add data to the generated JUNIT xml file ? Is the XML file generated at the...
That is definitely possible. I like the idea of accepting XML tags because I'm not sure what other systems might expect for the xml tags and attributes. Accepting XML would...
There is a Go proposal open (https://github.com/golang/go/issues/43936) to Allow Go Tests to Pass Metadata. If this is accepted this would be a great solution to the problem. The test suite...
Hello! That's correct, the `-test.timeout` flag would only limit the time of each re-run. A `--timeout` flag seems like a reasonable addition, but I would like to avoid flags that...