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


##########
connect/runtime/src/test/java/org/apache/kafka/connect/runtime/AbstractHerderTest.java:
##########
@@ -1040,6 +1048,40 @@ public void testGetConnectorTypeWithEmptyConfig() {
         assertEquals(ConnectorType.UNKNOWN, 
herder.connectorType(Collections.emptyMap()));
     }
 
+    @Test
+    public void testGetConnectorOffsetsConnectorNotFound() {

Review Comment:
   This test is failing now (probably because of the shift to use a snapshot in 
`AbstractHerder::connectorOffsets`?



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