[ https://issues.apache.org/jira/browse/KAFKA-17420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928582#comment-17928582 ]
Matthias J. Sax commented on KAFKA-17420: ----------------------------------------- Just stumbled across this ticket. Looking into recent test history, I did not see this test fail with the issue reported here. I did also find [https://github.com/apache/kafka/pull/17191] which I suspect fixed the issue reported here? Do we think we can close this ticket? > Fix flaky StreamThreadTest.tearDown > ----------------------------------- > > Key: KAFKA-17420 > URL: https://issues.apache.org/jira/browse/KAFKA-17420 > Project: Kafka > Issue Type: Test > Components: streams, unit tests > Reporter: Chia-Ping Tsai > Assignee: TengYao Chi > Priority: Major > Labels: flaky-test > > see https://github.com/apache/kafka/actions/runs/10549075483?pr=16954 > {code:java} > org.opentest4j.AssertionFailedError: 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.AssertTrue.assertTrue(AssertTrue.java:31) > at app//org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:183) > at > app//org.apache.kafka.streams.processor.internals.StreamThreadTest.tearDown(StreamThreadTest.java:240) > at java.base@17.0.12/java.lang.reflect.Method.invoke(Method.java:569) > at > java.base@17.0.12/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)