[
https://issues.apache.org/jira/browse/IGNITE-26627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vadim Pakhnushev updated IGNITE-26627:
--------------------------------------
Description:
When running {{CurrentClientWithOldServerCompatibilityTest}} via IDEA runner,
the test fails with the following exception:
{noformat}
Caused by: java.lang.AbstractMethodError: Receiver class
io.netty.buffer.AbstractReferenceCountedByteBuf$1 does not define or inherit an
implementation of the resolved method 'abstract void
safeInitializeRawRefCnt(io.netty.util.ReferenceCounted, int)' of abstract class
io.netty.util.internal.ReferenceCountUpdater.
{noformat}
was:
When running {{CurrentClientWithOldServerCompatibilityTest}} via IDEA runner,
the test fails with the following exception:
{code:java}
Caused by: java.lang.AbstractMethodError: Receiver class
io.netty.buffer.AbstractReferenceCountedByteBuf$1 does not define or inherit an
implementation of the resolved method 'abstract void
safeInitializeRawRefCnt(io.netty.util.ReferenceCounted, int)' of abstract class
io.netty.util.internal.ReferenceCountUpdater.
{code}
> IDEA test runner incorrectly resolve dependencies
> -------------------------------------------------
>
> Key: IGNITE-26627
> URL: https://issues.apache.org/jira/browse/IGNITE-26627
> Project: Ignite
> Issue Type: Bug
> Components: gradle build system ai3
> Reporter: Vadim Pakhnushev
> Assignee: Vadim Pakhnushev
> Priority: Major
> Labels: ignite-3
>
> When running {{CurrentClientWithOldServerCompatibilityTest}} via IDEA runner,
> the test fails with the following exception:
> {noformat}
> Caused by: java.lang.AbstractMethodError: Receiver class
> io.netty.buffer.AbstractReferenceCountedByteBuf$1 does not define or inherit
> an implementation of the resolved method 'abstract void
> safeInitializeRawRefCnt(io.netty.util.ReferenceCounted, int)' of abstract
> class io.netty.util.internal.ReferenceCountUpdater.
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)