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>
2021-06-03 10:58:35 -04:00
..
testcontrol tstest/integration: add experimental integration test (#1966) 2021-05-26 14:10:10 -04:00
vms tstest/integration/vms: only build binaries once (#2042) 2021-06-03 10:58:35 -04:00
integration_test.go tstest/integration/vms: copy locally built binaries (#2006) 2021-05-31 11:35:01 -04:00
integration.go tstest/integration/vms: copy locally built binaries (#2006) 2021-05-31 11:35:01 -04:00