Closed jodh-intel closed 6 years ago
kubernetes qa-passed 👍
The metrics CI is again stopping the button from going green :-(
Force-merging as everything else is happy and this is causing the new release on #1021 to fail CI.
Just to note, the metrics CI failed due to a network/docker hub issue:
07:00:21 Get https://registry-1.docker.io/v2/library/nginx/manifests/sha256:600bff7fb36d7992512f8c07abd50aac08db8f17c94e3c83e47d53435a1a6f7c: net/http: TLS handshake timeout
07:00:21 ERROR: Failed to docker pull image nginx
TestNewSystemLogHook()
checks to ensure a nanonsecond timestamp is generated. However, thetime.RFC3339Nano
time format truncates trailing zeros meaning a nanosecond timestamp won't always have nine digits.Fixes #1017.
Signed-off-by: James O. D. Hunt james.o.hunt@intel.com