Skip to content

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

Draft
jwodder wants to merge 2 commits intomasterfrom
suppress-keyerror
Draft

Try to work around lack of concurrency-safety in fsspec#82
jwodder wants to merge 2 commits intomasterfrom
suppress-keyerror

Conversation

@jwodder
Copy link
Copy Markdown
Contributor

@jwodder jwodder commented Nov 14, 2022

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

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
Copy Markdown
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
Copy Markdown
Contributor 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