C0urante commented on code in PR #15249:
URL: https://github.com/apache/kafka/pull/15249#discussion_r1472908745


##########
connect/runtime/src/test/java/org/apache/kafka/connect/integration/ConnectWorkerIntegrationTest.java:
##########
@@ -238,9 +238,6 @@ public void testBrokerCoordinator() throws Exception {
 
         connect.kafka().stopOnlyKafka();
 
-        connect.assertions().assertExactlyNumWorkersAreUp(NUM_WORKERS,
-                "Group of workers did not remain the same after broker 
shutdown");
-

Review Comment:
   On reflection, I suppose this check does guarantee that none of the workers 
died as a result of the Kafka cluster going down. But we get that exact same 
guarantee later on after bringing Kafka back up and verifying that all the 
workers are actually alive.



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