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 Bessonov (Jira)" <ji...@apache.org> on 2023/02/15 13:44:00 UTC

[jira] [Created] (IGNITE-18813) Speed-up ItTxDistributedTestThreeNodesThreeReplicas

Ivan Bessonov created IGNITE-18813:
--------------------------------------

             Summary: Speed-up ItTxDistributedTestThreeNodesThreeReplicas
                 Key: IGNITE-18813
                 URL: https://issues.apache.org/jira/browse/IGNITE-18813
             Project: Ignite
          Issue Type: Improvement
            Reporter: Ivan Bessonov


These conditions are never true:
{code:java}
IgniteTestUtils.waitForCondition(() -> assertPartitionsSame(accounts, 0), 5_000);
IgniteTestUtils.waitForCondition(() -> assertPartitionsSame(customers, 0), 5_000);{code}
They are pointless and should be fixed in a separate issue. Right now it's proposed to comment them.



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