Skip to content

Commit 31dc8f5

Browse files
authored
IGNITE-26730 Fix compilation after missed rename SnapshotPartitionsVerifyResult (#12475)
1 parent 0e5dfe0 commit 31dc8f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/dump/IgniteCacheDumpSelf2Test.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
import org.apache.ignite.internal.processors.cache.persistence.filename.NodeFileTree;
8282
import org.apache.ignite.internal.processors.cache.persistence.filename.SnapshotFileTree;
8383
import org.apache.ignite.internal.processors.cache.persistence.snapshot.IgniteSnapshotManager;
84-
import org.apache.ignite.internal.processors.cache.persistence.snapshot.SnapshotPartitionsVerifyTaskResult;
84+
import org.apache.ignite.internal.processors.cache.persistence.snapshot.SnapshotPartitionsVerifyResult;
8585
import org.apache.ignite.internal.processors.cache.persistence.snapshot.dump.AbstractCacheDumpTest.TestDumpConsumer;
8686
import org.apache.ignite.internal.processors.cache.version.CacheVersionConflictResolver;
8787
import org.apache.ignite.internal.processors.cache.version.GridCacheVersion;
@@ -300,7 +300,7 @@ else if (errorType == 2) {
300300

301301
ign = startGrid(nodes + 1);
302302

303-
SnapshotPartitionsVerifyTaskResult res =
303+
SnapshotPartitionsVerifyResult res =
304304
ign.context().cache().context().snapshotMgr().checkSnapshot(DMP_NAME, null).get(getTestTimeout());
305305

306306
if (errorType == 0) {

0 commit comments

Comments
 (0)