-
-
Notifications
You must be signed in to change notification settings - Fork 758
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
remove empty shadowed_segments lists, fixes #5275 #5614
remove empty shadowed_segments lists, fixes #5275 #5614
Conversation
@enkore can you please try & review? |
I notice that |
6f184df
to
c3a3f34
Compare
Codecov Report
@@ Coverage Diff @@
## master #5614 +/- ##
==========================================
- Coverage 82.82% 82.55% -0.27%
==========================================
Files 38 38
Lines 10154 10062 -92
Branches 1682 1674 -8
==========================================
- Hits 8410 8307 -103
- Misses 1238 1246 +8
- Partials 506 509 +3
Continue to review full report at Codecov.
|
rebased on current master. |
@timmc good catch! we will have to check whether there is a bug or that has to be like that, not sure yet. |
c7f0aac
to
c3a3f34
Compare
I'll merge this soon, but it would be good if there was some more independent review. |
also: - add test for removed empty shadowed_segments list - add some comments - add repo_dump test debug tool
c3a3f34
to
6f00b02
Compare
also: - add test for removed empty shadowed_segments list - add some comments - add repo_dump test debug tool note: this is the backport of borgbackup#5614 to 1.1-maint - it needed some adaptions to fit into 1.1-maint: 1.1-maint always compacts when committing and does not persist shadow_index, so the tests are a bit different
also: