tailscale/cmd/testwrapper
Maisem Ali ae747a2e48 cmd/testwrapper: handle timeouts as test failures
While investigating the fix in 7538f38671,
I was curious why the testwrapper didn't fail. Turns out if the test
times out and there was no explicit failure, the only message we get
is that the overall pkg failed and no failure information about the
individual test. This resulted in a 0 exit code.

This fixes that by failing the explicit case of the pkg failing when
there is nothing to retry for that pkg.

Updates #8493

Signed-off-by: Maisem Ali <maisem@tailscale.com>
2023-08-29 19:11:41 -07:00
..
flakytest cmd/testwrapper/flakytest: clearly describe why TestFlakeRun fails 2023-06-28 12:19:25 -07:00
testwrapper.go cmd/testwrapper: handle timeouts as test failures 2023-08-29 19:11:41 -07:00