Files
docker-cli/components/engine/integration-cli
Christopher Jones 02397cb234 Integration-cli: change daemon id generation
Fixes #24805

Changes test daemon id generation from using time.Now().UnixNano() to using
stringid. This is because of a go bug (fixed upstream for 1.8) on ppc64le
and s390x where time.Now().UnixNano() would not return nanosecond precision,
so initializing consecutive daemons sometimes would result in them having
the same id.

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
Upstream-commit: 42f3865d248c29b6a9accf7f0c07d766c3b54d4a
Component: engine
2016-09-06 18:17:24 -04:00
..
2016-06-02 17:17:22 +08:00
2016-08-09 09:42:23 +08:00
2016-09-01 11:53:07 +02:00
2016-08-24 11:09:35 +01:00
2016-09-02 19:07:54 -07:00