restore: Fix restore data size#1285
Conversation
567229f to
1ce78d6
Compare
YuJuncen
left a comment
There was a problem hiding this comment.
Rest LGTM, and if possible, could you add an unit test for reader.ArchiveSize method?
|
/run-integration-test |
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 4a87b92 |
|
In response to a cherrypick label: new pull request created: #1319. |
What problem does this PR solve?
close issue #1270
The previous summary field
restore data size(after compressed)is not correct and will count the files that will not be restored. This pr solve this problem.What is changed and how it works?
Add filter in size account
Check List
Tests
Code changes
Related changes
Release note