You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Uttsel (Jira)" <ji...@apache.org> on 2023/05/31 10:43:00 UTC

[jira] [Resolved] (IGNITE-19408) Fix ItIgniteNodeRestartTest#testOneNodeRestartWithGap to use ItIgniteNodeRestartTest#startPartialNode

     [ https://issues.apache.org/jira/browse/IGNITE-19408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Uttsel resolved IGNITE-19408.
------------------------------------
    Resolution: Invalid

This test use one common node and one partial node (which starts not all components). The partial node is not start components which needed for this test. So we need to use common node.

> Fix ItIgniteNodeRestartTest#testOneNodeRestartWithGap to use ItIgniteNodeRestartTest#startPartialNode
> -----------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-19408
>                 URL: https://issues.apache.org/jira/browse/IGNITE-19408
>             Project: Ignite
>          Issue Type: Test
>            Reporter: Sergey Uttsel
>            Priority: Major
>              Labels: ignite-3
>
> h3. *Motivation*
> After changes in https://issues.apache.org/jira/browse/IGNITE-18624 ItIgniteNodeRestartTest#testOneNodeRestartWithGap starts to fail. It was fixed by using ItIgniteNodeRestartTest#startNode(int) instead of ItIgniteNodeRestartTest#startPartialNode(int, String).
> Need to find out why the test fail with startPartialNode and fix the test properly if it is possible.
> h3. *Definition of Done*
> Fix test to use startPartialNode if it is possible.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)