mirror of
https://github.com/tailscale/tailscale.git
synced 2026-09-14 14:59:57 -04:00
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