Azure / azure-cosmosdb-java

Java Async SDK for SQL API of Azure Cosmos DB
MIT License
54 stars 61 forks source link

Retry not happening with Direct mode #263 #272

Closed David-Noble-at-work closed 4 years ago

David-Noble-at-work commented 4 years ago

I fixed two definite issues and added test coverage to guard against regressions in the future:

The DocumentClientExceptionTest is now split between two maven packages: commons and direct-impl. The commons variant includes DocumentClientException tests plus status code checks for all subtypes defined in the commons package. The direct-impl variant checks status codes for all subtypes defined in the direct-impl package.