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 3d9b903041 IGNITE-19044 (#1879) ItIgniteInMemoryNodeRestartTest 
enabled partially.
3d9b903041 is described below

commit 3d9b903041bf49f87d3f7c4f985474ca34ed0356
Author: Alexander Lapin <[email protected]>
AuthorDate: Fri Mar 31 18:20:42 2023 +0300

    IGNITE-19044 (#1879) ItIgniteInMemoryNodeRestartTest enabled partially.
---
 .../ignite/internal/runner/app/ItIgniteInMemoryNodeRestartTest.java     | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteInMemoryNodeRestartTest.java
 
b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteInMemoryNodeRestartTest.java
index 5ccd4a27e7..953e567d40 100644
--- 
a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteInMemoryNodeRestartTest.java
+++ 
b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteInMemoryNodeRestartTest.java
@@ -186,7 +186,6 @@ public class ItIgniteInMemoryNodeRestartTest extends 
IgniteAbstractTest {
     /**
      * Restarts an in-memory node that is not a leader of the table's 
partition.
      */
-    @Disabled("https://issues.apache.org/jira/browse/IGNITE-19044";)
     @Test
     public void inMemoryNodeRestartNotLeader(TestInfo testInfo) throws 
Exception {
         // Start three nodes, the first one is going to be CMG and MetaStorage 
leader.
@@ -294,7 +293,6 @@ public class ItIgniteInMemoryNodeRestartTest extends 
IgniteAbstractTest {
     /**
      * Restarts all the nodes with the partition.
      */
-    @Disabled("https://issues.apache.org/jira/browse/IGNITE-18822";)
     @Test
     public void inMemoryNodeFullPartitionRestart(TestInfo testInfo) throws 
Exception {
         // Start three nodes, the first one is going to be CMG and MetaStorage 
leader.

Reply via email to