[
https://issues.apache.org/jira/browse/IGNITE-9728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16636731#comment-16636731
]
Taras Ledkov commented on IGNITE-9728:
--------------------------------------
*Root cause*: on JDK11 the working directory of the tests is changed from
{{$IGNITE_HOME/modules/<module>}} to {{$IGNITE_HOME}}.
It breaks the first init of the IGNITE_HOME env variable at the
{{GridTestUtils#resolvePath}} because the path is resolved correctly with
IGNITE_HOME=null. After that tests properties from the
{{modules/core/src/test/config/tests.properties}} are loaded invalid because
IGNITE_HOME isn't setup.
> JDK11: external class loader problem
> ------------------------------------
>
> Key: IGNITE-9728
> URL: https://issues.apache.org/jira/browse/IGNITE-9728
> Project: Ignite
> Issue Type: Task
> Affects Versions: 2.6
> Reporter: Taras Ledkov
> Assignee: Taras Ledkov
> Priority: Major
> Fix For: 2.7
>
>
> A lot of tests fail with {{ClassNotFoundException}} because external class
> loader set up incorrect.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)