-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Occasional error 125 on random tests #21473
Copy link
Copy link
Closed
Labels
priority/P1Important: P1 issues are a top priority and a must-have for the next release.Important: P1 issues are a top priority and a must-have for the next release.
Milestone
Description
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")
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority/P1Important: P1 issues are a top priority and a must-have for the next release.Important: P1 issues are a top priority and a must-have for the next release.