mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
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> Upstream-commit: 0757a52737b283e56c9a8f5597e8b52c365ce1f6 Component: engine