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/iotdb.git.


    from e79bf1d  Merge pull request #1787 from LebronAl/cluster_new_fix_bugs
     add bb3421d  add snapshot tests
     add 25d6a26  Merge branch 'cluster_new' of 
github.com:apache/incubator-iotdb into cluster_new

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/client/sync/SyncDataClient.java  |   5 +-
 .../apache/iotdb/cluster/config/ClusterConfig.java |  10 +
 .../iotdb/cluster/config/ClusterConstant.java      |   1 -
 .../cluster/log/snapshot/PullSnapshotTask.java     |   7 +-
 .../log/snapshot/PullSnapshotTaskDescriptor.java   |  20 ++
 .../iotdb/cluster/server/member/RaftMember.java    |   4 +
 .../cluster/log/snapshot/DataSnapshotTest.java     | 145 ++++++++++++
 .../cluster/log/snapshot/FileSnapshotTest.java     | 114 +---------
 .../log/snapshot/PartitionedSnapshotTest.java      | 116 ++++++++++
 .../snapshot/PullSnapshotTaskDescriptorTest.java   |  44 ++++
 .../cluster/log/snapshot/PullSnapshotTaskTest.java | 252 +++++++++++++++++++++
 11 files changed, 601 insertions(+), 117 deletions(-)
 create mode 100644 
cluster/src/test/java/org/apache/iotdb/cluster/log/snapshot/DataSnapshotTest.java
 create mode 100644 
cluster/src/test/java/org/apache/iotdb/cluster/log/snapshot/PartitionedSnapshotTest.java
 create mode 100644 
cluster/src/test/java/org/apache/iotdb/cluster/log/snapshot/PullSnapshotTaskDescriptorTest.java
 create mode 100644 
cluster/src/test/java/org/apache/iotdb/cluster/log/snapshot/PullSnapshotTaskTest.java

Reply via email to