Files
tailscale/wgengine/netstack
Brad Fitzpatrick 2a4d74356b wgengine/netstack: fix data race on test logger in makeHangDialer
The dialer returned by makeHangDialer runs on netstack-owned goroutines
that can outlive the test, so calling tb.Logf from it raced with the
test completing. Use tstest.WhileTestRunningLogger, which stops logging
once the test is done, as makeNetstack already does.

Fixes #21052

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
Change-Id: Ibbf4288eff48f3ae0bb5812204a1cdfd567322a3
2026-08-31 09:19:31 -07:00
..