You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by er...@apache.org on 2021/12/24 07:17:28 UTC

[iotdb] branch master updated (2b0394f -> ff9f59c)

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

ericpai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 2b0394f  [IOTDB-1960] Fix count timeseries in cluster mode. (#4617)
     add ff9f59c  [IOTDB-2172] Refactor for IoTDBSimpleQueryIT (#4598)

No new revisions were added by this update.

Summary of changes:
 .../iotdb/integration/env/ClusterEnvBase.java      |  7 ++-
 .../iotdb/integration/env/ClusterEnvConfig.java    | 62 ++++++++++++++--------
 .../apache/iotdb/integration/env/ClusterNode.java  |  6 +--
 .../org/apache/iotdb/itbase/env/BaseConfig.java    | 16 ++++--
 ...VersionIT.java => IoTDBPartialInsertionIT.java} | 35 ++++++------
 .../iotdb/db/integration/IoTDBSimpleQueryIT.java   | 32 -----------
 .../db/integration/env/StandaloneEnvConfig.java    |  5 ++
 7 files changed, 82 insertions(+), 81 deletions(-)
 copy integration/src/test/java/org/apache/iotdb/db/integration/{IoTDBVersionIT.java => IoTDBPartialInsertionIT.java} (61%)