dajac commented on code in PR #19515:
URL: https://github.com/apache/kafka/pull/19515#discussion_r2059129776


##########
clients/src/test/java/org/apache/kafka/common/message/MessageTest.java:
##########
@@ -629,8 +629,9 @@ private void 
testAllMessageRoundTripsOffsetFetchFromVersionToV7(short fromVersio
         }
     }
 
-    @Test
-    public void testOffsetFetchV8AndAboveSingleGroup() throws Exception {
+    @ParameterizedTest
+    @ApiKeyVersionsSource(apiKey = ApiKeys.OFFSET_FETCH, fromVersion = 8, 
toVersion = 9)
+    public void testOffsetFetchV8ToV9SingleGroup(short version) throws 
Exception {

Review Comment:
   I will refactor those tests. They are pretty messy at the moment.



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