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
Christine Dodrill e0f0d10672
tstest/integration/vms: log to t.Logf directly (#2147)
Previously we used t.Logf indirectly via package log. This worked, but
it was not ideal for our needs. It could cause the streams of output to
get crossed. This change uses a logger.FuncWriter every place log.Output
was previously used, which will more correctly write log information to
the right test output stream.

Signed-off-by: Christine Dodrill <xe@tailscale.com>
3 years ago
..
integration tstest/integration/vms: log to t.Logf directly (#2147) 3 years ago
natlab all: adapt to opaque netaddr types 3 years ago
staticcheck tstest/staticcheck: import the main package to fix "go mod tidy" 3 years ago
clock.go tstest/natlab: add a stateful firewall. 4 years ago
log.go types/logger: add key grinder stats lines to rate-limiting exemption list 3 years ago
log_test.go tstest: rename LogListener to LogLineTracker 4 years ago
resource.go tstest: simplify goroutine leak tests 3 years ago
tstest.go tstest: add WaitFor helper 3 years ago