-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
area/testingkind/bugBugs are bugs. The cause may or may not be known at triage time so debugging may be needed.Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.
Description
This test looks to have become flaky (recently updated in #35355)
https://jenkins.dockerproject.org/job/Docker-PRs-experimental/44079/console
15:21:20 FAIL: docker_cli_daemon_test.go:118: DockerDaemonSuite.TestDaemonRestartUnlessStopped
15:21:20
15:21:20 [d62b0ae349327] waiting for daemon to start
15:21:20 [d62b0ae349327] daemon started
15:21:20
15:21:20 docker_cli_daemon_test.go:157:
15:21:20 // both stopped
15:21:20 testRun(map[string]bool{"top1": false, "top2": false, "exit": false}, "")
15:21:20 docker_cli_daemon_test.go:140:
15:21:20 c.Assert(strings.Contains(out, name), check.Equals, shouldRun, check.Commentf(format, prefix, name))
15:21:20 ... obtained bool = true
15:21:20 ... expected bool = false
15:21:20 ... container "exit" is running
15:21:20
15:21:20 [d62b0ae349327] exiting daemon
Metadata
Metadata
Assignees
Labels
area/testingkind/bugBugs are bugs. The cause may or may not be known at triage time so debugging may be needed.Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.