Vadim Pakhnushev created IGNITE-26627:
-----------------------------------------
Summary: 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
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}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)