squah-confluent commented on code in PR #17072:
URL: https://github.com/apache/kafka/pull/17072#discussion_r1742385814


##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/GroupCoordinatorServiceTest.java:
##########
@@ -1140,20 +1154,22 @@ public void testFetchOffsets(
 
         if (requireStable) {
             when(runtime.scheduleWriteOperation(
-                ArgumentMatchers.eq("fetch-offsets"),
+                ArgumentMatchers.eq(fetchAllOffsets ? "fetch-all-offsets" : 
"fetch-offsets"),
                 ArgumentMatchers.eq(new TopicPartition("__consumer_offsets", 
0)),

Review Comment:
   `__consumer_offsets` is used throughout the new group coordinator tests. I 
think it makes sense to update all instances in the new group coordinator at 
once and pushed an update for it.



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