[
https://issues.apache.org/jira/browse/IGNITE-11195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16771965#comment-16771965
]
Dmitriy Pavlov commented on IGNITE-11195:
-----------------------------------------
After a private talk with [~vveider] I've double-checked C++ runs in the new
branch from master to include the following fix
https://github.com/apache/ignite/commit/033170d90f6c0618b9d6a3fd997e13a5ec1fff89
But currently tests still failed
1. Here no tests were executed:
/usr/bin/ld: cannot find -ljvm
https://ci.ignite.apache.org/viewLog.html?buildId=3117416&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_PlatformCLinux
2. Here all tests failed again:
std::exception: JVM library is not found (did you set JAVA_HOME environment
variable?)
https://ci.ignite.apache.org/viewLog.html?buildId=3117417&buildTypeId=IgniteTests24Java8_PlatformCWinX64Release
(it is really strange because 2 runs gave different outputs
https://ci.ignite.apache.org/viewType.html?buildTypeId=IgniteTests24Java8_PlatformCWinX64Release&branch_IgniteTests24Java8=ignite-11195-test&tab=buildTypeStatusDiv
)
[~isapego], [~vveider] could you please step in again?
> Platform C++ tests failed to find JVM for Java 11 build
> -------------------------------------------------------
>
> Key: IGNITE-11195
> URL: https://issues.apache.org/jira/browse/IGNITE-11195
> Project: Ignite
> Issue Type: Bug
> Reporter: Dmitriy Pavlov
> Priority: Major
>
> 482 C++ tests failed with error
> {noformat}
> std::exception: JVM library is not found (did you set JAVA_HOME environment
> variable?)
> {noformat}
> https://ci.ignite.apache.org/viewLog.html?buildId=2973675&buildTypeId=IgniteTests24Java8_PlatformCWinX64Release&tab=buildResultsDiv&branch_IgniteTests24Java8=ignite-11155
> Looks like we need somehow handle new parameters in C++ tests
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)