Added content response on write enabled feature to Gateway and Direct TCP#10741
Conversation
…tem write operations
...s-examples/src/main/java/com/azure/cosmos/examples/ChangeFeed/SampleChangeFeedProcessor.java
Outdated
Show resolved
Hide resolved
sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/CosmosAsyncClient.java
Outdated
Show resolved
Hide resolved
...mos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/RxDocumentServiceRequest.java
Show resolved
Hide resolved
kirankumarkolli
left a comment
There was a problem hiding this comment.
Waiting on name closure
...os/src/main/java/com/azure/cosmos/implementation/directconnectivity/HttpTransportClient.java
Show resolved
Hide resolved
sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/RxDocumentClientImpl.java
Outdated
Show resolved
Hide resolved
sdk/cosmos/azure-cosmos/src/test/java/com/azure/cosmos/ReturnMinimalResponseTest.java
Outdated
Show resolved
Hide resolved
Updated cosmos container and database tests to emulator groups. Removed prefer header generic logic
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Would be nice to behcnmark with this change in. |
moderakh
left a comment
There was a problem hiding this comment.
some minor comments. other than that LGTM
sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/CosmosClientBuilder.java
Show resolved
Hide resolved
sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/CosmosClientBuilder.java
Outdated
Show resolved
Hide resolved
sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/CosmosClientBuilder.java
Outdated
Show resolved
Hide resolved
...s/src/main/java/com/azure/cosmos/implementation/directconnectivity/rntbd/RntbdConstants.java
Show resolved
Hide resolved
.../main/java/com/azure/cosmos/implementation/directconnectivity/rntbd/RntbdRequestHeaders.java
Show resolved
Hide resolved
sdk/cosmos/azure-cosmos/src/test/java/com/azure/cosmos/rx/VeryLargeDocumentQueryTest.java
Show resolved
Hide resolved
sdk/cosmos/azure-cosmos/src/test/java/com/azure/cosmos/rx/VeryLargeDocumentQueryTest.java
Show resolved
Hide resolved
...mos/azure-cosmos/src/test/java/com/azure/cosmos/rx/UserDefinedFunctionUpsertReplaceTest.java
Show resolved
Hide resolved
sdk/cosmos/azure-cosmos/src/test/java/com/azure/cosmos/rx/ParallelDocumentQueryTest.java
Show resolved
Hide resolved
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
… clients with content response on write flag
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…sts to reflect correct value
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Single region session long CI failed after running all the tests successfully with spot bugs jar downloads. 2020-05-07T15:44:56.2558748Z [ERROR] Failed to execute goal com.github.spotbugs:spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) on project azure-cosmos: Execution spotbugs of goal com.github.spotbugs:spotbugs-maven-plugin:3.1.12.2:spotbugs failed: Plugin com.github.spotbugs:spotbugs-maven-plugin:3.1.12.2 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.apache.bcel:bcel:jar:6.3.1, net.jcip:jcip-annotations:jar:1.0, org.dom4j:dom4j:jar:2.1.1, jaxen:jaxen:jar:1.1.6: Could not transfer artifact org.apache.bcel:bcel:jar:6.3.1 from/to ossrh (https://oss.sonatype.org/content/repositories/snapshots/): Transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/apache/bcel/bcel/6.3.1/bcel-6.3.1.jar: Connection reset -> [Help 1] |
|
Single Region Strong Https e2e failed because of lots of SSLEngine closed already reactor-netty issue. |
This PR:
contentResponseOnWriteEnabledargument to CosmosClientBuilder and all internal client builders.getETag()onCosmosItemResponseandCosmosAsyncItemResponsecontentResponseOnWriteEnabledtesting.