You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ed...@apache.org on 2021/01/26 12:06:40 UTC

[accumulo] branch main updated (1ac4f93 -> 2db6d44)

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

edcoleman pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git.


    from 1ac4f93  Fix Accumulo-init hanging when TLS enabled on Zookeeper (#1883)
     add 2db6d44  Move tests using curator testing server to more general package. (#1882)

No new revisions were added by this update.

Summary of changes:
 server/manager/pom.xml                             |  4 --
 .../accumulo/master/metrics/fate/FateMetrics.java  |  2 +-
 test/pom.xml                                       |  8 ++++
 .../test}/metrics/fate/FateMetricsTest.java        | 47 +++++++++++-----------
 .../test}/metrics/fate/InMemTestCollector.java     |  2 +-
 .../test/zookeeper}/ZooKeeperTestingServer.java    |  2 +-
 6 files changed, 34 insertions(+), 31 deletions(-)
 rename {server/manager/src/test/java/org/apache/accumulo/master => test/src/main/java/org/apache/accumulo/test}/metrics/fate/FateMetricsTest.java (98%)
 rename {server/manager/src/test/java/org/apache/accumulo/master => test/src/main/java/org/apache/accumulo/test}/metrics/fate/InMemTestCollector.java (98%)
 rename {server/manager/src/test/java/org/apache/accumulo/master/metrics/fate => test/src/main/java/org/apache/accumulo/test/zookeeper}/ZooKeeperTestingServer.java (98%)