Aaron Lehmann
d17669999f
Fix flaky test TestPullAllTagsFromCentralRegistry
...
This test was directly comparing lines of output from "docker images".
Sometimes, when busybox had been pushed to the hub recently, the
relative creation times would differ like this:
... obtained []string = []string{"busybox", "latest", "d9551b4026f0", "27", "minutes", "ago", "1.113", "MB"}
... expected []string = []string{"busybox", "latest", "d9551b4026f0", "26", "minutes", "ago", "1.113", "MB"}
Fixing by removing the time-since-creation fields from the comparison.
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com >
2015-12-08 11:23:04 -08:00
..
2015-11-25 18:02:03 -08:00
2015-12-04 15:00:08 +08:00
2015-12-04 15:00:08 +08:00
2015-11-01 19:54:19 -08:00
2015-11-05 17:09:58 -05:00
2015-11-20 23:34:52 +08:00
2015-11-23 10:33:32 -05:00
2015-11-23 14:28:41 -05:00
2015-11-30 16:23:46 -06:00
2015-11-23 22:03:14 -05:00
2015-12-02 11:12:42 -05:00
2015-10-31 00:23:08 +00:00
2015-11-09 19:32:46 +01:00
2015-11-13 13:02:30 -08:00
2015-10-28 21:00:09 -04:00
2015-10-29 21:38:00 +08:00
2015-12-07 14:38:21 +01:00
2015-11-24 09:40:25 -08:00
2015-10-29 21:47:54 -05:00
2015-11-09 19:32:46 +01:00
2015-11-21 00:36:56 +08:00
2015-11-24 09:40:25 -08:00
2015-11-20 12:44:49 -05:00
2015-11-05 17:09:57 -05:00
2015-11-20 23:12:12 +01:00
2015-11-10 18:06:13 -06:00
2015-10-27 19:52:11 -04:00
2015-11-20 23:12:12 +01:00
2015-11-05 17:09:58 -05:00
2015-11-24 09:40:25 -08:00
2015-11-19 08:37:51 -08:00
2015-12-02 11:12:42 -05:00
2015-11-17 15:44:57 -08:00
2015-12-04 13:15:54 -08:00
2015-10-27 21:18:26 -07:00
2015-12-03 15:23:07 +00:00
2015-12-04 15:00:08 +08:00
2015-11-05 17:09:58 -05:00
2015-12-02 22:32:10 +01:00
2015-11-20 13:10:13 +08:00
2015-11-27 17:10:09 +01:00
2015-12-08 11:23:04 -08:00
2015-11-17 18:40:18 +08:00
2015-12-05 11:42:46 +01:00
2015-11-25 13:04:59 -08:00
2015-11-26 09:57:20 +08:00
2015-11-26 09:57:20 +08:00
2015-12-06 16:02:40 +01:00
2015-12-04 09:26:03 +08:00
2015-11-25 18:02:03 -08:00
2015-11-24 09:40:25 -08:00
2015-11-20 23:12:12 +01:00
2015-12-04 15:00:08 +08:00
2015-12-01 19:53:49 -08:00
2015-11-30 11:33:57 +01:00
2015-11-14 03:16:45 +00:00
2015-12-07 08:34:18 +01:00
2015-10-26 14:33:28 -07:00
2015-12-02 13:48:59 -05:00
2015-11-13 13:02:30 -08:00