You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Gagarkin (Jira)" <ji...@apache.org> on 2023/02/28 11:38:00 UTC

[jira] [Updated] (IGNITE-18918) Disable ItIgniteNodeRestartTest#testMetastorageStop

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

Ivan Gagarkin updated IGNITE-18918:
-----------------------------------
    Description: 
During work on IGNITE-18576 have found out that the condition is always false. If fix that, the test fails. 

 
{code:java}
if (rev == cfgGap / 2) {
    log.info("Stopping METASTORAGE");

    stopNode(0);

    log.info("Starting METASTORAGE");

    startNode(0);

    log.info("Restarted METASTORAGE");
} {code}
 

The root cause should be investigated and fixed. Then the test should be enabled. 

  was:
During work on IGNITE-18576 have found out that always the condition is false. If fix that, the test fails. 

The root cause should be investigated and fixed. Then the test should be enabled. 


> Disable ItIgniteNodeRestartTest#testMetastorageStop
> ---------------------------------------------------
>
>                 Key: IGNITE-18918
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18918
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Ivan Gagarkin
>            Priority: Critical
>              Labels: ignite-3
>
> During work on IGNITE-18576 have found out that the condition is always false. If fix that, the test fails. 
>  
> {code:java}
> if (rev == cfgGap / 2) {
>     log.info("Stopping METASTORAGE");
>     stopNode(0);
>     log.info("Starting METASTORAGE");
>     startNode(0);
>     log.info("Restarted METASTORAGE");
> } {code}
>  
> The root cause should be investigated and fixed. Then the test should be enabled. 



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