ahuang98 commented on code in PR #18240:
URL: https://github.com/apache/kafka/pull/18240#discussion_r1902113084


##########
raft/src/test/java/org/apache/kafka/raft/QuorumStateTest.java:
##########
@@ -154,6 +155,163 @@ private ReplicaKey replicaKey(int id, boolean 
withDirectoryId) {
         return ReplicaKey.of(id, directoryId);
     }
 
+    @ParameterizedTest

Review Comment:
   I've organized QuorumStateTest in the following way - misc tests were pulled 
to the front. All other tests are organized under banners (e.g. Initialization 
tests, Tests of transitions from state X)



-- 
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: jira-unsubscr...@kafka.apache.org

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

Reply via email to