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

Enable retry and recover for tarfs #538

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

tarfs: fix a data race condition

e0124e7
Select commit
Loading
Failed to load commit list.
Open

Enable retry and recover for tarfs #538

tarfs: fix a data race condition
e0124e7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 15, 2024 in 1s

33.97% (+0.33%) compared to 5009c52

View this Pull Request on Codecov

33.97% (+0.33%) compared to 5009c52

Details

Codecov Report

Attention: Patch coverage is 14.16838% with 418 lines in your changes missing coverage. Please review.

Project coverage is 33.97%. Comparing base (5009c52) to head (e0124e7).
Report is 138 commits behind head on main.

Files with missing lines Patch % Lines
pkg/tarfs/tarfs.go 20.97% 255 Missing and 5 partials ⚠️
pkg/tarfs/losetup_linux.go 0.00% 105 Missing ⚠️
snapshot/snapshot.go 0.00% 45 Missing ⚠️
pkg/manager/manager.go 0.00% 7 Missing ⚠️
snapshot/process.go 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #538      +/-   ##
==========================================
+ Coverage   33.63%   33.97%   +0.33%     
==========================================
  Files          65       68       +3     
  Lines        8259     9352    +1093     
==========================================
+ Hits         2778     3177     +399     
- Misses       5166     5817     +651     
- Partials      315      358      +43     
Files with missing lines Coverage Δ
snapshot/process.go 0.00% <0.00%> (ø)
pkg/manager/manager.go 0.00% <0.00%> (ø)
snapshot/snapshot.go 0.00% <0.00%> (ø)
pkg/tarfs/losetup_linux.go 0.00% <0.00%> (ø)
pkg/tarfs/tarfs.go 28.23% <20.97%> (ø)

... and 5 files with indirect coverage changes