[ https://issues.apache.org/jira/browse/KAFKA-5124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983498#comment-15983498 ]
Matthias J. Sax commented on KAFKA-5124: ---------------------------------------- I guess is related to https://issues.apache.org/jira/browse/KAFKA-5005 -- assuming both issues do have the same root cause. WDYT? > shouldInnerLeftJoin unit test fails > ----------------------------------- > > Key: KAFKA-5124 > URL: https://issues.apache.org/jira/browse/KAFKA-5124 > Project: Kafka > Issue Type: Sub-task > Components: streams > Affects Versions: 0.10.2.0 > Reporter: Eno Thereska > Assignee: Armin Braun > Fix For: 0.11.0.0 > > > Unit test on trunk gives occasional failure: > org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest > > shouldInnerLeftJoin FAILED > java.lang.AssertionError: Condition not met within timeout 30000. > Expecting 1 records from topic output- while only received 0: [] > at > org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:265) > at > org.apache.kafka.streams.integration.utils.IntegrationTestUtils.waitUntilMinKeyValueRecordsReceived(IntegrationTestUtils.java:207) > at > org.apache.kafka.streams.integration.utils.IntegrationTestUtils.waitUntilMinKeyValueRecordsReceived(IntegrationTestUtils.java:176) > at > org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest.verifyKTableKTableJoin(KTableKTableJoinIntegrationTest.java:222) > at > org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest.shouldInnerLeftJoin(KTableKTableJoinIntegrationTest.java:143) -- This message was sent by Atlassian JIRA (v6.3.15#6346)