josefk31 commented on code in PR #21028:
URL: https://github.com/apache/kafka/pull/21028#discussion_r2879497119


##########
raft/src/test/java/org/apache/kafka/raft/KafkaRaftClientSnapshotTest.java:
##########
@@ -1023,6 +1023,63 @@ public void testFetchSnapshotRequestAsFollower(boolean 
withKip853Rpc) throws IOE
         assertEquals(leaderId, response.currentLeader().leaderId());
     }
 
+    @ParameterizedTest
+    @ValueSource(booleans = { false, true })

Review Comment:
   I'm not sure whether this actually needs to be a parameterized test because 
`withKip853Rpc` should not have an effect on the snapshot fetching logic. But 
the other tests did have this parameterization so I stuck with the pattern. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to