mjsax commented on a change in pull request #10668: URL: https://github.com/apache/kafka/pull/10668#discussion_r630601702
########## File path: streams/src/test/java/org/apache/kafka/streams/KafkaStreamsTest.java ########## @@ -525,14 +525,13 @@ public void testStateGlobalThreadClose() throws Exception { () -> streams.state() == KafkaStreams.State.PENDING_ERROR, "Thread never stopped." ); - } finally { streams.close(); Review comment: As above. (Maybe similar elsewhere; won't comment on it explicitly below) -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org