dajac commented on code in PR #19333:
URL: https://github.com/apache/kafka/pull/19333#discussion_r2023181017
##########
coordinator-common/src/test/java/org/apache/kafka/coordinator/common/runtime/CoordinatorRuntimeTest.java:
##########
@@ -649,42 +649,37 @@ public void
testScheduleUnloadingWithDeferredEventExceptions() throws ExecutionE
runtime.scheduleLoadOperation(TP, 10);
CoordinatorRuntime<MockCoordinatorShard, String>.CoordinatorContext
ctx = runtime.contextOrThrow(TP);
- // Get the max batch size.
Review Comment:
I wonder why we changed the old test vs adding a new one for the new
discovered cases. Is the old test not necessary any more?
--
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]