[ https://issues.apache.org/jira/browse/KAFKA-16991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bill Bejeck resolved KAFKA-16991. --------------------------------- Resolution: Fixed > Flaky Test > org.apache.kafka.streams.integration.PurgeRepartitionTopicIntegrationTest.shouldRestoreState > ------------------------------------------------------------------------------------------------------- > > Key: KAFKA-16991 > URL: https://issues.apache.org/jira/browse/KAFKA-16991 > Project: Kafka > Issue Type: Test > Components: streams, unit tests > Reporter: Matthias J. Sax > Assignee: Bill Bejeck > Priority: Major > Fix For: 3.9.0 > > Attachments: > 5owo5xbyzjnao-org.apache.kafka.streams.integration.PurgeRepartitionTopicIntegrationTest-shouldRestoreState()-1-output.txt > > > We see this test running into timeouts more frequently recently. > {code:java} > org.opentest4j.AssertionFailedError: Condition not met within timeout 60000. > Repartition topic > restore-test-KSTREAM-AGGREGATE-STATE-STORE-0000000002-repartition not purged > data after 60000 ms. ==> expected: <true> but was: <false>at > org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)•••at > > org.apache.kafka.test.TestUtils.lambda$waitForCondition$3(TestUtils.java:396)at > > org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:444)at > org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:393)at > org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:377)at > org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:367)at > org.apache.kafka.streams.integration.PurgeRepartitionTopicIntegrationTest.shouldRestoreState(PurgeRepartitionTopicIntegrationTest.java:220) > {code} > There was no ERROR or WARN log... -- This message was sent by Atlassian Jira (v8.20.10#820010)