You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
TestNewSystemLogHook() checks to ensure a nanonsecond timestamp is generated. However, time.RFC3339Nano truncates trailing zeros so the current test is incorrect.
The text was updated successfully, but these errors were encountered:
`TestNewSystemLogHook()` checks to ensure a nanonsecond timestamp is
generated. However, the `time.RFC3339Nano` time format truncates
trailing zeros meaning a nanosecond timestamp won't always have nine
digits.
Fixesclearcontainers#1017.
Signed-off-by: James O. D. Hunt <[email protected]>
TestNewSystemLogHook()
checks to ensure a nanonsecond timestamp is generated. However,time.RFC3339Nano
truncates trailing zeros so the current test is incorrect.The text was updated successfully, but these errors were encountered: