You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/cmd/testwrapper
Maisem Ali ff7f4b4224 cmd/testwrapper: fix off-by-one error in maxAttempts check
It was checking if `>= maxAttempts` which meant that the third
attempt would never run.

Updates #8493

Signed-off-by: Maisem Ali <maisem@tailscale.com>
10 months ago
..
flakytest cmd/testwrapper/flakytest: clearly describe why TestFlakeRun fails 1 year ago
testwrapper.go cmd/testwrapper: fix off-by-one error in maxAttempts check 10 months ago