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] Convert TransferStatus from enum to class #38374

Merged
merged 20 commits into from
Sep 18, 2023

Conversation

amnguye
Copy link
Member

@amnguye amnguye commented Aug 25, 2023

Converting DataTransferStatus from enum to class.

Some of these changes are a lot more trivial than others (e.g. checking enum State in the TransferStatus). The PR is definitely bigger than it seems.

Some of the checkpointer work may be changed anyways when the schema is updated again.

@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Aug 25, 2023
@azure-sdk
Copy link
Collaborator

API change check

APIView has identified API level changes in this PR and created following API reviews.

Azure.Storage.DataMovement

@amnguye
Copy link
Member Author

amnguye commented Aug 28, 2023

/azp run net - storage - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@jaschrep-msft jaschrep-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there's some naming consistency work to be done but looking good otherwise.

@amnguye
Copy link
Member Author

amnguye commented Sep 11, 2023

/azp run net - storage - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@jaschrep-msft jaschrep-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It may be good to merge this soon and apply touchups in separate PRs. This one has a pretty wide blast radius in lines changed and makes it hard to review more incremental changes.

I mostly just had nitpicks at this point but the race condition will be important to address.

@amnguye amnguye merged commit 9c399b6 into Azure:main Sep 18, 2023
14 checks passed
yaotongms pushed a commit to yaotongms/azure-sdk-for-net that referenced this pull request Oct 12, 2023
…zure#38374)

* WIP

* WIP

* WIP

* WIP

* WIP - tests updated

* Finished fixing tests with changes

* Cleanup

* ExportApi

* WIP

* Fixes to live tests

* PR Comments - part 1

* Export API

* PR Comments
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.

4 participants