Azure / azure-cosmosdb-java

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

Disable DocumentClientResourceLeakTest #188

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

David-Noble-at-work commented 5 years ago

This test frequently fails, especially in DevOps CI environments. We will re-enable or replace this test before #119 is submitted for review.

Also: Update test base class hierarchy for closer alignment with v3 by introducing DocumentClientTest. This class includes a logger, offers a document client builder, and sets the name of a test based on the test class name, method name, connection mode, and consistency level. This is useful when troubleshooting test failures. TestSuiteBase--a more full-featured class--now inherits from DocumentClientTest.