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:51:00 UTC

[jira] [Created] (IGNITE-18919) Fix ItIgniteNodeRestartTest#testMetastorageStop

Ivan Gagarkin created IGNITE-18919:
--------------------------------------

             Summary: Fix ItIgniteNodeRestartTest#testMetastorageStop
                 Key: IGNITE-18919
                 URL: https://issues.apache.org/jira/browse/IGNITE-18919
             Project: Ignite
          Issue Type: Bug
            Reporter: Ivan Gagarkin


See IGNITE-18918

Acceptance criteria: 
 # Fix the test, the condition must be met at least once during the test.
 # Investigate the root cause of fails and fix it

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

    stopNode(0);

    log.info("Starting METASTORAGE");

    startNode(0);

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

 



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