[ https://issues.apache.org/jira/browse/KAFKA-10151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17138677#comment-17138677 ]
Sophie Blee-Goldman commented on KAFKA-10151: --------------------------------------------- Huh, I didn't even notice that bug. It's just a happy accident that we fixed it in that PR. Nice investigation! I think we can resolve this ticket then. > Flaky Test > StoreUpgradeIntegrationTest.shouldMigratePersistentKeyValueStoreToTimestampedKeyValueStoreUsingPapi > -------------------------------------------------------------------------------------------------------------- > > Key: KAFKA-10151 > URL: https://issues.apache.org/jira/browse/KAFKA-10151 > Project: Kafka > Issue Type: Bug > Components: streams > Reporter: Sophie Blee-Goldman > Priority: Major > Labels: flaky-test, integration-test > Attachments: > StoreUpgradeIntegrationTest.shouldMigratePersistentKeyValueStoreToTimestampedKeyValueStoreUsingPapi.stdout.rtf > > > I've started seeing this fail in the past week or so. Checked out the logs > and there's nothing obviously wrong (ie no ERROR or exception) so it might > just be flaky? > > java.lang.AssertionError: Condition not met within timeout 60000. Could not > get expected result in time. at > org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:26) at > org.apache.kafka.test.TestUtils.lambda$waitForCondition$6(TestUtils.java:401) > at > org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:449) > at > org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:417) > at org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:398) at > org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:388) at > org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.verifyCountWithTimestamp(StoreUpgradeIntegrationTest.java:367) > at > org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigrateKeyValueStoreToTimestampedKeyValueStoreUsingPapi(StoreUpgradeIntegrationTest.java:183) > at > org.apache.kafka.streams.integration.StoreUpgradeIntegrationTest.shouldMigratePersistentKeyValueStoreToTimestampedKeyValueStoreUsingPapi(StoreUpgradeIntegrationTest.java:109) -- This message was sent by Atlassian Jira (v8.3.4#803005)