-
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
ShareFileClient.DownloadToFile Removing Retry.max(3) #43093
ShareFileClient.DownloadToFile Removing Retry.max(3) #43093
Conversation
API change check API changes are not detected in this pull request. |
.../test-shared/java/com/azure/storage/common/test/shared/policy/MockPartialResponsePolicy.java
Outdated
Show resolved
Hide resolved
.../test-shared/java/com/azure/storage/common/test/shared/policy/MockPartialResponsePolicy.java
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.
Looks good! I just had some minor suggestions on refactoring the tests that got added.
...torage/azure-storage-file-share/src/test/java/com/azure/storage/file/share/FileApiTests.java
Outdated
Show resolved
Hide resolved
...torage/azure-storage-file-share/src/test/java/com/azure/storage/file/share/FileApiTests.java
Show resolved
Hide resolved
.../test-shared/java/com/azure/storage/common/test/shared/policy/MockPartialResponsePolicy.java
Outdated
Show resolved
Hide resolved
.../test-shared/java/com/azure/storage/common/test/shared/policy/MockPartialResponsePolicy.java
Outdated
Show resolved
Hide resolved
...torage/azure-storage-file-share/src/test/java/com/azure/storage/file/share/FileApiTests.java
Outdated
Show resolved
Hide resolved
...zure-storage-file-share/src/main/java/com/azure/storage/file/share/ShareFileAsyncClient.java
Show resolved
Hide resolved
...e/azure-storage-file-share/src/test/java/com/azure/storage/file/share/FileAsyncApiTests.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.
Looks good. Just had a couple more comments and we should be set here.
...torage/azure-storage-file-share/src/test/java/com/azure/storage/file/share/FileApiTests.java
Outdated
Show resolved
Hide resolved
...torage/azure-storage-file-share/src/test/java/com/azure/storage/file/share/FileApiTests.java
Outdated
Show resolved
Hide resolved
...e/azure-storage-file-share/src/test/java/com/azure/storage/file/share/FileAsyncApiTests.java
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.
Looks good! 🚢
/azp run java - storage - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/check-enforcer override |
Description
Removing extra outer retries in downloadToFile as this was causing a mismatch in bytes downloaded when inner retries from downloadWithResponse's FluxUtil.createRetriableDownloadFlux were exhausted.