You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by jx...@apache.org on 2022/12/20 20:12:25 UTC

[helix] branch metaclient updated (7df8e069e -> ea3ba246e)

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

jxue pushed a change to branch metaclient
in repository https://gitbox.apache.org/repos/asf/helix.git


    from 7df8e069e  Add Meta client factory and ZkMetaClient constructor (#2291)
     add ea3ba246e Setup testng for meta-client module (#2326)

No new revisions were added by this update.

Summary of changes:
 meta-client/pom.xml                                | 22 ++++++++++
 .../src/test/conf/testng.xml                       |  2 +-
 .../helix/metaclient/impl/zk/TestZkMetaClient.java | 49 +++++++++++-----------
 3 files changed, 48 insertions(+), 25 deletions(-)
 copy {metadata-store-directory-common => meta-client}/src/test/conf/testng.xml (95%)
 copy helix-core/src/main/java/org/apache/helix/examples/ExampleHelper.java => meta-client/src/test/java/org/apache/helix/metaclient/impl/zk/TestZkMetaClient.java (62%)