tailscale / tailscale

The easiest, most secure way to use WireGuard and 2FA.
https://tailscale.com
BSD 3-Clause "New" or "Revised" License
16.89k stars 1.28k forks source link

health: why is Tracker load-bearing? #11883

Open bradfitz opened 3 weeks ago

bradfitz commented 3 weeks ago

As work on #11874/#4136, I discovered by accident that disabling the health tracker (using a nil no-op Tracker) causes tests to fail.

So somehow health.Tracker is load bearing for tests passing.

Why?