Skip to content

Occasional error 125 on random tests #21473

@icecrime

Description

@icecrime

Seen twice on win2lin so far:

03:45:04 FAIL: docker_cli_events_test.go:93: DockerSuite.TestEventsLimit
03:45:04 
03:45:04 docker_cli_events_test.go:115:
03:45:04     c.Assert(err, checker.IsNil, check.Commentf("%q failed with error", strings.Join(args, " ")))
03:45:04 ... value *exec.ExitError = &exec.ExitError{ProcessState:(*os.ProcessState)(0xc082300220)} ("exit status 125")
03:45:04 ... "run --rm busybox true" failed with error
00:16:24 FAIL: docker_cli_run_test.go:755: DockerSuite.TestRunTwoConcurrentContainers
00:16:24 
00:16:24 docker_cli_run_test.go:785:
00:16:24     c.Assert(err, check.IsNil)
00:16:24 ... value *exec.ExitError = &exec.ExitError{ProcessState:(*os.ProcessState)(0xc082568060)} ("exit status 125")

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority/P1Important: P1 issues are a top priority and a must-have for the next release.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions