Mikhail Petrov created IGNITE-17937:
---------------------------------------
Summary: [Extensions] Confusing folder appears after running
Ignite Extension tests.
Key: IGNITE-17937
URL: https://issues.apache.org/jira/browse/IGNITE-17937
Project: Ignite
Issue Type: Bug
Reporter: Mikhail Petrov
Confusing folder with name sys:IGNITE_HOME appears after running Ignite
Extension tests.
It happens because GridTestUtils#initTestProjectHome method which is
responsible for initializing IGNITE_HOME system property for non Ignite tests
does not work corrctly.
First invocation of U.getIgniteHome() method tries to resolve Ignite Home path
and in case of a failure initializes it with null.
U.setIgniteHome(...) does actually nothing if an attempt to resolve Ignite Home
was performed before even if it fails.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)