-
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.status/needs-attentionCalls for a collective discussion during a review sessionCalls for a collective discussion during a review session
Description
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;
moby/integration/network/service_test.go
Line 52 in 0b0af85
| poll.WaitOn(t, noTasks(client), pollSettings) |
/cc @selansen
Reactions are currently unavailable
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.status/needs-attentionCalls for a collective discussion during a review sessionCalls for a collective discussion during a review session