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

fix: set put mode to overwrite in mount backend #2861

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

ion-elgreco
Copy link
Collaborator

Description

Put opts were getting passed create always, but in mount storage we have to use overwrite mode always.

Related Issue(s)

Copy link

codecov bot commented Sep 8, 2024

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 72.48%. Comparing base (3127c81) to head (1b9322b).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/mount/src/file.rs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2861      +/-   ##
==========================================
- Coverage   72.51%   72.48%   -0.03%     
==========================================
  Files         132      132              
  Lines       40046    40049       +3     
  Branches    40046    40049       +3     
==========================================
- Hits        29038    29029       -9     
- Misses       9156     9162       +6     
- Partials     1852     1858       +6     

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

@ion-elgreco ion-elgreco added this pull request to the merge queue Sep 9, 2024
Merged via the queue into delta-io:main with commit b3b22ce Sep 9, 2024
19 of 21 checks passed
@ion-elgreco ion-elgreco deleted the fix/mount_store_regression branch September 9, 2024 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

writing to blobfuse has stopped working in 0.19.2
2 participants