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


##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/GroupMetadataManagerTest.java:
##########
@@ -9863,8 +9863,8 @@ public void 
testConsumerGroupHeartbeatWithPreparingRebalanceClassicGroup() throw
 
             // Newly joining member 3 bumps the group epoch. A new target 
assignment is computed.
             CoordinatorRecordHelpers.newGroupEpochRecord(groupId, 1),
-            CoordinatorRecordHelpers.newTargetAssignmentRecord(groupId, 
memberId1, assignor.targetPartitions(memberId1)),
             CoordinatorRecordHelpers.newTargetAssignmentRecord(groupId, 
memberId3, assignor.targetPartitions(memberId3)),
+            CoordinatorRecordHelpers.newTargetAssignmentRecord(groupId, 
memberId1, assignor.targetPartitions(memberId1)),

Review Comment:
   The tests are failing with the previous order



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