Details
-
Test
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
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, both test cases (testSingleNodeCluster and testMultiNodeCluster) failed on a single Jenkins node with timeout errors:
[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)
Attachments
Issue Links
- is caused by
-
KAFKA-15059 Exactly-once source tasks fail to start during pending rebalances
- Resolved
- links to