mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
2f4aa96584
This test was checking that it received every progress update that was produced. But delivery of these intermediate progress updates is not guaranteed. A new update can overwrite the previous one if the previous one hasn't been sent to the channel yet. The call to t.Fatalf exited the current goroutine which was consuming the channel, which caused a deadlock and eventual test timeout rather than a proper failure message. Failure seen here: https://jenkins.dockerproject.org/job/Docker-PRs-experimental/16400/console Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com> |
||
---|---|---|
.. | ||
fixtures/validate_manifest | ||
metadata | ||
xfer | ||
errors.go | ||
pull.go | ||
pull_v1.go | ||
pull_v2.go | ||
pull_v2_test.go | ||
pull_v2_unix.go | ||
pull_v2_windows.go | ||
push.go | ||
push_v1.go | ||
push_v2.go | ||
registry.go | ||
registry_unit_test.go |