This is an automated email from the ASF dual-hosted git repository.
szetszwo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git.
from ed02db7 RATIS-924: rename raft group dir on disk when remove group is
invoked (#148)
add d4d1c96 RATIS-1024.Unit Tests for MemoryRaftLog entry truncation
(#169). Contributed by Rui Wang
No new revisions were added by this update.
Summary of changes:
.../ratis/server/raftlog/RaftLogSequentialOps.java | 2 +-
.../ratis/server/raftlog/memory/MemoryRaftLog.java | 1 -
.../server/raftlog/memory/MemoryRaftLogTest.java | 96 ++++++++++++++++++++++
3 files changed, 97 insertions(+), 2 deletions(-)
create mode 100644
ratis-test/src/test/java/org/apache/ratis/server/raftlog/memory/MemoryRaftLogTest.java