[
https://issues.apache.org/jira/browse/IGNITE-11266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16763806#comment-16763806
]
Pavel Tupitsyn commented on IGNITE-11266:
-----------------------------------------
[~dpavlov] can we get rid of the warning?
Looks like it is written to stderr, and dotnet cli checks stderr to determine
failure.
> Platform .NET test failed with Java 11 warning
> ----------------------------------------------
>
> Key: IGNITE-11266
> URL: https://issues.apache.org/jira/browse/IGNITE-11266
> Project: Ignite
> Issue Type: Bug
> Reporter: Dmitriy Pavlov
> Priority: Major
>
> Following warning is unavoidable, because Java always warns about illegal
> reflective access (at least for the first time). Probably we can change some
> settings to avoid "The active test run was aborted. Reason".
> https://ci.ignite.apache.org/viewLog.html?buildId=3027650
> {noformat}
> [17:32:56][test] The active test run was aborted. Reason: WARNING: An illegal
> reflective access operation has occurred
> [17:32:56][test] WARNING: Illegal reflective access by
> org.apache.ignite.internal.util.GridUnsafe$2
> (file:/data/teamcity/work/9198da4c51c3e112/modules/core/target/classes/) to
> field java.nio.Buffer.address
> [17:32:56][test] WARNING: Please consider reporting this to the maintainers
> of org.apache.ignite.internal.util.GridUnsafe$2
> [17:32:56][test] WARNING: Use --illegal-access=warn to enable warnings of
> further illegal reflective access operations
> [17:32:56][test] WARNING: All illegal access operations will be denied in a
> future release
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)