You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "dajac (via GitHub)" <gi...@apache.org> on 2023/02/23 13:49:04 UTC

[GitHub] [kafka] dajac commented on a diff in pull request #13295: KAFKA-14744; NPE while converting OffsetFetch from version < 8 to version >= 8

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


##########
core/src/test/scala/unit/kafka/server/OffsetFetchRequestTest.scala:
##########
@@ -126,6 +126,56 @@ class OffsetFetchRequestTest extends BaseRequestTest {
     }
   }
 
+  @Test
+  def testOffsetFetchRequestAllOffsetsSingleGroup(): Unit = {

Review Comment:
   This one is based on `testOffsetFetchRequestSingleGroup`. I kept the exact same assertions.



-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org