kevin-wu24 commented on code in PR #19668:
URL: https://github.com/apache/kafka/pull/19668#discussion_r2114456146


##########
raft/src/test/java/org/apache/kafka/raft/RequestManagerTest.java:
##########
@@ -256,25 +398,25 @@ public void testAnyInflightRequestWithAnyRequest() {
             random
         );
 
-        assertFalse(cache.hasAnyInflightRequest(time.milliseconds()));

Review Comment:
   I think this might be overkill? If just 1 kind of request is in-flight, the 
request we chose is arbitrary.



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