-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[storage] Blob async APIs #6489
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
Merged
Merged
Changes from 24 commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
8f85d8c
Updated blobs shared code
annatisch a3aff08
Started blob refactor
annatisch 90b9640
Refactoring upload
annatisch 6d33776
Merge remote-tracking branch 'upstream/storage-preview2'
annatisch de42b24
Updated shared code
annatisch d8ec863
Started fixing tests
annatisch 8d9bd39
Merge remote-tracking branch 'upstream/storage-preview2'
annatisch 3a231d8
Refactored sync blobs
annatisch d527688
Added blob async APIs
annatisch 76b9e3c
Some fixes
annatisch 9a8fb9d
Append blob async tests
annatisch 900e07b
blob access async tests
annatisch c8668c9
Blob client async tests
annatisch 05b9020
encryption async tests
annatisch bee7e3f
Patch for azure core exception
annatisch dda031b
blob retry async
annatisch 99bc35d
Retry async tests
annatisch 4fd5b84
Get blob async tests
annatisch 1eb8192
Bug fix for clear page operation
annatisch 24dd430
More async tests + upload fix
annatisch 30cbc1b
Merged from preview 2
annatisch 076d062
Merged blobs
annatisch fa808bb
Updated Files shared code
annatisch 38f6fc5
Updated queue shared code
annatisch e6d9544
Merge from upstream
annatisch 704d8bb
async tests pass except 2 common blob tests
kristapratico 9bcd94a
adds async paging to blobs and some async tests (not all pass)
kristapratico 8a6df99
Merge pull request #2 from annatisch/async-blob-tests
kristapratico d28961c
initial commit
rakshith91 375323e
block_blob_tests
rakshith91 35261e9
page blob tests
rakshith91 0b5eaed
Merge pull request #3 from annatisch/async_tests
bdd8396
Merge branch 'storage-preview2' into master
kristapratico 37fb8e3
fix for special chars, some tests, and recordings
kristapratico 4bcbca7
add to shared storage and fix import
kristapratico a984b39
adding more tests/recordings
kristapratico 90a7c61
more tests/recordings
kristapratico 36155a8
Merge pull request #4 from annatisch/async-blob-tests
kristapratico 5fb77f5
rerecord tests, fix imports
kristapratico e97af55
Merge pull request #5 from annatisch/async-blob-tests
kristapratico 4687f62
fix import again
kristapratico 7552cdb
Merge pull request #6 from annatisch/async-blob-tests
kristapratico 753006e
blacklist azure-servicemanagement-legacy
kristapratico 748237e
Merge pull request #7 from annatisch/async-blob-tests
kristapratico dfabb8b
get CI to run
kristapratico 0ad6851
Merge pull request #8 from annatisch/async-blob-tests
kristapratico 634a74a
rerecord all async tests
kristapratico 2848c33
Merge pull request #9 from annatisch/async-blob-tests
kristapratico c607dde
testing
kristapratico b3b67fc
Merge pull request #10 from annatisch/async-blob-tests
kristapratico 4df2eef
add variable indirection for storage live tests. this is a temporary …
danieljurek 615fc42
newline
danieljurek f51dfb4
Merge pull request #11 from danieljurek/async-blob-tests
kristapratico 7edbc6e
print envar
kristapratico ace7ea7
Merge pull request #12 from annatisch/async-blob-tests
kristapratico 85490ca
remove testing
kristapratico d48e917
Merge pull request #13 from annatisch/async-blob-tests
kristapratico 20adbbc
adjust pypy testing
kristapratico 2b1a0ae
Merge pull request #14 from annatisch/async-blob-tests
kristapratico File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
Shouldn't the response be a unified/pipeline response?
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.
Yes - this will be fixed as soon as I merge the latest changes from master