-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Flaky test: TestEventsLimit failing on WindowsTP5 #22601
Copy link
Copy link
Closed
Description
TestEventsLimit seen failing on this PR; #22588 (https://jenkins.dockerproject.org/job/Docker-PRs-WoW-TP5/1500/console)
2:52:07 ----------------------------------------------------------------------
12:52:07 FAIL: docker_cli_events_test.go:108: DockerSuite.TestEventsLimit
12:52:07
12:52:07 docker_cli_events_test.go:129:
12:52:07 c.Assert(err, checker.IsNil, check.Commentf("%q failed with error", strings.Join(args, " ")))
12:52:07 ... value *errors.errorString = &errors.errorString{s:"exit status 127: D:\\CI\\CI-858ae79\\binary\\docker.exe: Error response from daemon: Container command 'C:/busybox/busybox.exe' not found or does not exist.\n"} ("exit status 127: D:\\CI\\CI-858ae79\\binary\\docker.exe: Error response from daemon: Container command 'C:/busybox/busybox.exe' not found or does not exist.\n")
12:52:07 ... "run --rm busybox true" failed with error
12:52:07
Reactions are currently unavailable