You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2018/12/26 09:32:00 UTC

[jira] [Created] (IGNITE-10820) Clean up static Ignite instances in tests

Alexey Goncharuk created IGNITE-10820:
-----------------------------------------

             Summary: Clean up static Ignite instances in tests
                 Key: IGNITE-10820
                 URL: https://issues.apache.org/jira/browse/IGNITE-10820
             Project: Ignite
          Issue Type: Improvement
            Reporter: Alexey Goncharuk


From the recent TC OOME it can be seen that some tests contain static Ignite instances that are not cleaned up on test end, which leads to memory leak. As a first phase, we need to nullify them. Ultimately, we need to get rid of static fields in tests after migration to JUnit5.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)