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

Try to work around lack of concurrency-safety in fsspec #82

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jwodder
Copy link
Member

@jwodder jwodder commented Nov 14, 2022

@jwodder jwodder added the patch Increment the patch version when merged label Nov 14, 2022
@codecov
Copy link

codecov bot commented Nov 14, 2022

Codecov Report

Base: 70.69% // Head: 70.14% // Decreases project coverage by -0.55% ⚠️

Coverage data is based on head (da59235) compared to base (24727b8).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #82      +/-   ##
==========================================
- Coverage   70.69%   70.14%   -0.56%     
==========================================
  Files          11       11              
  Lines         761      767       +6     
==========================================
  Hits          538      538              
- Misses        223      229       +6     
Impacted Files Coverage Δ
datalad_fuse/fuse_.py 26.20% <0.00%> (-0.65%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

try:
fsspec_file.close()
except KeyError:
pass
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW if we are to proceed this way, would be worth adding at least DEBUG level log messages so we have some track of those

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done: da59235

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants