korlov42 commented on code in PR #2305: URL: https://github.com/apache/ignite-3/pull/2305#discussion_r1261106126
########## modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/ExecutionServiceImplTest.java: ########## @@ -170,6 +172,14 @@ public void tearDown() throws Exception { } mailboxes.clear(); + + executers.forEach(executer -> { Review Comment: such a stupid bug... yes, we definitely should clean up this collection, thanks! fixed -- 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