Skip to content

Flaky test: TestImportFileWithMessage #23045

@AkihiroSuda

Description

@AkihiroSuda

Observed in #23041

https://jenkins.dockerproject.org/job/Docker-PRs-experimental/19025/console

04:33:40 ----------------------------------------------------------------------
04:33:40 FAIL: docker_cli_import_test.go:88: DockerSuite.TestImportFileWithMessage
04:33:40 
04:33:40 docker_cli_import_test.go:103:
04:33:40     out, _ := dockerCmd(c, "import", "-m", message, temporaryFile.Name())
04:33:40 /go/src/github.com/docker/docker/pkg/integration/dockerCmd_utils.go:42:
04:33:40     c.Assert(err, check.IsNil, check.Commentf(quote+"%v"+quote+" failed with errors: %s, %v", strings.Join(args, " "), out, err))
04:33:40 ... value *exec.ExitError = &exec.ExitError{ProcessState:(*os.ProcessState)(0xc8202a2540)} ("exit status 1")
04:33:40 ... "import -m Testing commit message /tmp/exportImportTest239460469" failed with errors: An error occurred trying to connect: Post http://%2Fgo%2Fsrc%2Fgithub.com%2Fdocker%2Fdocker%2Fbundles%2F1.12.0-dev%2Ftest-integration-cli%2Fdocker.sock/v1.24/images/create?fromSrc=-&message=Testing+commit+message&repo=&tag=: read unix @->/go/src/github.com/docker/docker/bundles/1.12.0-dev/test-integration-cli/docker.sock: read: connection reset by peer
04:33:40 , exit status 1
04:33:40 
04:33:41 
04:33:41 ----------------------------------------------------------------------

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions