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

[Storage][DataMovement] Fix preserving FileChangedOn during transfers #48009

Merged
merged 12 commits into from
Jan 31, 2025

Conversation

jalauzon-msft
Copy link
Member

@jalauzon-msft jalauzon-msft commented Jan 29, 2025

This change includes a fix for preserving FileChangedOn for copies where the destination is a File-Share file. Basically, at the end of the transfer we need to call Set Properties again to set he FileChangedOn in case it was updated during the transfer. This also meant we need to call to complete the transfer on the destination even for single-shit copies.

Adjusted some tests and added some new ones to catch this issue. Also, a little cleanup in the job part code while I was there.

@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Jan 29, 2025
@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@amnguye
Copy link
Member

amnguye commented Jan 30, 2025

Somehow the changes are affecting the blob tests

@jalauzon-msft jalauzon-msft merged commit d2200c6 into Azure:main Jan 31, 2025
30 checks passed
@jalauzon-msft jalauzon-msft deleted the fix-file-changed-on branch January 31, 2025 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants