-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Migrate to azure-storage-blob-go #9577
Conversation
@briankassouf or @kalafut Can you please have a look? I left two |
@calvn Just rebased again. Can you have a look please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution! I left a few comments on the PR, mainly around the testing changes and error handling within them. I am still thinking about the proper context and retry values to use.
The azure sdk for go is maintenance-only for storage, see https://github.com/Azure/azure-sdk-for-go/tree/master/storage\#azure-storage-sdk-for-go-preview Migrate to new azure-storage-blob-go SDK Minor test improvements Fix #9661
@calvn I believe all comments have been addressed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ran acceptance tests and they passed. The listing test took a bit since it needs to create 5k+ keys on the storage container for that test case.
=== RUN TestAzureBackend
--- PASS: TestAzureBackend (1.88s)
=== RUN TestAzureBackend_ListPaging
--- PASS: TestAzureBackend_ListPaging (235.04s)
PASS
That's great!! Can we merge it then? |
The azure sdk for go is maintenance-only for storage, see https://github.com/Azure/azure-sdk-for-go/tree/master/storage\#azure-storage-sdk-for-go-preview
Migrate to new azure-storage-blob-go SDK
Minor test improvements