Yong Tang
461976d2af
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 >
2016-03-03 14:51:54 +00:00
..
2016-02-29 13:01:31 -05:00
2016-01-29 16:35:20 -05:00
2016-02-29 18:48:55 +01:00
2016-02-24 11:00:47 -08:00
2016-02-25 14:27:22 +01:00
2016-01-29 23:39:07 +08:00
2016-01-26 20:23:40 -08:00
2016-03-02 10:26:15 -08:00
2016-02-11 22:13:47 +00:00
2016-02-03 20:30:06 -08:00
2016-02-01 10:26:27 +08:00
2016-02-25 14:12:17 -05:00
2016-02-03 10:43:01 -08:00
2016-02-28 13:48:15 +01:00
2016-01-29 23:39:07 +08:00
2016-02-11 07:31:49 -08:00
2016-02-20 20:19:54 -06:00
2016-03-02 17:48:56 +01:00
2016-02-18 16:10:29 -05:00
2016-02-28 13:48:15 +01:00
2016-02-29 19:28:37 +08:00
2016-02-25 14:12:17 -05:00
2016-02-18 14:44:13 -08:00
2016-03-02 20:30:26 +08:00
2016-02-29 15:16:27 -05:00
2016-01-26 23:47:02 +11:00
2016-02-24 11:00:47 -08:00
2016-02-23 15:26:26 -05:00
2016-02-23 09:51:09 -08:00
2016-02-11 07:31:49 -08:00
2016-02-09 09:31:09 +02:00
2016-02-01 16:52:31 -05:00
2016-02-25 14:12:17 -05:00
2016-03-02 20:37:47 +00:00
2016-02-16 11:19:23 -08:00
2016-02-02 16:57:36 -05:00
2016-01-29 23:39:07 +08:00
2016-02-24 11:00:47 -08:00
2016-02-24 13:33:25 -08:00
2016-01-29 23:39:07 +08:00
2016-02-29 17:53:27 -08:00
2016-03-02 17:51:50 +01:00
2016-02-28 13:48:15 +01:00
2016-01-29 23:39:07 +08:00
2016-02-23 17:27:55 +08:00
2016-01-29 23:39:07 +08:00
2016-02-11 22:13:47 +00:00
2016-02-25 14:12:17 -05:00
2016-03-02 20:43:16 -08:00
2016-03-02 17:48:56 +01:00
2016-03-03 14:51:54 +00:00
2016-02-25 13:40:00 -08:00
2016-03-01 11:14:44 -08:00
2016-01-29 23:39:07 +08:00
2016-02-28 13:48:15 +01:00
2016-02-03 10:56:19 -08:00
2016-01-29 23:39:07 +08:00
2016-02-28 13:48:15 +01:00
2016-03-02 16:58:49 -08:00
2016-01-29 23:39:07 +08:00
2016-01-29 23:39:07 +08:00
2016-02-02 19:56:31 -08:00
2016-02-28 13:48:15 +01:00
2016-02-27 18:27:25 +01:00
2016-03-01 11:49:09 -05:00
2016-02-10 14:03:41 -08:00
2016-02-20 17:06:32 +08:00
2016-02-24 14:23:48 +08:00
2016-02-09 09:31:09 +02:00
2016-02-29 17:53:27 -08:00
2016-02-17 09:01:27 +00:00
2016-02-01 10:19:21 -08:00
2016-03-02 20:15:49 -05:00
2016-02-17 22:52:06 -05:00
2016-03-02 14:22:51 -08:00
2016-03-02 14:22:51 -08:00
2016-02-26 19:53:35 -05:00
2016-03-02 16:58:49 -08:00
2016-01-27 08:48:08 -08:00
2016-01-27 08:48:08 -08:00
2016-02-25 13:40:00 -08:00
2016-02-03 15:16:00 +01:00