This is an automated email from the ASF dual-hosted git repository.

timoninmaxim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 31dc8f55ef8 IGNITE-26730 Fix compilation after missed rename 
SnapshotPartitionsVerifyResult (#12475)
31dc8f55ef8 is described below

commit 31dc8f55ef890d31a336d810ca86ed354b97e919
Author: Maksim Timonin <[email protected]>
AuthorDate: Wed Oct 29 12:46:55 2025 +0300

    IGNITE-26730 Fix compilation after missed rename 
SnapshotPartitionsVerifyResult (#12475)
---
 .../cache/persistence/snapshot/dump/IgniteCacheDumpSelf2Test.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/dump/IgniteCacheDumpSelf2Test.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/dump/IgniteCacheDumpSelf2Test.java
index 5101d758fc4..ec03bd66c6c 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/dump/IgniteCacheDumpSelf2Test.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/dump/IgniteCacheDumpSelf2Test.java
@@ -81,7 +81,7 @@ import 
org.apache.ignite.internal.processors.cache.dr.GridCacheDrInfo;
 import 
org.apache.ignite.internal.processors.cache.persistence.filename.NodeFileTree;
 import 
org.apache.ignite.internal.processors.cache.persistence.filename.SnapshotFileTree;
 import 
org.apache.ignite.internal.processors.cache.persistence.snapshot.IgniteSnapshotManager;
-import 
org.apache.ignite.internal.processors.cache.persistence.snapshot.SnapshotPartitionsVerifyTaskResult;
+import 
org.apache.ignite.internal.processors.cache.persistence.snapshot.SnapshotPartitionsVerifyResult;
 import 
org.apache.ignite.internal.processors.cache.persistence.snapshot.dump.AbstractCacheDumpTest.TestDumpConsumer;
 import 
org.apache.ignite.internal.processors.cache.version.CacheVersionConflictResolver;
 import org.apache.ignite.internal.processors.cache.version.GridCacheVersion;
@@ -300,7 +300,7 @@ public class IgniteCacheDumpSelf2Test extends 
GridCommonAbstractTest {
 
         ign = startGrid(nodes + 1);
 
-        SnapshotPartitionsVerifyTaskResult res =
+        SnapshotPartitionsVerifyResult res =
             
ign.context().cache().context().snapshotMgr().checkSnapshot(DMP_NAME, 
null).get(getTestTimeout());
 
         if (errorType == 0) {

Reply via email to