Matthias J. Sax created KAFKA-16992:
---------------------------------------
Summary: Flaky Test
org.apache.kafka.streams.integration.EOSUncleanShutdownIntegrationTest.shouldWorkWithUncleanShutdownWipeOutStateStore[exactly_once_v2]
Key: KAFKA-16992
URL: https://issues.apache.org/jira/browse/KAFKA-16992
Project: Kafka
Issue Type: Test
Components: streams, unit tests
Reporter: Matthias J. Sax
Attachments:
6u4a4e27e2oh2-org.apache.kafka.streams.integration.EOSUncleanShutdownIntegrationTest-shouldWorkWithUncleanShutdownWipeOutStateStore[exactly_once_v2]-1-output.txt
We saw this test to timeout more frequently recently:
{code:java}
org.opentest4j.AssertionFailedError: Condition not met within timeout 15000.
Expected ERROR state but driver is on RUNNING ==> expected: <true> but was:
<false>at
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)at
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)at
org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)at
org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)at
org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:214)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:350)at
org.apache.kafka.streams.integration.EOSUncleanShutdownIntegrationTest.shouldWorkWithUncleanShutdownWipeOutStateStore(EOSUncleanShutdownIntegrationTest.java:169)at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)at
java.lang.reflect.Method.invoke(Method.java:498)at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)at
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)at
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)at
java.util.concurrent.FutureTask.run(FutureTask.java:266)at
java.lang.Thread.run(Thread.java:750) {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)