chia7712 commented on code in PR #16557:
URL: https://github.com/apache/kafka/pull/16557#discussion_r1676519297


##########
clients/src/test/java/org/apache/kafka/common/requests/FetchRequestTest.java:
##########
@@ -243,4 +244,43 @@ public void testPartitionDataEquals() {
             new FetchRequest.PartitionData(Uuid.randomUuid(), 300, 0L, 300, 
Optional.of(300)));
     }
 
+    @Test
+    public void testFetchRequestNoCacheData() {
+        short version = 13;

Review Comment:
   Do we have test case for version < 13?



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