aboutsummaryrefslogtreecommitdiffstats
path: root/device/send.go
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josh@tailscale.com>2020-12-08 19:23:56 -0800
committerJason A. Donenfeld <Jason@zx2c4.com>2021-01-07 14:49:44 +0100
commit3591acba76d30ea7986ff5828cefcd7d8f705be2 (patch)
tree0202f340d40513e9d53d612f3646390c2a606642 /device/send.go
parentwintun: do not load dll in init() (diff)
downloadwireguard-go-3591acba76d30ea7986ff5828cefcd7d8f705be2.tar.xz
wireguard-go-3591acba76d30ea7986ff5828cefcd7d8f705be2.zip
device: make test setup more robust
Picking two free ports to use for a test is difficult. The free port we selected might no longer be free when we reach for it a second time. On my machine, this failure mode led to failures approximately once per thousand test runs. Since failures are rare, and threading through and checking for all possible errors is complicated, fix this with a big hammer: Retry if either device fails to come up. Also, if you accidentally pick the same port twice, delightful confusion ensues. The handshake failures manifest as crypto errors, which look scary. Again, fix with retries. To make these retries easier to implement, use testing.T.Cleanup instead of defer to close devices. This requires Go 1.14. Update go.mod accordingly. Go 1.13 is no longer supported anyway. With these fixes, 'go test -race' ran 100,000 times without failure. Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
Diffstat (limited to 'device/send.go')
0 files changed, 0 insertions, 0 deletions