You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "C0urante (via GitHub)" <gi...@apache.org> on 2023/05/25 13:58:05 UTC

[GitHub] [kafka] C0urante commented on pull request #13465: KAFKA-14368: Connect offset write REST API

C0urante commented on PR #13465:
URL: https://github.com/apache/kafka/pull/13465#issuecomment-1562958860

   Ah, spoke too soon! Looks like there are some CI test failures. Can you look into these?
   
   org.apache.kafka.connect.runtime.WorkerTest.testAlterOffsetsSourceConnectorError:
   
   > Wanted but not invoked:
   connectorOffsetBackingStore.stop();
   -> at org.apache.kafka.connect.storage.ConnectorOffsetBackingStore.stop(ConnectorOffsetBackingStore.java:188)
   However, there was exactly 1 interaction with this mock:
   connectorOffsetBackingStore.start();
   -> at org.apache.kafka.connect.runtime.Worker.lambda$alterSourceConnectorOffsets$16(Worker.java:1438)
   at app//org.apache.kafka.connect.storage.ConnectorOffsetBackingStore.stop(ConnectorOffsetBackingStore.java:188)
   at app//org.apache.kafka.connect.runtime.WorkerTest.testAlterOffsetsSourceConnectorError(WorkerTest.java:2000)
   
   
   org.apache.kafka.connect.integration.OffsetsApiIntegrationTest.testAlterSinkConnectorOffsetsDifferentKafkaClusterTargeted:
   
   > org.opentest4j.AssertionFailedError: Condition not met within timeout 15000. Sink connector consumer group offsets should catch up to the topic end offsets ==> expected: &lt;true&gt; but was: &lt;false&gt;
            at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
            at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
            at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
            at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
            at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:211)
            at org.apache.kafka.test.TestUtils.lambda$waitForCondition$3(TestUtils.java:331)
            at org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:379)
            at org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:328)
            at org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:312)
            at org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:285)
            at org.apache.kafka.connect.integration.OffsetsApiIntegrationTest.waitForExpectedSinkConnectorOffsets(OffsetsApiIntegrationTest.java:602)
            at org.apache.kafka.connect.integration.OffsetsApiIntegrationTest.alterAndVerifySinkConnectorOffsets(OffsetsApiIntegrationTest.java:312)
            at org.apache.kafka.connect.integration.OffsetsApiIntegrationTest.testAlterSinkConnectorOffsetsDifferentKafkaClusterTargeted(OffsetsApiIntegrationTest.java:292)


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org