forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MaxRetryCountTest+[BUG]404/1002CyclicRegionRetry+[BUG]449RetryTooAggr…
…essively +[BUG]MissingCrossRegionRetryForWritesWithServer410 Azure#37050) (Azure#37040) * adding maxRetryCount tests for 404/1002, 500, 503, 408 * fixed 404/1002 cyclicRegionRetry * fixed 449 retry too aggressively * fixed missing cross region retry for write with server 410 * fixed missing cross region retry for server returned 503 for write operations --------- Co-authored-by: annie-mac <[email protected]>
- Loading branch information
1 parent
2cd4878
commit 049524b
Showing
11 changed files
with
2,949 additions
and
302 deletions.
There are no files selected for viewing
This file contains 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
136 changes: 69 additions & 67 deletions
136
...mos-tests/src/test/java/com/azure/cosmos/FaultInjectionWithAvailabilityStrategyTests.java
Large diffs are not rendered by default.
Oops, something went wrong.
2,661 changes: 2,661 additions & 0 deletions
2,661
sdk/cosmos/azure-cosmos-tests/src/test/java/com/azure/cosmos/MaxRetryCountTests.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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 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.