You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since smart retry now correctly resumes from interrupted offset (not from
beginning), reverted test expectations to validate progressive offsets.
Also removed unused DECODED_BYTES_TO_SKIP constant and unit tests that
were specific to the "restart from beginning" approach.
Co-authored-by: gunjansingh-msft <[email protected]>
Copy file name to clipboardExpand all lines: sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/specialized/BlobMessageDecoderDownloadTests.java
+20-15Lines changed: 20 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -272,14 +272,19 @@ public void downloadStreamWithResponseContentValidationSmartRetry() throws IOExc
Copy file name to clipboardExpand all lines: sdk/storage/azure-storage-common/src/test/java/com/azure/storage/common/policy/StorageContentValidationDecoderPolicyTest.java
0 commit comments