Added totalBytesSkipped and using this in percentage complete calculation #2856
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
Added a new object called "TotalBytesSkipped" which stores the amount of data skipped during file copying. This TotalBytesSkipped is added to all the summary messages as well as used in the "Percentage complete" calculation.
Bug Fix: "Percentage complete" reporting does not take into account skipped files with --overwrite=ifSourceNewer
Related Links:
[Issues]("Percentage complete" reporting does not take into account skipped files with --overwrite=ifSourceNewer #2830)
Type of Change
How Has This Been Tested?
Tested on windows 11 only:
Ran AzCopy with "--overwrite=ifSourceNewer" on a folder containing some new files and some files already in blob, output % was correctly measured with the skips included.
Ran AzCopy with "--overwrite=ifSourceNewer" on a folder where all the data was already in the blob and all data was skipped and output was still displaying 100% done.
Thank you for your contribution to AzCopy!