1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration-cli
Brian Goff e744b0dcba Fix volume ref restore process
Fixes #9629 #9768

A couple of issues:

1) Volume config is not restored if we couldn't find it with the graph
driver, but bind-mounts would never be found by the graph driver since
they aren't in that dir

2) container volumes were only being restored if they were found in the
volumes repo, but volumes created by old daemons wouldn't be in the
repo until the container is at least started.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2015-01-20 15:54:56 -05:00
..
docker_api_containers_test.go Fix volumes-from/bind-mounts passed in on start 2014-12-15 16:51:15 -05:00
docker_api_exec_test.go Check for no Cmd on exec create endpoint 2014-12-01 17:54:15 -05:00
docker_api_inspect_test.go Check for no Cmd on exec create endpoint 2014-12-01 17:54:15 -05:00
docker_api_resize_test.go Check for no Cmd on exec create endpoint 2014-12-01 17:54:15 -05:00
docker_cli_attach_test.go Fix vet errors about formatting directives 2014-12-12 10:58:56 -08:00
docker_cli_attach_unix_test.go Add build constraint. 2015-01-14 14:40:07 -08:00
docker_cli_build_test.go Update TestBuildWithTabs to allow for the "\t"-equivalent "\u0009" (for Go 1.3 support) 2015-01-20 12:11:59 -07:00
docker_cli_commit_test.go Make sure integration-cli test clean up 2014-11-19 23:41:46 +02:00
docker_cli_cp_test.go Run 'go vet' on integration-cli. 2014-12-03 18:45:51 -08:00
docker_cli_create_test.go add ability to publish range of ports 2015-01-02 23:21:26 +00:00
docker_cli_daemon_test.go Fix volume ref restore process 2015-01-20 15:54:56 -05:00
docker_cli_diff_test.go Cleanup errorOut resp in diff test 2014-10-16 15:05:00 -07:00
docker_cli_events_test.go Have .dockerignore support Dockerfile/.dockerignore 2015-01-06 10:57:48 -08:00
docker_cli_events_unix_test.go Fix filenames for unix only integration-cli tests 2015-01-14 00:31:25 +02:00
docker_cli_exec_test.go Amended TestExecParseError test 2015-01-06 16:48:10 +01:00
docker_cli_export_import_test.go Cleanup errorOut resp in export test 2014-10-16 15:05:00 -07:00
docker_cli_history_test.go Fix vet errors 2014-11-05 08:26:22 -08:00
docker_cli_images_test.go Fix for #8777 2014-11-20 13:36:46 +09:00
docker_cli_import_test.go Make sure integration-cli test clean up 2014-11-19 23:41:46 +02:00
docker_cli_info_test.go Fix vet errors 2014-11-05 08:26:22 -08:00
docker_cli_inspect_test.go add test 2014-12-29 23:00:17 +00:00
docker_cli_kill_test.go Cleanup errorOut resp in kill test 2014-10-16 15:05:00 -07:00
docker_cli_links_test.go rename a existing container 2015-01-13 03:27:17 +00:00
docker_cli_login_test.go Make .dockercfg with json.MarshallIndent 2015-01-17 07:05:56 -05:00
docker_cli_logs_test.go Fix panic on slow log consumer. 2014-10-30 22:24:57 +02:00
docker_cli_nat_test.go Fix misuses of format based logging functions 2014-11-19 23:59:02 +02:00
docker_cli_port_test.go Cleanup errorOut resp in port test 2014-10-16 15:05:00 -07:00
docker_cli_ps_test.go Merge pull request #9985 from jfrazelle/fix-exited-filter-should-not-show-running 2015-01-12 15:09:22 -05:00
docker_cli_pull_test.go Fix failing integration tests 2015-01-16 11:34:45 -08:00
docker_cli_push_test.go Add some push test coverage 2015-01-15 14:05:06 -08:00
docker_cli_rename_test.go Renaming a container with an invalid name should fail 2015-01-14 12:54:23 -08:00
docker_cli_restart_test.go restart: add test for recording restart policy name 2015-01-16 17:58:26 +08:00
docker_cli_rm_test.go Fix format calls as suggested by vet 2015-01-14 14:12:03 -08:00
docker_cli_rmi_test.go Remove unnecessary abstraction nLines 2014-12-03 17:47:28 -08:00
docker_cli_run_test.go Merge pull request #10005 from estesp/fix-localhost-nameserver-cleanup 2015-01-20 10:30:06 -08:00
docker_cli_run_unix_test.go Fix filenames for unix only integration-cli tests 2015-01-14 00:31:25 +02:00
docker_cli_save_load_test.go Enable test-integration-cli for Windows platform 2014-12-20 16:40:40 -08:00
docker_cli_save_load_unix_test.go Fix filenames for unix only integration-cli tests 2015-01-14 00:31:25 +02:00
docker_cli_search_test.go Fix vet errors 2014-11-05 08:26:22 -08:00
docker_cli_start_test.go Error should show when trying to start a paused container. 2015-01-14 16:49:08 -08:00
docker_cli_tag_test.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
docker_cli_top_test.go Cleanup errorOut resp in top tests 2014-10-16 15:06:20 -07:00
docker_cli_version_test.go Fix vet errors 2014-11-05 08:26:22 -08:00
docker_test_vars.go Fix a few minor issues with building/running inside msysGit 2015-01-09 17:28:40 -07:00
docker_utils.go Add some push test coverage 2015-01-15 14:05:06 -08:00
MAINTAINERS
registry.go Add some push test coverage 2015-01-15 14:05:06 -08:00
utils.go Test for restarting count 2015-01-13 20:28:44 -08:00