You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Kamalesh Palanisamy (Jira)" <ji...@apache.org> on 2023/01/14 06:39:00 UTC

[jira] (KAFKA-14453) Flaky test suite MirrorConnectorsWithCustomForwardingAdminIntegrationTest

    [ https://issues.apache.org/jira/browse/KAFKA-14453 ]


    Kamalesh Palanisamy deleted comment on KAFKA-14453:
    ---------------------------------------------

was (Author: JIRAUSER298672):
[~ChrisEgerton] is this test still failing? I am a newbie and I can look into this. Thanks!

> Flaky test suite MirrorConnectorsWithCustomForwardingAdminIntegrationTest
> -------------------------------------------------------------------------
>
>                 Key: KAFKA-14453
>                 URL: https://issues.apache.org/jira/browse/KAFKA-14453
>             Project: Kafka
>          Issue Type: Test
>          Components: mirrormaker
>            Reporter: Chris Egerton
>            Priority: Major
>              Labels: flaky-test
>
> We've been seeing some integration test failures lately for the {{MirrorConnectorsWithCustomForwardingAdminIntegrationTest}} test suite. A couple examples:
> {{org.opentest4j.AssertionFailedError: Condition not met within timeout 60000. Topic: mm2-offset-syncs.backup.internal didn't get created in the FakeLocalMetadataStore ==> expected: <true> but was: <false>}}
> {{    at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)}}
> {{    at app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)}}
> {{    at app//org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)}}
> {{    at app//org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)}}
> {{    at app//org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:210)}}
> {{    at app//org.apache.kafka.test.TestUtils.lambda$waitForCondition$4(TestUtils.java:337)}}
> {{    at app//org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:385)}}
> {{    at app//org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:334)}}
> {{    at app//org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:318)}}
> {{    at app//org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:308)}}
> {{    at app//org.apache.kafka.connect.mirror.integration.MirrorConnectorsWithCustomForwardingAdminIntegrationTest.waitForTopicToPersistInFakeLocalMetadataStore(MirrorConnectorsWithCustomForwardingAdminIntegrationTest.java:326)}}
> {{    at app//org.apache.kafka.connect.mirror.integration.MirrorConnectorsWithCustomForwardingAdminIntegrationTest.testReplicationIsCreatingTopicsUsingProvidedForwardingAdmin(MirrorConnectorsWithCustomForwardingAdminIntegrationTest.java:217)}}
> {{}}
>  
> And:
>  
> {{org.opentest4j.AssertionFailedError: Condition not met within timeout 60000. Topic: primary.test-topic-1's configs don't have partitions:11 ==> 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$4(TestUtils.java:337)}}
> {{    }}{{at org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:385)}}
> {{    }}{{at org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:334)}}
> {{    }}{{at org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:318)}}
> {{    }}{{at org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:308)}}
> {{    }}{{at org.apache.kafka.connect.mirror.integration.MirrorConnectorsWithCustomForwardingAdminIntegrationTest.waitForTopicConfigPersistInFakeLocalMetaDataStore(MirrorConnectorsWithCustomForwardingAdminIntegrationTest.java:334)}}
> {{    }}{{at org.apache.kafka.connect.mirror.integration.MirrorConnectorsWithCustomForwardingAdminIntegrationTest.testCreatePartitionsUseProvidedForwardingAdmin(MirrorConnectorsWithCustomForwardingAdminIntegrationTest.java:255)}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)