Kirill Sizov created IGNITE-20509:
--------------------------------------
Summary: StorageCleanupTest compilation error
Key: IGNITE-20509
URL: https://issues.apache.org/jira/browse/IGNITE-20509
Project: Ignite
Issue Type: Bug
Reporter: Kirill Sizov
Turns out an automatic rebase resulted in a compilation error
{noformat}
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/StorageCleanupTest.java:143:
error: constructor TestPartitionDataStorage in class TestPartitionDataStorage
cannot be applied to given types;
TestPartitionDataStorage partitionDataStorage = new
TestPartitionDataStorage(storage);
^
required: int,int,MvPartitionStorage
found: TestMvPartitionStorage
reason: actual and formal argument lists differ in length
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)