Ashish K Singh created KAFKA-4482: ------------------------------------- Summary: Kafka streams test failure and hang causing PR builds to fail Key: KAFKA-4482 URL: https://issues.apache.org/jira/browse/KAFKA-4482 Project: Kafka Issue Type: Bug Components: streams, unit tests Reporter: Ashish K Singh
Following are the streams test failures/ hangs. Sample PR build, [here|https://builds.apache.org/job/kafka-trunk-git-pr-jdk7/6857/console]. Was able reproduce locally as well. {code} org.apache.kafka.streams.integration.ResetIntegrationTest > testReprocessingFromScratchAfterResetWithIntermediateUserTopic FAILED java.lang.AssertionError: Condition not met within timeout 60000. Did not receive 10 number of records at org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:279) at org.apache.kafka.streams.integration.utils.IntegrationTestUtils.waitUntilMinKeyValueRecordsReceived(IntegrationTestUtils.java:211) at org.apache.kafka.streams.integration.ResetIntegrationTest.testReprocessingFromScratchAfterResetWithIntermediateUserTopic(ResetIntegrationTest.java:182) org.apache.kafka.streams.integration.ResetIntegrationTest > testReprocessingFromScratchAfterResetWithoutIntermediateUserTopic STARTED {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)