gabriellefu commented on code in PR #22970:
URL: https://github.com/apache/kafka/pull/22970#discussion_r3693157202


##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/streams/TargetAssignmentBuilderTest.java:
##########
@@ -177,6 +179,42 @@ public void 
testCreateMemberMetadataAndStateSourcesWarmupTasksFromCurrentAssignm
         assertEquals(Map.of(fooSubtopologyId, Set.of(1, 2, 3)), 
memberMetadata.warmupTasks());
     }
 
+    @Test
+    public void 
testCreateMemberMetadataAndStateReturnsUnmodifiableCollections() {

Review Comment:
   deleted and put the tag related validation into the 
testCollectionsAreDeeplyUnmodifiable



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to