open-nomad/testutil
Danielle Tomlinson 160c8d80e8 testutil: Start vault in the same routine as waiting
This is a workaround for the windows process model.

Go os/exec does not pass the parent process handle to the child
processes STARTUPINFO struct, this means that unless we wait in
the _same_ execution context as Starting the process, the
handle will be lost, and we cannot kill it without regaining
a handle.

A better long term solution would be a higher level process
abstraction that uses windows.CreateProcess on windows.
2019-01-17 18:43:13 +01:00
..
responsewriter.go tests: fix races caused by sharing a buffer 2018-10-16 16:56:55 -07:00
server.go test: build with mock_driver by default 2018-04-18 14:45:33 -07:00
slow.go Skip QEMU graceful shutdown test except on Travis 2018-01-31 15:47:26 -08:00
vault.go testutil: Start vault in the same routine as waiting 2019-01-17 18:43:13 +01:00
wait.go tests: WaitForRunning checks for pending only 2019-01-10 15:36:57 -05:00
wait_test.go nomad: testing remove peer 2015-06-04 13:02:39 +02:00