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

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

    [ https://issues.apache.org/jira/browse/KAFKA-14453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654131#comment-17654131 ] 

Chris Egerton commented on KAFKA-14453:
---------------------------------------

[~mjsax] I've got a lot on my plate over the next couple weeks–if this is still an issue by mid-January I might be able to take a look then.

 

I know [~gharris1727] has been doing some work on tackling flaky tests; perhaps he might be able to lend a hand?

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