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 1b5fce2a6a IGNITE-19079 Enabled tests in ItIgniteNodeRestartTest:
testTwoNodesRestartDirect and testTwoNodesRestartReverse (#2187)
1b5fce2a6a is described below
commit 1b5fce2a6af6f09157c98adacb773e644d37b1e0
Author: Denis Chudov <[email protected]>
AuthorDate: Wed Jun 14 10:06:57 2023 +0300
IGNITE-19079 Enabled tests in ItIgniteNodeRestartTest:
testTwoNodesRestartDirect and testTwoNodesRestartReverse (#2187)
---
.../org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java | 2 --
1 file changed, 2 deletions(-)
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 b43e47caa5..4f628dae2d 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
@@ -918,7 +918,6 @@ 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);
@@ -927,7 +926,6 @@ 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);