This is an automated email from the ASF dual-hosted git repository.
sk0x50 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 d7897cfbe0 IGNITE-19408 Removed unnecessary TODO (#2130)
d7897cfbe0 is described below
commit d7897cfbe0b5b3ad087828bb39ab3789e8aaeff8
Author: Sergey Uttsel <[email protected]>
AuthorDate: Fri Jun 2 00:26:18 2023 +0300
IGNITE-19408 Removed unnecessary TODO (#2130)
---
.../org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java | 1 -
1 file changed, 1 deletion(-)
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 444e5b3385..7ab43806c3 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
@@ -1017,7 +1017,6 @@ public class ItIgniteNodeRestartTest extends
IgniteAbstractTest {
public void testOneNodeRestartWithGap() throws InterruptedException {
IgniteImpl ignite = startNode(0);
- // TODO: https://issues.apache.org/jira/browse/IGNITE-19408 Need to
use ItIgniteNodeRestartTest.startPartialNode(int, String)
startNode(1);
createTableWithData(List.of(ignite), TABLE_NAME, 2);