-
Notifications
You must be signed in to change notification settings - Fork 25.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Occasional failures WatchStatusIntegrationTests#testThatStatusGetsUpdated #38619
Comments
Pinging @elastic/es-core-features |
interestingly The
where DEFAULT_FORMATTER is Whereas
with These are different for instance when formatting @cbuescher @spinscale Do you think this is intentional? |
on top of my head I'd say we keep all on milliseconds, there is no need for any nanosecond granularity in watcher, as the date field is only in millisecond resolution anyway. |
Change the formatting for Watcher.status.lastCheck and lastMetCondition to be the same as Watcher.status.state.timestamp. These should all have only millisecond precision closes #38619
Change the formatting for Watcher.status.lastCheck and lastMetCondition to be the same as Watcher.status.state.timestamp. These should all have only millisecond precision closes elastic#38619
Change the formatting for Watcher.status.lastCheck and lastMetCondition to be the same as Watcher.status.state.timestamp. These should all have only millisecond precision closes elastic#38619
I got this failure locally on master, it reproduces after a few iterations with:
The error is:
This looks like another of the cases where the new java time formatting swallows trailing zeros. @pgomulka could you take a look, I remember reviewing #38505 which looked similar.
The text was updated successfully, but these errors were encountered: