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 0757a52737 Fix flaky test TestSuccessfulDownload
One of the things this test checks is that the progress indicator
completes for each download. Some progress messages may be lost because
only one message is buffered for each download, but the last progress
message is guaranteed not to be lost. The test therefore checks for a
10/10 progress indication.

However, the assumption that this is the last progress message to be
sent is incorrect. The last message is actually "Pull complete". So
check for this instead.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-01-11 09:46:34 -08:00
..
download.go Improved push and pull with upload manager and download manager 2015-12-09 19:13:35 -08:00
download_test.go Fix flaky test TestSuccessfulDownload 2016-01-11 09:46:34 -08:00
transfer.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
transfer_test.go Improved push and pull with upload manager and download manager 2015-12-09 19:13:35 -08:00
upload.go Improved push and pull with upload manager and download manager 2015-12-09 19:13:35 -08:00
upload_test.go Improved push and pull with upload manager and download manager 2015-12-09 19:13:35 -08:00