rreddy-22 commented on code in PR #14099:
URL: https://github.com/apache/kafka/pull/14099#discussion_r1276487843


##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/consumer/TargetAssignmentBuilderTest.java:
##########
@@ -624,8 +745,27 @@ public void testDeleteMember() {
             20
         );
 
-        Uuid fooTopicId = context.addTopicMetadata("foo", 6);
-        Uuid barTopicId = context.addTopicMetadata("bar", 6);
+        Uuid fooTopicId = context.addTopicMetadata("foo", 6,
+            mkMap(
+                mkEntry(0, Collections.emptySet()),
+                mkEntry(1, Collections.emptySet()),
+                mkEntry(2, Collections.emptySet()),
+                mkEntry(3, Collections.emptySet()),
+                mkEntry(4, Collections.emptySet()),
+                mkEntry(5, Collections.emptySet())
+            )
+        );
+
+        Uuid barTopicId = context.addTopicMetadata("bar", 6,

Review Comment:
   Added racks to one of the tests `testPartialAssignmentUpdate`.  and removed 
for the rest



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