You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2020/01/10 05:37:37 UTC

[incubator-iotdb] branch cluster_new updated (0ed1c04 -> 6422216)

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 0ed1c04  add tests of query readers
     add 6422216  add tests of query processor

No new revisions were added by this update.

Summary of changes:
 .../cluster/query/ClusterDataQueryExecutor.java    |   7 --
 .../iotdb/cluster/query/ClusterQueryExecutor.java  |   9 +-
 .../cluster/server/member/MetaGroupMember.java     |   2 +-
 .../cluster/common/TestManagedSeriesReader.java    |  17 ++-
 .../apache/iotdb/cluster/query/BaseQueryTest.java  | 134 +++++++++++++++++++++
 .../query/ClusterDataQueryExecutorTest.java        |  41 +++++++
 .../query/ClusterPhysicalGeneratorTest.java        |  50 ++++++++
 .../cluster/query/ClusterQueryExecutorTest.java    |  52 ++++++++
 .../cluster/query/ClusterQueryParserTest.java      |  41 +++++++
 .../cluster/query/ClusterQueryRouterTest.java      |  33 +++--
 .../iotdb/db/query/executor/EngineExecutor.java    |  14 +--
 .../org/apache/iotdb/db/utils/SchemaUtils.java     |   3 +
 12 files changed, 368 insertions(+), 35 deletions(-)
 create mode 100644 cluster/src/test/java/org/apache/iotdb/cluster/query/BaseQueryTest.java
 create mode 100644 cluster/src/test/java/org/apache/iotdb/cluster/query/ClusterDataQueryExecutorTest.java
 create mode 100644 cluster/src/test/java/org/apache/iotdb/cluster/query/ClusterPhysicalGeneratorTest.java
 create mode 100644 cluster/src/test/java/org/apache/iotdb/cluster/query/ClusterQueryExecutorTest.java
 create mode 100644 cluster/src/test/java/org/apache/iotdb/cluster/query/ClusterQueryParserTest.java
 copy server/src/main/java/org/apache/iotdb/db/query/executor/DataQueryExecutor.java => cluster/src/test/java/org/apache/iotdb/cluster/query/ClusterQueryRouterTest.java (50%)