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


##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/assignor/RangeAssignorTest.java:
##########
@@ -381,9 +558,12 @@ public void 
testReassignmentNumConsumersGreaterThanNumPartitionsWhenOneConsumerA
             mkTopicAssignment(topic1Uuid, 1),
             mkTopicAssignment(topic2Uuid, 1)
         ));
+        expectedAssignment.put(memberC, mkAssignment(
+            mkTopicAssignment(topic1Uuid),
+            mkTopicAssignment(topic2Uuid)
+        ));
 
-        // Consumer C shouldn't get any assignment, due to stickiness A, B 
retain their assignments
-        assertNull(computedAssignment.members().get(memberC));
+        // Consumer C shouldn't get any assignment.

Review Comment:
   It still doesn't get any assignment



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