[ https://issues.apache.org/jira/browse/KAFKA-8894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16929485#comment-16929485 ]
ASF GitHub Bot commented on KAFKA-8894: --------------------------------------- stanislavkozlovski commented on pull request #7330: KAFKA-8894: Bump streams test topic deletion assertion timeout from 30s to 60s URL: https://github.com/apache/kafka/pull/7330 We have seen rare flakiness in this assertion - all of streams' internal topics would not get deleted within the 30 second window. Increasing to 60 seconds should reduce the occurrence. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Flaky > org.apache.kafka.streams.integration.ResetIntegrationTest.testReprocessingFromFileAfterResetWithoutIntermediateUserTopic > ------------------------------------------------------------------------------------------------------------------------------ > > Key: KAFKA-8894 > URL: https://issues.apache.org/jira/browse/KAFKA-8894 > Project: Kafka > Issue Type: Improvement > Reporter: Stanislav Kozlovski > Priority: Minor > > {code:java} > java.lang.AssertionError: Condition not met within timeout 30000. Topics are > not expected after 30000 milli seconds. > at org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:376) > at org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:353) > at > org.apache.kafka.streams.integration.utils.EmbeddedKafkaCluster.waitForRemainingTopics(EmbeddedKafkaCluster.java:298) > at > org.apache.kafka.streams.integration.AbstractResetIntegrationTest.assertInternalTopicsGotDeleted(AbstractResetIntegrationTest.java:589) > at > org.apache.kafka.streams.integration.AbstractResetIntegrationTest.testReprocessingFromFileAfterResetWithoutIntermediateUserTopic(AbstractResetIntegrationTest.java:399) > at > org.apache.kafka.streams.integration.ResetIntegrationTest.testReprocessingFromFileAfterResetWithoutIntermediateUserTopic(ResetIntegrationTest.java:82) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > {code} > [https://builds.apache.org/job/kafka-pr-jdk8-scala2.11/24733/testReport/junit/org.apache.kafka.streams.integration/ResetIntegrationTest/testReprocessingFromFileAfterResetWithoutIntermediateUserTopic/] -- This message was sent by Atlassian Jira (v8.3.2#803003)