[
https://issues.apache.org/jira/browse/IGNITE-26151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitry Werner updated IGNITE-26151:
-----------------------------------
Description:
After merging IGNITE-26126, where the IgniteUuid class was moved from the core
module to the binary-api module, three tests in MessageProcessorTest have
started failing.
Error example:
{code:java}
ignite/modules/core/target/test-classes/codegen/TestMessage.java:26: error:
cannot find symbol
import org.apache.ignite.lang.IgniteUuid;
^
symbol: class IgniteUuid
location: package org.apache.ignite.lang{code}
See:
[https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Basic1/8554086]
was:
After merging
[IGNITE-26126|https://issues.apache.org/jira/browse/IGNITE-26126], where the
IgniteUuid class was moved from the core module to the binary-api module, three
tests in MessageProcessorTest have started failing.
Example errors can be found at:
https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Basic1/8554086
> Fix broken MessageProcessorTest
> -------------------------------
>
> Key: IGNITE-26151
> URL: https://issues.apache.org/jira/browse/IGNITE-26151
> Project: Ignite
> Issue Type: Test
> Reporter: Dmitry Werner
> Assignee: Dmitry Werner
> Priority: Major
> Labels: ise
> Time Spent: 10m
> Remaining Estimate: 0h
>
> After merging IGNITE-26126, where the IgniteUuid class was moved from the
> core module to the binary-api module, three tests in MessageProcessorTest
> have started failing.
> Error example:
> {code:java}
> ignite/modules/core/target/test-classes/codegen/TestMessage.java:26: error:
> cannot find symbol
> import org.apache.ignite.lang.IgniteUuid;
> ^
> symbol: class IgniteUuid
> location: package org.apache.ignite.lang{code}
> See:
> [https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Basic1/8554086]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)