slfan1989 commented on code in PR #1269:
URL: https://github.com/apache/ratis/pull/1269#discussion_r2103698714
##########
ratis-server/src/test/java/org/apache/ratis/RaftTestUtil.java:
##########
@@ -479,7 +479,7 @@ static List<RaftPeer> getPeersWithPriority(List<RaftPeer>
peers, RaftPeer sugges
static RaftPeerId changeLeader(MiniRaftCluster cluster, RaftPeerId oldLeader)
throws Exception {
- return changeLeader(cluster, oldLeader, AssumptionViolatedException::new);
Review Comment:
@szetszwo Thanks for the review! I’ve made the updates as suggested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]