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


##########
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:
   Yes, in `testToReplaceWithDifferentVersions` test all version



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