mdedetrich commented on code in PR #12728:
URL: https://github.com/apache/kafka/pull/12728#discussion_r1383700349


##########
connect/runtime/src/test/java/org/apache/kafka/connect/runtime/standalone/StandaloneHerderTest.java:
##########
@@ -223,93 +216,81 @@ public void testCreateConnectorAlreadyExists() throws 
Throwable {
         // Second should fail
         FutureCallback<Herder.Created<ConnectorInfo>> failedCreateCallback = 
new FutureCallback<>();
         herder.putConnectorConfig(CONNECTOR_NAME, config, false, 
failedCreateCallback);
+        verify(loaderSwap, times(2)).close();

Review Comment:
   Done and pushed.



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