[
https://issues.apache.org/jira/browse/IGNITE-20509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Sizov updated IGNITE-20509:
-----------------------------------
Reviewer: Vladislav Pyatkov
> StorageCleanupTest compilation error
> ------------------------------------
>
> Key: IGNITE-20509
> URL: https://issues.apache.org/jira/browse/IGNITE-20509
> Project: Ignite
> Issue Type: Bug
> Reporter: Kirill Sizov
> Assignee: Kirill Sizov
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)