Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flaky test: DockerSwarmSuite.TestSwarmNodeTaskListFilter #25029

Closed
dnephin opened this issue Jul 25, 2016 · 3 comments · Fixed by #25084
Closed

Flaky test: DockerSwarmSuite.TestSwarmNodeTaskListFilter #25029

dnephin opened this issue Jul 25, 2016 · 3 comments · Fixed by #25084

Comments

@dnephin
Copy link
Member

dnephin commented Jul 25, 2016

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

10:27:45 FAIL: docker_cli_swarm_test.go:181: DockerSwarmSuite.TestSwarmNodeTaskListFilter
10:27:45 
10:27:45 [d23266881] waiting for daemon to start
10:27:45 [d23266881] daemon started
10:27:45 docker_cli_swarm_test.go:193:
10:27:45     c.Assert(out, checker.Contains, name+".1")
10:27:45 ... obtained string = "ID  NAME  SERVICE  IMAGE  LAST STATE  DESIRED STATE  NODE\n"
10:27:45 ... substring string = "redis-cluster-md5.1"
10:27:45 
10:27:45 [d23266881] exiting daemon

3 failures on master in the last 24h, and a few on PRs as well

@dnephin
Copy link
Member Author

dnephin commented Jul 26, 2016

Looking into this.

@yongtang
Copy link
Member

@dnephin I created a PR #25084 to make sure task has been fully up. Hopefully it fixes the issue.

@dnephin
Copy link
Member Author

dnephin commented Jul 26, 2016

Thanks! That fix looks correct to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants