This is an automated email from the ASF dual-hosted git repository.
symat pushed a change to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
from af44dabd4 ZOOKEEPER-3706: ZooKeeper.close() would leak SendThread when
the netw…
new 67285ce5b ZOOKEEPER-3161: Refactor QuorumPeerMainTest.java: move
commonly used functions to base class
new a5f0eb0e5 ZOOKEEPER-4269: acceptedEpoch.tmp rename failure will cause
server startup error
The 2 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:
.../zookeeper/common/AtomicFileOutputStream.java | 3 +-
.../apache/zookeeper/server/quorum/QuorumPeer.java | 14 +-
.../quorum/CurrentEpochWriteFailureTest.java | 117 ++++++++++++++++
.../server/quorum/QuorumPeerMainTest.java | 147 +--------------------
.../server/quorum/QuorumPeerTestBase.java | 144 ++++++++++++++++++++
5 files changed, 277 insertions(+), 148 deletions(-)
create mode 100644
zookeeper-server/src/test/java/org/apache/zookeeper/server/quorum/CurrentEpochWriteFailureTest.java