open-nomad/drivers/docker
Mahmood Ali c88e3723eb Fix docker tests
Some tests have containers that die almost immediately, and may die
and cleaned up before `driver.WaitUntilStarted` runs.

The causes for container dying seems special for each test:
* TestDockerDriver_Cleanup: `hello-world` image just emits a message and exits immediately
* TestDockerDriver_ForcePull_RepoDigest: the busybox image in `TestDockerDriver_ForcePull_RepoDigest` test didn't support `-p 0` argument
* TestDockerDriver_Entrypoint: with the entrypoint being `/bin/sh -c`, the command needs to be the entire string; otherwise, it ignores the comments
2018-12-03 23:08:52 -05:00
..
docklog modify fingerprint interface to use typed attribute struct 2018-11-28 10:01:03 -06:00
test-resources/docker drivers/docker: more work porting tests from old driver plugin 2018-11-19 22:59:16 -05:00
config.go add support for tmpfs 2018-11-27 07:20:17 -05:00
coordinator.go docker: unexport new coordinator func 2018-11-19 23:07:07 -05:00
coordinator_test.go docker: unexport new coordinator func 2018-11-19 23:07:07 -05:00
driver.go Merge pull request #4936 from hashicorp/f-legacy-refactor 2018-11-30 13:38:06 +01:00
driver_default.go docker: started work on porting docker driver to new plugin framework 2018-11-19 22:59:15 -05:00
driver_linux_test.go docker: finished porting tests 2018-11-19 22:59:16 -05:00
driver_test.go Fix docker tests 2018-12-03 23:08:52 -05:00
driver_unix_test.go docker: add default blocks for driver plugin config schema 2018-11-19 22:59:18 -05:00
driver_windows.go docker: started work on porting docker driver to new plugin framework 2018-11-19 22:59:15 -05:00
fingerprint.go Fix docker driver to use new fingerprint typed attributes 2018-11-28 10:01:03 -06:00
handle.go client: Merge driver/shared/structs and client/structs 2018-11-30 10:56:45 +01:00
progress.go docker: started work on porting docker driver to new plugin framework 2018-11-19 22:59:15 -05:00
progress_test.go docker: started work on porting docker driver to new plugin framework 2018-11-19 22:59:15 -05:00
state.go docker: started work on porting docker driver to new plugin framework 2018-11-19 22:59:15 -05:00
utils.go docker: finished porting tests 2018-11-19 22:59:16 -05:00