[
https://issues.apache.org/jira/browse/KAFKA-17486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bill Bejeck resolved KAFKA-17486.
---------------------------------
Resolution: Fixed
[https://github.com/apache/kafka/pull/17104] merged to trunk
> Fix failed test
> RestoreIntegrationTest.shouldInvokeUserDefinedGlobalStateRestoreListener
> ----------------------------------------------------------------------------------------
>
> Key: KAFKA-17486
> URL: https://issues.apache.org/jira/browse/KAFKA-17486
> Project: Kafka
> Issue Type: Test
> Components: streams, unit tests
> Reporter: Chia-Ping Tsai
> Assignee: Bill Bejeck
> Priority: Major
>
> {code:java}
> Gradle Test Run :streams:test > Gradle Test Executor 15 >
> RestoreIntegrationTest > shouldInvokeUserDefinedGlobalStateRestoreListener()
> FAILED
> org.opentest4j.AssertionFailedError: Condition not met within timeout
> 90000. kafkaStreams2 never transitioned to a RUNNING state. ==> expected:
> <true> but was: <false>
> at
> app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
> at
> app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
> at
> app//org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
> at
> app//org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
> at
> app//org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:214)
> at
> app//org.apache.kafka.test.TestUtils.lambda$waitForCondition$3(TestUtils.java:397)
> at
> app//org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:445)
> at
> app//org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:394)
> at
> app//org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:378)
> at
> app//org.apache.kafka.streams.integration.RestoreIntegrationTest.shouldInvokeUserDefinedGlobalStateRestoreListener(RestoreIntegrationTest.java:601)
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)