jsancio commented on a change in pull request #10085:
URL: https://github.com/apache/kafka/pull/10085#discussion_r624166487



##########
File path: raft/src/test/java/org/apache/kafka/raft/MockLogTest.java
##########
@@ -75,56 +75,6 @@ public void testTopicId() {
         assertEquals(topicId, log.topicId());
     }
 
-    @Test
-    public void testAppendAsLeaderHelper() {

Review comment:
       I actually, move this to `testAppendAsLeader`. The two tests were 
testing almost the same things. I just merged them so that one test now covers 
all of the cases that didn't overlap.




-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to