divijvaidya commented on PR #11943: URL: https://github.com/apache/kafka/pull/11943#issuecomment-1090310433
The failing test in the PR builder `PurgeRepartitionTopicIntegrationTest` which should have been fixed as part of #11948. I will rebase this PR with latest so that the tests pass. ``` [2022-03-24T15:33:52.302Z] > Task :streams:integrationTest [2022-03-24T15:33:52.302Z] org.apache.kafka.streams.integration.PurgeRepartitionTopicIntegrationTest.shouldRestoreState failed, log available in /home/jenkins/workspace/Kafka_kafka-pr_PR-11943/streams/build/reports/testOutput/org.apache.kafka.streams.integration.PurgeRepartitionTopicIntegrationTest.shouldRestoreState.test.stdout [2022-03-24T15:33:52.302Z] [2022-03-24T15:33:52.302Z] org.apache.kafka.streams.integration.PurgeRepartitionTopicIntegrationTest > shouldRestoreState FAILED [2022-03-24T15:33:52.302Z] 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> [2022-03-24T15:33:52.302Z] at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55) [2022-03-24T15:33:52.302Z] at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:40) [2022-03-24T15:33:52.302Z] at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:210) [2022-03-24T15:33:52.302Z] at org.apache.kafka.test.TestUtils.lambda$waitForCondition$3(TestUtils.java:320) [2022-03-24T15:33:52.302Z] at org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:368) [2022-03-24T15:33:52.302Z] at org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:317) [2022-03-24T15:33:52.302Z] at org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:301) ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
