dajac commented on code in PR #14090:
URL: https://github.com/apache/kafka/pull/14090#discussion_r1274861735


##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/runtime/CoordinatorRuntimeTest.java:
##########
@@ -970,14 +970,15 @@ public void testClose() throws Exception {
         assertFalse(write2.isDone());
 
         // The coordinator timer should be empty.
-        assertEquals(0, ctx.timer.size());
+        CoordinatorRuntime.EventBasedCoordinatorTimer coordinatorTimer = 
ctx.timer;

Review Comment:
   This it actually not required. Let me revert 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