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 TestServiceWithPredefinedNetwork #36547

Closed
thaJeztah opened this issue Mar 9, 2018 · 1 comment · Fixed by #36551
Closed

Flaky test TestServiceWithPredefinedNetwork #36547

thaJeztah opened this issue Mar 9, 2018 · 1 comment · Fixed by #36551
Labels
area/testing kind/bug Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed. status/needs-attention Calls for a collective discussion during a review session

Comments

@thaJeztah
Copy link
Member

This test was added recently in #36316, but is failing on a lot of PR's with:

13:46:02 --- FAIL: TestServiceWithPredefinedNetwork (12.36s)
13:46:02 	daemon.go:283: [d47ab7ceb5568] waiting for daemon to start
13:46:02 	daemon.go:315: [d47ab7ceb5568] daemon started
13:46:02 	service_test.go:52: timeout hit after 10s: task count at 1 waiting for 0
13:46:02 	daemon.go:273: [d47ab7ceb5568] exiting daemon
13:46:02 FAIL

Failure is in the teardown of the test;

poll.WaitOn(t, noTasks(client), pollSettings)

/cc @selansen

@kolyshkin
Copy link
Contributor

I just found this PR: #36551, looks like it addresses the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing kind/bug Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed. status/needs-attention Calls for a collective discussion during a review session
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants