1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/distribution/xfer
Aaron Lehmann 0dea21f446 Fix flaky test TestTransfer (take 2)
TestTransfer failed in CI:
https://jenkins.dockerproject.org/job/Docker-PRs-experimental/17103/console

This is the same issue as https://github.com/docker/docker/pull/21233,
but only one of the code paths was fixed in that PR. The one which
handles the first progress update was not - it still assumed that the
progress indication should be 0/10.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-03-28 18:27:29 -07:00
..
download.go Fix pulling images that contain no layers at all 2016-03-15 11:10:03 -07:00
download_test.go Replace execdrivers with containerd implementation 2016-03-18 13:38:32 -07:00
transfer.go
transfer_test.go Fix flaky test TestTransfer (take 2) 2016-03-28 18:27:29 -07:00
upload.go Fix typo for download and upload retry messages 2016-03-15 00:56:19 +08:00
upload_test.go Fix concurrent uploads that share layers 2016-03-01 11:14:44 -08:00