[ https://issues.apache.org/jira/browse/KAFKA-15914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chris Egerton resolved KAFKA-15914. ----------------------------------- Fix Version/s: 4.0.0 Resolution: Fixed > Flaky test - testAlterSinkConnectorOffsetsOverriddenConsumerGroupId - > OffsetsApiIntegrationTest > ----------------------------------------------------------------------------------------------- > > Key: KAFKA-15914 > URL: https://issues.apache.org/jira/browse/KAFKA-15914 > Project: Kafka > Issue Type: Bug > Components: connect > Reporter: Lucas Brutschy > Priority: Major > Labels: flaky-test > Fix For: 4.0.0 > > > Test intermittently gives the following result: > {code} > org.opentest4j.AssertionFailedError: Condition not met within timeout 30000. > Sink connector consumer group offsets should catch up to the topic end > offsets ==> expected: <true> but was: <false> > 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:210) > 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:302) > at > org.apache.kafka.connect.integration.OffsetsApiIntegrationTest.verifyExpectedSinkConnectorOffsets(OffsetsApiIntegrationTest.java:917) > at > org.apache.kafka.connect.integration.OffsetsApiIntegrationTest.alterAndVerifySinkConnectorOffsets(OffsetsApiIntegrationTest.java:396) > at > org.apache.kafka.connect.integration.OffsetsApiIntegrationTest.testAlterSinkConnectorOffsetsOverriddenConsumerGroupId(OffsetsApiIntegrationTest.java:297) > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)