-
Notifications
You must be signed in to change notification settings - Fork 94
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
Fix skipping GDS test if cucim is not installed #813
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.02 #813 +/- ##
===============================================
Coverage ? 89.15%
===============================================
Files ? 16
Lines ? 2057
Branches ? 0
===============================================
Hits ? 1834
Misses ? 223
Partials ? 0 Continue to review full report at Codecov.
|
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.
Looks good, only have a minor rewording.
Co-authored-by: Mads R. B. Kristensen <[email protected]>
@madsbk could you approve if there are no other changes to be done? |
@gpucibot merge |
Thanks @madsbk ! |
When
ProxifyHostFile.register_disk_spilling()
is configured withgds=True
anImportError
is raised and the test fails. To fix that we force enabling cucim (if available) after disk spilling is configured, or skip the test if cucim is unavailable.