This is an automated email from the ASF dual-hosted git repository.

kfaraz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


    from d589aa4d0e5 Testcontainers for embedded tests. (#18194)
     add ba210700d90 Add EmbeddedJdbcLookupTest (#18193)

No new revisions were added by this update.

Summary of changes:
 embedded-tests/pom.xml                             |  10 ++
 .../embedded/indexing/EmbeddedIndexTaskTest.java   |   7 +-
 .../embedded/lookup/EmbeddedJdbcLookupTest.java    | 129 +++++++++++++++++++++
 .../client/coordinator/CoordinatorClient.java      |   7 ++
 .../client/coordinator/CoordinatorClientImpl.java  |  11 ++
 .../client/coordinator/NoopCoordinatorClient.java  |   6 +
 .../coordinator/CoordinatorClientImplTest.java     |  14 +++
 .../testing/embedded/EmbeddedClusterApis.java      |  19 ++-
 .../testing/embedded/ServerReferenceHolder.java    |  10 ++
 .../testing/embedded/ServerReferencesProvider.java |   6 +
 10 files changed, 213 insertions(+), 6 deletions(-)
 create mode 100644 
embedded-tests/src/test/java/org/apache/druid/testing/embedded/lookup/EmbeddedJdbcLookupTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to