You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by lt...@apache.org on 2019/04/10 13:13:18 UTC

[incubator-iotdb] branch cluster updated (8562d67 -> dd1c302)

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

lta pushed a change to branch cluster
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 8562d67  remove EnvironmentUtils in RouterTest
     new cc70b51  mvn -B (#141)
     new c161120  bug fix: version files of different storage groups are placed into the same place (#138)
     new 9bbb2d5  Merge branch 'master' into cluster
     new dd1c302  Merge branch 'cluster' of github.com:apache/incubator-iotdb into cluster

The 1727 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:
 .travis.yml                                        | 10 +--
 .../db/engine/filenode/FileNodeProcessor.java      | 20 +++---
 .../version/SimpleFileVersionController.java       | 24 +++++--
 .../version/SimpleFileVersionControllerTest.java   | 15 ++--
 .../iotdb/db/integration/IoTDBVersionIT.java       | 84 ++++++++++++++++++++++
 5 files changed, 123 insertions(+), 30 deletions(-)
 create mode 100644 iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBVersionIT.java