open-nomad/client/driver/executor
Michael Schurter 7462379086 Switch to a less timing dependent test command
`/usr/bin/yes` could produce output very quickly (100s of MBps on my
laptop) and therefore could cause log files to roll over.

A bash loop with a sleep avoids that issue. The test is slower but
should be much more resilient to the massive timing differences between
workstations and Travis.
2017-01-09 15:40:53 -08:00
..
checks.go Re-sort functions back to the same ordering as master 2016-05-08 11:46:20 -07:00
checks_test.go Move chroot building into TaskRunner 2017-01-05 16:31:49 -08:00
checks_unix.go Revert making UniversalExecutor.wait() platform specific 2016-05-08 11:17:27 -07:00
checks_windows.go Revert making UniversalExecutor.wait() platform specific 2016-05-08 11:17:27 -07:00
executor.go Remove debug logging 2017-01-05 16:31:56 -08:00
executor_basic.go Push the Client's cleanup of Cgroups down 2016-07-09 23:45:33 -07:00
executor_linux.go Move chroot building into TaskRunner 2017-01-05 16:31:49 -08:00
executor_linux_test.go Switch to a less timing dependent test command 2017-01-09 15:40:53 -08:00
executor_test.go Switch to a less timing dependent test command 2017-01-09 15:40:53 -08:00
executor_unix.go Move chroot building into TaskRunner 2017-01-05 16:31:49 -08:00
resource_container_default.go Rename resourceContainer{,Context} and resCon{,Ctx}. 2016-07-11 00:02:55 -07:00
resource_container_linux.go Rename resourceContainer{,Context} and resCon{,Ctx}. 2016-07-11 00:02:55 -07:00