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 32d38b8a7a IGNITE-19079 ExecutionTimeout in ItIgniteNodeRestartTest
tests disabling (#1822)
32d38b8a7a is described below
commit 32d38b8a7a0748893f2fb94de472621b317e805c
Author: Alexander Lapin <[email protected]>
AuthorDate: Tue Mar 21 16:41:01 2023 +0300
IGNITE-19079 ExecutionTimeout in ItIgniteNodeRestartTest tests disabling
(#1822)
---
.../org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java
b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java
index a2b29bd8ea..34c806ea1b 100644
---
a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java
+++
b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java
@@ -772,6 +772,7 @@ public class ItIgniteNodeRestartTest extends
IgniteAbstractTest {
/**
* Starts two nodes and checks that the data are storing through restarts.
Nodes restart in the same order when they started at first.
*/
+ @Disabled("https://issues.apache.org/jira/browse/IGNITE-19079")
@Test
public void testTwoNodesRestartDirect() throws InterruptedException {
twoNodesRestart(true);
@@ -780,6 +781,7 @@ public class ItIgniteNodeRestartTest extends
IgniteAbstractTest {
/**
* Starts two nodes and checks that the data are storing through restarts.
Nodes restart in reverse order when they started at first.
*/
+ @Disabled("https://issues.apache.org/jira/browse/IGNITE-19079")
@Test
public void testTwoNodesRestartReverse() throws InterruptedException {
twoNodesRestart(false);