You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sa...@apache.org on 2024/02/20 07:35:16 UTC

(ignite-3) branch main updated: IGNITE-21565 Disable ReplicasSafeTimePropagationTest#testSafeTimeReorderingOnLeaderReElection (#3238)

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

sanpwc 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 8f40ce50e5 IGNITE-21565 Disable ReplicasSafeTimePropagationTest#testSafeTimeReorderingOnLeaderReElection (#3238)
8f40ce50e5 is described below

commit 8f40ce50e59febe919a87dd5a62714ac558dabd6
Author: Alexander Lapin <la...@gmail.com>
AuthorDate: Tue Feb 20 10:35:10 2024 +0300

    IGNITE-21565 Disable ReplicasSafeTimePropagationTest#testSafeTimeReorderingOnLeaderReElection (#3238)
---
 .../org/apache/ignite/distributed/ReplicasSafeTimePropagationTest.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/table/src/integrationTest/java/org/apache/ignite/distributed/ReplicasSafeTimePropagationTest.java b/modules/table/src/integrationTest/java/org/apache/ignite/distributed/ReplicasSafeTimePropagationTest.java
index d2f0a8f2e6..ed0768455f 100644
--- a/modules/table/src/integrationTest/java/org/apache/ignite/distributed/ReplicasSafeTimePropagationTest.java
+++ b/modules/table/src/integrationTest/java/org/apache/ignite/distributed/ReplicasSafeTimePropagationTest.java
@@ -67,6 +67,7 @@ import org.apache.ignite.internal.util.PendingComparableValuesTracker;
 import org.apache.ignite.network.NetworkAddress;
 import org.apache.ignite.raft.jraft.rpc.impl.RaftGroupEventsClientListener;
 import org.junit.jupiter.api.AfterEach;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.extension.ExtendWith;
 
@@ -115,6 +116,7 @@ public class ReplicasSafeTimePropagationTest extends IgniteAbstractTest {
      * </ol>
      */
     @Test
+    @Disabled("https://issues.apache.org/jira/browse/IGNITE-21565")
     public void testSafeTimeReorderingOnLeaderReElection() throws Exception {
         // Start three nodes and a raft group with three peers.
         {