02397cb2345bcea54593ad8b2f994e6a9135cb90
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
Description
No description provided
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%