rpuch commented on code in PR #4571: URL: https://github.com/apache/ignite-3/pull/4571#discussion_r1802443722
########## modules/raft/src/integrationTest/java/org/apache/ignite/raft/jraft/core/ItNodeTest.java: ########## @@ -247,6 +249,10 @@ public void teardown() throws Exception { TestUtils.assertAllJraftThreadsStopped(); + if (persistentLogStorageFactory != null) { + persistentLogStorageFactory.stopAsync(); Review Comment: Let's also wait for the future to be completed with `assertThat(..., willCompleteSuccessfully())` -- 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. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org