You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Fedotov (JIRA)" <ji...@apache.org> on 2019/03/27 09:19:00 UTC

[jira] [Created] (IGNITE-11637) Remove class loader initilization in GridSpiAbstractTest

Ivan Fedotov created IGNITE-11637:
-------------------------------------

             Summary: Remove class loader initilization in GridSpiAbstractTest
                 Key: IGNITE-11637
                 URL: https://issues.apache.org/jira/browse/IGNITE-11637
             Project: Ignite
          Issue Type: Improvement
            Reporter: Ivan Fedotov
            Assignee: Ivan Fedotov


Investigate necessity of secondary class loader initilization in GridSpiAbstractTest. 

Initilization is secondary because the first is in GridAbstractTest. Now it seems that setting class loader in GridSpiAbstractTest should be removed.

 

[1] [https://github.com/apache/ignite/blob/master/modules/core/src/test/java/org/apache/ignite/testframework/junits/spi/GridSpiAbstractTest.java#L151]

[2] [https://github.com/apache/ignite/blob/master/modules/core/src/test/java/org/apache/ignite/testframework/junits/GridAbstractTest.java#L558]

 



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