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


##########
core/src/test/scala/unit/kafka/server/ListOffsetsRequestTest.scala:
##########
@@ -214,13 +214,7 @@ class ListOffsetsRequestTest extends BaseRequestTest {
     TestUtils.produceMessage(brokers, topic, "test-10", 
System.currentTimeMillis() + 10L)

Review Comment:
   Could you also update this test to use `@ApiKeyVersionsSource`, like below
   
   ```
     @ParameterizedTest
     @ApiKeyVersionsSource(apiKey = ApiKeys.LIST_OFFSETS)
     def testResponseDefaultOffsetAndLeaderEpochForAllVersions(version: Short): 
Unit = {
   ```



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