-
Notifications
You must be signed in to change notification settings - Fork 90
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 tests fail in testing-farm because advisory time stamps are printed with subsecond resolution #1020
Comments
I am thinking that we should fix the code. From my point of view, |
kontura
added a commit
to kontura/dnf5
that referenced
this issue
Nov 20, 2023
There was a change in fmt-10.0.0 which adds support for subsecond precision printing. Given that we want only whole seconds on the output round the time point to `std::chrono::seconds`. Closes: rpm-software-management#1020
Given that the precision was originally only in full seconds and this issue was caused by a change in |
kontura
added a commit
to kontura/dnf5
that referenced
this issue
Nov 20, 2023
There was a change in fmt-10.0.0 which adds support for subsecond precision printing. Given that we want only whole seconds on the output round the time point to `std::chrono::seconds`. Closes: rpm-software-management#1020
github-merge-queue bot
pushed a commit
that referenced
this issue
Nov 20, 2023
There was a change in fmt-10.0.0 which adds support for subsecond precision printing. Given that we want only whole seconds on the output round the time point to `std::chrono::seconds`. Closes: #1020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some tests started to fail https://artifacts.dev.testing-farm.io/e6610d2f-b1e5-40b5-97d6-173d74dd3f80/work-behave-dnf531egve3a/plans/integration/behave-dnf5/execute/data/guest/default-0/script-00-1/output.txt like this:
The cause is that an advisory issue time is now printed with a subsecond precision:
But the tests expect an integer seconds value.
Is it a bug, or a feature? Should we fix the code or the tests?
The text was updated successfully, but these errors were encountered: