This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch native_raft
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 1e32bae2955 fix unimplemented interfaces
add 8ebe7b2ae00 add tests
No new revisions were added by this update.
Summary of changes:
iotdb-core/consensus/pom.xml | 7 ---
.../consensus/natraft/protocol/RaftMember.java | 7 +--
.../natraft/protocol/log/catchup/CatchUpTask.java | 5 ++
.../RaftConsensusTest.java} | 58 +++++++++-------------
.../{ratis => nbraft}/RecoverReadTest.java | 41 ++++-----------
.../consensus/{ratis => nbraft}/TestUtils.java | 46 +++++++++--------
.../iotdb/tsfile/compress/IUnCompressor.java | 2 +-
7 files changed, 66 insertions(+), 100 deletions(-)
copy
iotdb-core/consensus/src/test/java/org/apache/iotdb/consensus/{ratis/RatisConsensusTest.java
=> nbraft/RaftConsensusTest.java} (85%)
copy iotdb-core/consensus/src/test/java/org/apache/iotdb/consensus/{ratis =>
nbraft}/RecoverReadTest.java (80%)
copy iotdb-core/consensus/src/test/java/org/apache/iotdb/consensus/{ratis =>
nbraft}/TestUtils.java (92%)