This is an automated email from the ASF dual-hosted git repository.
zstan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 0254bb2e980 IGNITE-26975 Fix main compilation (#6913)
0254bb2e980 is described below
commit 0254bb2e9803372699f88a2c76e181945c33f1ea
Author: Phillippko <[email protected]>
AuthorDate: Fri Nov 7 10:46:26 2025 +0400
IGNITE-26975 Fix main compilation (#6913)
---
.../ignite/internal/ItMetastorageRaftSnapshotCompatibilityTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/modules/compatibility-tests/src/integrationTest/java/org/apache/ignite/internal/ItMetastorageRaftSnapshotCompatibilityTest.java
b/modules/compatibility-tests/src/integrationTest/java/org/apache/ignite/internal/ItMetastorageRaftSnapshotCompatibilityTest.java
index cd6aa8942e6..1a25a06a390 100644
---
a/modules/compatibility-tests/src/integrationTest/java/org/apache/ignite/internal/ItMetastorageRaftSnapshotCompatibilityTest.java
+++
b/modules/compatibility-tests/src/integrationTest/java/org/apache/ignite/internal/ItMetastorageRaftSnapshotCompatibilityTest.java
@@ -21,15 +21,15 @@ import static
org.apache.ignite.internal.AssignmentsTestUtils.awaitAssignmentsSt
import static
org.apache.ignite.internal.CompatibilityTestCommon.TABLE_NAME_TEST;
import static
org.apache.ignite.internal.CompatibilityTestCommon.createDefaultTables;
import static org.apache.ignite.internal.TestWrappers.unwrapIgniteImpl;
-import static org.apache.ignite.internal.client.DeploymentUtils.runJob;
+import static org.apache.ignite.internal.jobs.DeploymentUtils.runJob;
import static org.awaitility.Awaitility.await;
import static org.hamcrest.Matchers.is;
import io.micronaut.test.extensions.junit5.annotation.MicronautTest;
import org.apache.ignite.Ignite;
-import org.apache.ignite.internal.client.DeploymentUtils;
import org.apache.ignite.internal.compute.SendAllMetastorageCommandTypesJob;
import org.apache.ignite.internal.compute.TruncateRaftLogCommand;
+import org.apache.ignite.internal.jobs.DeploymentUtils;
import org.apache.ignite.internal.metastorage.MetaStorageManager;
import org.apache.ignite.internal.metastorage.server.raft.MetastorageGroupId;
import org.junit.jupiter.api.Disabled;