Chris Egerton created KAFKA-14718:
-------------------------------------
Summary: Flaky DedicatedMirrorIntegrationTest test suite
Key: KAFKA-14718
URL: https://issues.apache.org/jira/browse/KAFKA-14718
Project: Kafka
Issue Type: Test
Components: mirrormaker
Reporter: Chris Egerton
These tests were added recently in [https://github.com/apache/kafka/pull/13137]
and have been failing occasionally on Jenkins. For example, in
[https://github.com/apache/kafka/pull/13163|https://github.com/apache/kafka/pull/13163:],
both test cases (testSingleNodeCluster and testMultiNodeCluster) failed on a
[single Jenkins
node|https://ci-builds.apache.org/blue/organizations/jenkins/Kafka%2Fkafka-pr/detail/PR-13163/4/pipeline/11/]
with timeout errors:
{quote}[2023-02-14T16:43:19.054Z] Gradle Test Run
:connect:mirror:integrationTest > Gradle Test Executor 155 >
DedicatedMirrorIntegrationTest > testSingleNodeCluster() FAILED
[2023-02-14T16:43:19.054Z] org.opentest4j.AssertionFailedError: Condition not
met within timeout 30000. topic A.test-topic-1 was not created on cluster B in
time ==> expected: <true> but was: <false> [2023-02-14T16:43:19.054Z] at
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
[2023-02-14T16:43:19.054Z] at
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
[2023-02-14T16:43:19.054Z] at
org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
[2023-02-14T16:43:19.054Z] at
org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
[2023-02-14T16:43:19.054Z] at
org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:211)
[2023-02-14T16:43:19.054Z] at
org.apache.kafka.test.TestUtils.lambda$waitForCondition$4(TestUtils.java:337)
[2023-02-14T16:43:19.054Z] at
org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:385)
[2023-02-14T16:43:19.054Z] at
org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:334)
[2023-02-14T16:43:19.054Z] at
org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:318)
[2023-02-14T16:43:19.054Z] at
org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:308)
[2023-02-14T16:43:19.054Z] at
org.apache.kafka.connect.mirror.integration.DedicatedMirrorIntegrationTest.awaitTopicCreation(DedicatedMirrorIntegrationTest.java:255)
[2023-02-14T16:43:19.054Z] at
org.apache.kafka.connect.mirror.integration.DedicatedMirrorIntegrationTest.testSingleNodeCluster(DedicatedMirrorIntegrationTest.java:153){quote}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)