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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)