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

vfs: fix file length after fallocate & copyfilerange #4427

Merged
merged 3 commits into from
Feb 28, 2024
Merged

Conversation

SandyXSD
Copy link
Contributor

@SandyXSD SandyXSD commented Feb 27, 2024

fix #4399

Copy link

codecov bot commented Feb 27, 2024

Codecov Report

Attention: Patch coverage is 58.33333% with 30 lines in your changes are missing coverage. Please review.

Project coverage is 56.03%. Comparing base (bf669aa) to head (871bd43).

Files Patch % Lines
pkg/meta/sql.go 35.71% 7 Missing and 2 partials ⚠️
pkg/meta/tkv.go 35.71% 7 Missing and 2 partials ⚠️
pkg/meta/redis.go 57.14% 4 Missing and 2 partials ⚠️
pkg/vfs/vfs.go 79.31% 4 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4427      +/-   ##
==========================================
+ Coverage   55.99%   56.03%   +0.04%     
==========================================
  Files         154      154              
  Lines       40093    40134      +41     
==========================================
+ Hits        22449    22491      +42     
+ Misses      15136    15127       -9     
- Partials     2508     2516       +8     

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

@SandyXSD SandyXSD merged commit 4239270 into main Feb 28, 2024
26 checks passed
@SandyXSD SandyXSD deleted the fix-fallocate branch February 28, 2024 05:20
SandyXSD added a commit that referenced this pull request Jun 19, 2024
Co-authored-by: Davies Liu <davies@juicedata.io>
SandyXSD added a commit that referenced this pull request Jun 20, 2024
Co-authored-by: Davies Liu <davies@juicedata.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

clang compile error with juicefs filesystem
2 participants