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/vms
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
..
doc.go tstest/integration: add experimental integration test (#1966) 5 years ago
opensuse_leap_15_1_test.go tstest/integration/vms: fix OpenSUSE Leap 15.1 (#2038) 5 years ago
regex_flag.go tstest/integration/vms: regex-match distros using a flag (#2021) 5 years ago
regex_flag_test.go tstest/integration/vms: regex-match distros using a flag (#2021) 5 years ago
vms_test.go tstest/integration/vms: only build binaries once (#2042) 5 years ago