This is an automated email from the ASF dual-hosted git repository.
vpyatkov 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 643ab31018 IGNITE-21382 Test
ItPrimaryReplicaChoiceTest.testPrimaryChangeLongHandling is flaky (#3122)
643ab31018 is described below
commit 643ab31018ebc0a7ecd321f3570b02a2979b5c69
Author: Vladislav Pyatkov <[email protected]>
AuthorDate: Tue Jan 30 21:36:31 2024 +0300
IGNITE-21382 Test ItPrimaryReplicaChoiceTest.testPrimaryChangeLongHandling
is flaky (#3122)
---
.../ignite/internal/placementdriver/ItPrimaryReplicaChoiceTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/modules/placement-driver/src/integrationTest/java/org/apache/ignite/internal/placementdriver/ItPrimaryReplicaChoiceTest.java
b/modules/placement-driver/src/integrationTest/java/org/apache/ignite/internal/placementdriver/ItPrimaryReplicaChoiceTest.java
index 357c859516..7066eaca89 100644
---
a/modules/placement-driver/src/integrationTest/java/org/apache/ignite/internal/placementdriver/ItPrimaryReplicaChoiceTest.java
+++
b/modules/placement-driver/src/integrationTest/java/org/apache/ignite/internal/placementdriver/ItPrimaryReplicaChoiceTest.java
@@ -61,6 +61,7 @@ import org.apache.ignite.table.Tuple;
import org.apache.ignite.tx.TransactionOptions;
import org.jetbrains.annotations.Nullable;
import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestInfo;
@@ -141,6 +142,7 @@ public class ItPrimaryReplicaChoiceTest extends
ClusterPerTestIntegrationTest {
assertTrue(primaryChanged.get());
}
+ @Disabled("https://issues.apache.org/jira/browse/IGNITE-21382")
@Test
public void testPrimaryChangeLongHandling() throws Exception {
TableViewInternal tbl = (TableViewInternal)
node(0).tables().table(TABLE_NAME);