-
Notifications
You must be signed in to change notification settings - Fork 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
Playback and Record for Azure Storage Blob #4971
Playback and Record for Azure Storage Blob #4971
Conversation
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.
From a quick review of this PR, nothing stands out to me. I'd say you should continue to get this into final PR form.
/azp run Azure.azure-sdk-for-java-mgmt |
Azure Pipelines successfully started running 1 pipeline(s). |
sdk/core/azure-core-test/src/main/java/com/azure/core/test/http/PlaybackClient.java
Outdated
Show resolved
Hide resolved
sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/BlobAPITest.groovy
Outdated
Show resolved
Hide resolved
sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/SASTest.groovy
Show resolved
Hide resolved
sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/BlockBlobAPITest.groovy
Outdated
Show resolved
Hide resolved
sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/BlobOutputStreamTest.groovy
Show resolved
Hide resolved
sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/BlobAPITest.groovy
Show resolved
Hide resolved
sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/APISpec.groovy
Show resolved
Hide resolved
sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/APISpec.groovy
Show resolved
Hide resolved
...torage/azure-storage-blob/src/test/java/com/azure/storage/blob/DownloadResponseMockFlux.java
Show resolved
Hide resolved
sdk/core/azure-core-test/src/main/java/com/azure/core/test/policy/RecordNetworkCallPolicy.java
Outdated
Show resolved
Hide resolved
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.
LGTM.
Some of the comments can be addressed later
27e6553
to
2dda271
Compare
/azp run Azure.azure-sdk-for-java-mgmt |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Fixes part of #4713
Note: ~1000 of the files are for playback, those can be ignored
NetworkCallException
to handle serialization and deserialization of exceptions thrown in the pipeline during playback and record.TestResourceNamer
.