Files
docker-cli/components/engine/integration-cli
Yong Tang 27ef35473a Optimize slow bottleneck test of DockerHubPullSuite.TestPullNonExistingImage.
This PR fix the DockerHubPullSuite.TestPullNonExistingImage test
in #19425. The majority of the execution time in this test is
from multiple executions of 'docker pull', each of which takes
more than one second even though it tries to pull a non-existing
image.
Without changing the behavior of the 'docker pull' itself, this
fix tries to execute the 'docker pull' command in parallel in
order to speed up the execution of the overall test.
Since each 'docker pull' is independent, executions in parallel
should not alter the purpose of the test.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Upstream-commit: 461976d2affe3ed4a354608d1dcb266e06f1d2b9
Component: engine
2016-03-03 14:51:54 +00:00
..
2016-02-29 13:01:31 -05:00
2016-02-23 09:51:09 -08:00
2016-01-14 08:17:40 +00:00
2016-02-23 17:27:55 +08:00
2016-02-17 22:52:06 -05:00
2016-02-25 13:40:00 -08:00