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

storage: fix batch chunk runtime error #1355

Merged
merged 8 commits into from
Jan 15, 2024

storage: fix the tiny prefetch request for batch chunks

c91f9fc
Select commit
Loading
Failed to load commit list.
Merged

storage: fix batch chunk runtime error #1355

storage: fix the tiny prefetch request for batch chunks
c91f9fc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 15, 2024 in 0s

61.39% (+0.09%) compared to 596492b

View this Pull Request on Codecov

61.39% (+0.09%) compared to 596492b

Details

Codecov Report

Attention: 257 lines in your changes are missing coverage. Please review.

Comparison is base (596492b) 61.29% compared to head (c91f9fc) 61.39%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1355      +/-   ##
==========================================
+ Coverage   61.29%   61.39%   +0.09%     
==========================================
  Files         144      144              
  Lines       46597    46962     +365     
  Branches    44133    44498     +365     
==========================================
+ Hits        28562    28832     +270     
- Misses      16589    16646      +57     
- Partials     1446     1484      +38     
Files Coverage Δ
storage/src/meta/batch.rs 97.60% <100.00%> (-0.11%) ⬇️
storage/src/test.rs 51.92% <100.00%> (+2.94%) ⬆️
src/bin/nydus-image/main.rs 0.71% <0.00%> (ø)
builder/src/core/blob.rs 41.33% <0.00%> (ø)
builder/src/compact.rs 80.32% <0.00%> (-0.25%) ⬇️
rafs/src/metadata/cached_v5.rs 80.76% <0.00%> (-0.30%) ⬇️
rafs/src/metadata/direct_v5.rs 56.31% <0.00%> (-0.31%) ⬇️
rafs/src/metadata/layout/v5.rs 85.23% <0.00%> (-0.21%) ⬇️
rafs/src/metadata/md_v5.rs 28.94% <0.00%> (-0.47%) ⬇️
rafs/src/mock/mock_chunk.rs 90.66% <0.00%> (-3.78%) ⬇️
... and 10 more

... and 3 files with indirect coverage changes