Divij Vaidya created KAFKA-15197: ------------------------------------ Summary: Flaky test MirrorConnectorsIntegrationExactlyOnceTest.testOffsetTranslationBehindReplicationFlow() Key: KAFKA-15197 URL: https://issues.apache.org/jira/browse/KAFKA-15197 Project: Kafka Issue Type: Test Components: mirrormaker Reporter: Divij Vaidya Fix For: 3.6.0
As of Jul 17th, this is the second most flaky test in our CI on trunk and fails 46% of times. See: [https://ge.apache.org/scans/tests?search.relativeStartTime=P28D&search.rootProjectNames=kafka&search.timeZoneId=Europe/Berlin] Note that MirrorConnectorsIntegrationExactlyOnceTest has multiple tests but testOffsetTranslationBehindReplicationFlow is the one that is the reason for most failures. see: [https://ge.apache.org/scans/tests?search.relativeStartTime=P28D&search.rootProjectNames=kafka&search.timeZoneId=Europe/Berlin&tests.container=org.apache.kafka.connect.mirror.integration.MirrorConnectorsIntegrationExactlyOnceTest] Reason for failure is: |org.opentest4j.AssertionFailedError: Condition not met within timeout 20000. Offsets for consumer group consumer-group-lagging-behind not translated from primary for topic primary.test-topic-1 ==> expected: <true> but was: <false>| -- This message was sent by Atlassian Jira (v8.20.10#820010)