Vladislav Pyatkov created IGNITE-28820:
------------------------------------------
Summary: DeploymentTest.TestMissingJarsCauseProperException is
failed in 100%
Key: IGNITE-28820
URL: https://issues.apache.org/jira/browse/IGNITE-28820
Project: Ignite
Issue Type: Bug
Reporter: Vladislav Pyatkov
https://ci2.ignite.apache.org/test/4355486305563073640?currentProjectId=IgniteTests24Java8
It is a switch to the new JDK that is a reason for the failure.
We are checking a warning message before the interest one. Due to that, the
test crashes on message mismatch.
{noformat}
Expected string length 189 but was 102. Strings differ at index 0.
Expected: "ERROR: Apache.Ignite.Core.Common.IgniteException: Java class ..."
But was: "OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-a..."
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)