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

zlib legacy decompress fixes (master) #7884

Merged

Conversation

ThomasWaldmann
Copy link
Member

@ThomasWaldmann ThomasWaldmann commented Oct 24, 2023

No description provided.

for the other compression methods, this is done in
the base class, but the zlib legacy does not call
that method as it also removes the header bytes,
which zlib legacy does not have.
so we also have the decompressed size in the metadata.
@ThomasWaldmann ThomasWaldmann changed the title zlib legacy decompress: return meta dict, fixes #7883 zlib legacy decompress fixes (master) Oct 24, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #7884 (f0e9999) into master (e1c75e8) will decrease coverage by 0.34%.
The diff coverage is n/a.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##           master    #7884      +/-   ##
==========================================
- Coverage   83.67%   83.33%   -0.34%     
==========================================
  Files          66       66              
  Lines       11853    11853              
  Branches     2149     2149              
==========================================
- Hits         9918     9878      -40     
- Misses       1360     1393      +33     
- Partials      575      582       +7     

see 8 files with indirect coverage changes

@ThomasWaldmann ThomasWaldmann merged commit d25cc1b into borgbackup:master Oct 24, 2023
12 of 13 checks passed
@ThomasWaldmann ThomasWaldmann deleted the fix-transfer-zlib-legacy branch October 24, 2023 22:07
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.

2 participants