showuon commented on a change in pull request #9202: URL: https://github.com/apache/kafka/pull/9202#discussion_r486162637
########## File path: core/src/test/scala/unit/kafka/coordinator/group/GroupMetadataManagerTest.scala ########## @@ -931,6 +932,42 @@ class GroupMetadataManagerTest { assertTrue(group.has(memberId)) } + @Test + def testShouldThrowExceptionForUnsupportedGroupMetadataVersion(): Unit = { Review comment: This test doesn't relate to the change. I just like to add missing tests for what I saw. :) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org