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/tstest
Jordan Whited 3d1e4f147a
tstest/natlab: fix conn.Close race with conn.ReadFromUDPAddrPort (#16710)
If a conn.Close call raced conn.ReadFromUDPAddrPort before it could
"register" itself as an active read, the conn.ReadFromUDPAddrPort would
never return.

This commit replaces all the activeRead and breakActiveReads machinery
with a channel. These constructs were only depended upon by
SetReadDeadline, and SetReadDeadline was unused.

Updates #16707

Signed-off-by: Jordan Whited <jordan@tailscale.com>
6 months ago
..
archtest
deptest
integration tstest/integration/testcontrol: include peer CapMaps in MapResponses 6 months ago
iosdeps
jsdeps
mts
natlab tstest/natlab: fix conn.Close race with conn.ReadFromUDPAddrPort (#16710) 6 months ago
nettest
tailmac
tlstest tstest/tlstest: simplify, don't even bake in any keys 7 months ago
tools
allocs.go
clock.go
clock_test.go
log.go net/portmapper: fix test flakes from logging after test done 9 months ago
log_test.go
reflect.go
resource.go tstest: parse goroutines for diff in ResourceCheck (#15619) 10 months ago
resource_test.go tstest: parse goroutines for diff in ResourceCheck (#15619) 10 months ago
test-wishlist.md
tstest.go
tstest_test.go