tailscale/control/controlclient
Avery Pennarun 8f8607b6bf control/controlclient/auto_test: clean up logging to defeat 'go test' idiocy.
By default, nothing differentiates errors or fatals from regular logs, so they just
blend into the rest of the logs.

As a bonus, if you run a test using t.Run(), the log messages printed
via the sub-t.Run() are printed at a different time from log messages
printed via the parent t.Run(), making debugging almost impossible.

This doesn't actually fix the test flake I'm looking for, but at least
I can find it in the logs now.

Signed-off-by: Avery Pennarun <apenwarr@tailscale.com>
2020-05-14 06:31:09 -04:00
..
auto.go Add tstest.PanicOnLog(), and fix various problems detected by this. 2020-05-13 23:12:35 -04:00
auto_test.go control/controlclient/auto_test: clean up logging to defeat 'go test' idiocy. 2020-05-14 06:31:09 -04:00
controlclient_test.go types/structs: add structs.Incomparable annotation, use it where applicable 2020-05-03 14:05:32 -07:00
direct.go types/structs: add structs.Incomparable annotation, use it where applicable 2020-05-03 14:05:32 -07:00
direct_test.go {ipn,control/controlclient}/tests: pass a logf function to control.New(). 2020-05-13 22:44:20 -04:00
filter.go Appease the "missing copyright header" check. 2020-04-30 06:15:26 -04:00
netmap.go cmd/relaynode: delete it! 2020-03-25 04:48:15 -04:00
persist_test.go ipn: implement Prefs.Equals efficiently. 2020-02-17 15:01:23 -08:00