This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 0c0d56e add test of log parser
add 7f875ed add tests of query manage
No new revisions were added by this update.
Summary of changes:
.../apache/iotdb/cluster/client/MetaClient.java | 2 +-
.../iotdb/cluster/query/manage/NodeStatus.java | 12 +--
.../cluster/query/manage/QueryCoordinator.java | 6 +-
.../cluster/server/member/MetaGroupMember.java | 2 +
.../iotdb/cluster/common/TestMetaClient.java} | 35 ++++---
.../query/manage/ClusterQueryManagerTest.java | 104 +++++++++++++++++++++
.../cluster/query/manage/QueryCoordinatorTest.java | 86 +++++++++++++++++
7 files changed, 225 insertions(+), 22 deletions(-)
copy cluster/src/{main/java/org/apache/iotdb/cluster/client/ClientFactory.java
=> test/java/org/apache/iotdb/cluster/common/TestMetaClient.java} (55%)
create mode 100644
cluster/src/test/java/org/apache/iotdb/cluster/query/manage/ClusterQueryManagerTest.java
create mode 100644
cluster/src/test/java/org/apache/iotdb/cluster/query/manage/QueryCoordinatorTest.java