Skip to content
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

[runner] fix MonotonicTimestamp #1728

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

un-def
Copy link
Collaborator

@un-def un-def commented Sep 25, 2024

  • make it monotonic
  • don't allow counter overflow — in a worst-case scenario it will repeat the same timestamp with 999 milliseconds, which is still better than out-of-order timestamps

Fixes: #1727

* make it monotonic
* don't allow counter overflow — in a worst-case scenario it will repeat
  the same timestamp with 999 milliseconds, which is still better than
  out-of-order timestamps

Fixes: #1727
@un-def un-def merged commit 4392ff6 into master Sep 26, 2024
23 checks passed
@un-def un-def deleted the issue_1727_runner_fix_monotonic_timestamp branch September 26, 2024 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: [runner] MonotonicTimestamp may produce out-of-order timestamps
2 participants