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

fs: make _prepare_credentails/fs_args lazy #9848

Merged
merged 3 commits into from
Aug 16, 2023
Merged

Conversation

efiop
Copy link
Contributor

@efiop efiop commented Aug 16, 2023

_prepare_credentials might check stuff and raise exceptions, which would prevent us from creating an fs instance lazilly (e.g. during index building).

Related iterative/dvc-objects#219
Related iterative/dvc-s3#47
Related iterative/dvc-azure#57

Also moving tests that broke to dvc-s3 in a separate commit, while I'm at it.

@efiop efiop added skip-changelog Skips changelog bugfix fixes bug and removed skip-changelog Skips changelog labels Aug 16, 2023
@efiop efiop changed the title deps: bump dvc-data to 2.14.0 fs: make _prepare_credentails/fs_args lazy Aug 16, 2023
@codecov
Copy link

codecov bot commented Aug 16, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.47% ⚠️

Comparison is base (27c5485) 90.82% compared to head (6a60ea9) 90.35%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9848      +/-   ##
==========================================
- Coverage   90.82%   90.35%   -0.47%     
==========================================
  Files         473      471       -2     
  Lines       35996    35894     -102     
  Branches     5191     5177      -14     
==========================================
- Hits        32692    32433     -259     
- Misses       2713     2824     +111     
- Partials      591      637      +46     

see 40 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@efiop efiop merged commit f0c1ff0 into iterative:main Aug 16, 2023
@efiop efiop self-assigned this Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix fixes bug
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant