Files
nomad/drivers/shared/executor
Mahmood Ali 6e9edd53b3 tests: failover to copying when symlinking fails
Symlinking busybox may fail when the test code and the test temporary
directory live on different volumes/partitions; so we should copy
instead.  This situation arises in the Vagrant setup, where the code
repository live on special file sharing volume.

Somewhat unrelated, remove `f.Sync()` invocation from a test copyFile
helper function.  Sync is useful only for crash recovery, and isn't
necessary in our test setup.  The sync invocation is a significant
overhead as it requires the OS to flush any cached writes to disk.
2020-09-30 09:58:22 -04:00
..
2020-03-03 08:39:54 -05:00
2019-01-22 15:44:31 -08:00
2019-01-18 18:31:01 -05:00
2020-09-09 15:59:29 -04:00
2019-06-13 16:48:01 -04:00