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/integration
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>
5 years ago
..
testcontrol tstest/integration: add experimental integration test (#1966) 5 years ago
vms tstest/integration/vms: only build binaries once (#2042) 5 years ago
integration.go tstest/integration/vms: copy locally built binaries (#2006) 5 years ago
integration_test.go tstest/integration/vms: copy locally built binaries (#2006) 5 years ago