lucasbru commented on code in PR #19504: URL: https://github.com/apache/kafka/pull/19504#discussion_r2056326225
########## group-coordinator/src/test/java/org/apache/kafka/coordinator/group/streams/StreamsCoordinatorRecordHelpersTest.java: ########## @@ -300,12 +300,13 @@ public void testNewStreamsGroupEpochRecord() { .setGroupId(GROUP_ID), new ApiMessageAndVersion( new StreamsGroupMetadataValue() - .setEpoch(42), + .setEpoch(42) + .setMetadataHash(42), Review Comment: The only line where you put 42? -- 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