Fix hashindex .iteritems (1.4-maint)#9370
Merged
ThomasWaldmann merged 3 commits intoborgbackup:1.4-maintfrom Feb 18, 2026
Merged
Fix hashindex .iteritems (1.4-maint)#9370ThomasWaldmann merged 3 commits intoborgbackup:1.4-maintfrom
ThomasWaldmann merged 3 commits intoborgbackup:1.4-maintfrom
Conversation
…borgbackup#9368 Never happened in borg, because borg always gives existing markers to iteritems. Also: added test for this.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 1.4-maint #9370 +/- ##
=============================================
- Coverage 80.61% 80.60% -0.01%
=============================================
Files 38 38
Lines 11260 11260
Branches 1771 1771
=============================================
- Hits 9077 9076 -1
Misses 1615 1615
- Partials 568 569 +1 ☔ View full report in Codecov by Sentry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fix .iteritems methods to correctly check hashindex_get return value, fixes #9368.
Also tests and cosmetic consistency fixes.
Checklist
1.4-maintbranch, only applicable theretoxor the relevant test subset)