This is an automated email from the ASF dual-hosted git repository.
ashapkin 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 19af15ad71c IGNITE-25285 Expected assignments doesn't met after
partitions reset (#7490)
19af15ad71c is described below
commit 19af15ad71c16f5f6db56df4121b8445614b8f3d
Author: Konstantin Sirotkin <[email protected]>
AuthorDate: Fri Feb 27 16:15:09 2026 +0200
IGNITE-25285 Expected assignments doesn't met after partitions reset (#7490)
---
.../disaster/ItHighAvailablePartitionsRecoveryByFilterUpdateTest.java | 4 ----
.../distributed/disaster/ItHighAvailablePartitionsRecoveryTest.java | 4 ----
2 files changed, 8 deletions(-)
diff --git
a/modules/table/src/integrationTest/java/org/apache/ignite/internal/table/distributed/disaster/ItHighAvailablePartitionsRecoveryByFilterUpdateTest.java
b/modules/table/src/integrationTest/java/org/apache/ignite/internal/table/distributed/disaster/ItHighAvailablePartitionsRecoveryByFilterUpdateTest.java
index 419702554dd..9be0b55c60e 100644
---
a/modules/table/src/integrationTest/java/org/apache/ignite/internal/table/distributed/disaster/ItHighAvailablePartitionsRecoveryByFilterUpdateTest.java
+++
b/modules/table/src/integrationTest/java/org/apache/ignite/internal/table/distributed/disaster/ItHighAvailablePartitionsRecoveryByFilterUpdateTest.java
@@ -102,7 +102,6 @@ public class
ItHighAvailablePartitionsRecoveryByFilterUpdateTest extends Abstrac
}
@Test
- @Disabled("https://issues.apache.org/jira/browse/IGNITE-25285")
void testScaleUpAfterZoneFilterUpdate() throws InterruptedException {
startNode(1, EU_ONLY_NODES_CONFIG);
startNode(2, EU_ONLY_NODES_CONFIG);
@@ -158,7 +157,6 @@ public class
ItHighAvailablePartitionsRecoveryByFilterUpdateTest extends Abstrac
}
@Test
- @Disabled("https://issues.apache.org/jira/browse/IGNITE-25285")
void testThatPartitionResetZoneStorageProfileFilterAware() throws
InterruptedException {
startNode(1, AIPERSIST_NODES_CONFIG);
startNode(2, ROCKS_NODES_CONFIG);
@@ -254,7 +252,6 @@ public class
ItHighAvailablePartitionsRecoveryByFilterUpdateTest extends Abstrac
* @throws Exception If failed.
*/
@Test
- @Disabled("https://issues.apache.org/jira/browse/IGNITE-25285")
void testNodesWaitForLastNodeFromChainToComeBackOnlineAfterMajorityStops()
throws Exception {
for (int i = 1; i < 8; i++) {
startNode(i, CUSTOM_NODES_CONFIG);
@@ -315,7 +312,6 @@ public class
ItHighAvailablePartitionsRecoveryByFilterUpdateTest extends Abstrac
* @throws Exception If failed.
*/
@Test
- @Disabled("https://issues.apache.org/jira/browse/IGNITE-25285")
void
testNodesWaitForNodesFromGracefulChainToComeBackOnlineAfterMajorityStops()
throws Exception {
for (int i = 1; i < 8; i++) {
startNode(i, CUSTOM_NODES_CONFIG);
diff --git
a/modules/table/src/integrationTest/java/org/apache/ignite/internal/table/distributed/disaster/ItHighAvailablePartitionsRecoveryTest.java
b/modules/table/src/integrationTest/java/org/apache/ignite/internal/table/distributed/disaster/ItHighAvailablePartitionsRecoveryTest.java
index 3c1bea411fb..499612fb46c 100644
---
a/modules/table/src/integrationTest/java/org/apache/ignite/internal/table/distributed/disaster/ItHighAvailablePartitionsRecoveryTest.java
+++
b/modules/table/src/integrationTest/java/org/apache/ignite/internal/table/distributed/disaster/ItHighAvailablePartitionsRecoveryTest.java
@@ -49,7 +49,6 @@ import org.apache.ignite.internal.metastorage.Entry;
import org.apache.ignite.internal.metastorage.impl.MetaStorageManagerImpl;
import org.apache.ignite.internal.metastorage.server.KeyValueStorage;
import org.apache.ignite.table.Table;
-import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
/** Test for the HA zones recovery. */
@@ -120,7 +119,6 @@ public class ItHighAvailablePartitionsRecoveryTest extends
AbstractHighAvailable
}
@Test
- @Disabled("https://issues.apache.org/jira/browse/IGNITE-25285")
void testHaRecoveryWhenPartitionResetTimeoutUpdated() throws
InterruptedException {
createHaZoneWithTable();
@@ -393,7 +391,6 @@ public class ItHighAvailablePartitionsRecoveryTest extends
AbstractHighAvailable
* </ol>
*/
@Test
- @Disabled("https://issues.apache.org/jira/browse/IGNITE-25285")
void testManualRecovery() throws InterruptedException {
startNode(3);
startNode(4);
@@ -496,7 +493,6 @@ public class ItHighAvailablePartitionsRecoveryTest extends
AbstractHighAvailable
* @throws Exception If failed.
*/
@Test
- @Disabled("https://issues.apache.org/jira/browse/IGNITE-25285")
void testNodeStateCleanupAfterRestartInHaMode() throws Exception {
startNode(3);
startNode(4);