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 0a655309c6
tstest/integration/vms: only build binaries once (#2042)
Previously this built the binaries for every distro. This is a bit
overkill given we are using static binaries. This patch makes us only
build once.

There was also a weird issue with how processes were being managed.
Previously we just killed qemu with Process.Kill(), however that was
leaving behind zombies. This has been mended to not only kill qemu but
also waitpid() the process so it doesn't become a zombie.

Updates #1988

Signed-off-by: Christine Dodrill <xe@tailscale.com>
3 years ago
..
integration tstest/integration/vms: only build binaries once (#2042) 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