-
Notifications
You must be signed in to change notification settings - Fork 164
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
diskmetrics: increase timeout of qemu img convert #3509
diskmetrics: increase timeout of qemu img convert #3509
Conversation
this partially reverts 193147f during testing it has been found out that the timeout is too short, therefore it is now set again to 5 days Signed-off-by: Christoph Ostarek <christoph@zededa.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3509 +/- ##
==========================================
- Coverage 20.51% 20.49% -0.02%
==========================================
Files 203 203
Lines 45430 45430
==========================================
- Hits 9319 9311 -8
- Misses 35430 35438 +8
Partials 681 681 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@rouming did someone check whether the failure in the storage test suite (zfs) in https://github.com/lf-edge/eve/actions/runs/6592602265/job/17923425921?pr=3509 can be due to the changes in this PR? I see that test passing on other PRs but here it failed even after a re-run |
@eriknordmark I did not check, but IMO 8 minutes (the timeout set before this fix) should be enough for test images. I assume in our tests we don't use terabytes images which require >8min conversion. |
diskmetrics: increase timeout of qemu img convert