This is an automated email from the ASF dual-hosted git repository.
hxd pushed a change to branch test_container
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 5aaf387 add new thrift service: ClusterInfoService
new 5568154 add clusterinfo test
new 73eb4ea refactor testcontainer
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/iotdb/cluster/ClusterMain.java | 12 +++-
.../iotdb/cluster/server/MetaClusterServer.java | 11 +++
...sterInfoService.java => ClusterInfoServer.java} | 10 +--
.../server/clusterInfo/ClusterInfoServerMBean.java | 3 +
.../server/clusterInfo/ClusterInfoServiceImpl.java | 2 +-
.../server/clusterinfo/ClusterInfoServerTest.java | 80 ++++++++++++++++++++++
.../clusterinfo/ClusterInfoServiceImplTest.java | 71 ++++++++++++++++---
.../server/clusterinfo/ClusterInfoServiceTest.java | 44 ------------
.../cluster/server/member/MetaGroupMemberTest.java | 5 +-
.../iotdb/db/sql/{ClusterIT.java => Cases.java} | 57 ++-------------
.../java/org/apache/iotdb/db/sql/ClusterIT.java | 54 +++------------
.../java/org/apache/iotdb/db/sql/SingleNodeIT.java | 40 +++--------
.../iotdb/db/sql/nodes3/ThreeNodeCluster2IT.java | 4 ++
.../iotdb/db/sql/nodes5/FiveNodeCluster2IT.java | 4 ++
.../iotdb/db/sql/nodes5/FiveNodeCluster4IT.java | 4 ++
15 files changed, 208 insertions(+), 193 deletions(-)
rename
cluster/src/main/java/org/apache/iotdb/cluster/server/clusterInfo/{ClusterInfoService.java
=> ClusterInfoServer.java} (91%)
create mode 100644
cluster/src/main/java/org/apache/iotdb/cluster/server/clusterInfo/ClusterInfoServerMBean.java
create mode 100644
cluster/src/test/java/org/apache/iotdb/cluster/server/clusterinfo/ClusterInfoServerTest.java
delete mode 100644
cluster/src/test/java/org/apache/iotdb/cluster/server/clusterinfo/ClusterInfoServiceTest.java
copy testcontainer/src/test/java/org/apache/iotdb/db/sql/{ClusterIT.java =>
Cases.java} (61%)