Преглед на файлове

TestVolumesFromHasPriority fix race

Docker-DCO-1.1-Signed-off-by: Jessie Frazelle <hugs@docker.com> (github: jfrazelle)
Jessica Frazelle преди 10 години
родител
ревизия
c447fd339a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      integration-cli/docker_api_containers_test.go

+ 1 - 1
integration-cli/docker_api_containers_test.go

@@ -232,7 +232,7 @@ func TestContainerApiStartVolumesFrom(t *testing.T) {
 // This is pretty much the same as TestRunApplyVolumesFromBeforeVolumes, except with passing the VolumesFrom and the bind on start
 func TestVolumesFromHasPriority(t *testing.T) {
 	defer deleteAllContainers()
-	volName := "voltst"
+	volName := "voltst2"
 	volPath := "/tmp"
 
 	if out, _, err := runCommandWithOutput(exec.Command(dockerBinary, "run", "-d", "--name", volName, "-v", volPath, "busybox")); err != nil {