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

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

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

Ivan Bessonov reassigned IGNITE-18813:
--------------------------------------

    Assignee: Ivan Bessonov

> Speed-up ItTxDistributedTestThreeNodesThreeReplicas
> ---------------------------------------------------
>
>                 Key: IGNITE-18813
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18813
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Ivan Bessonov
>            Assignee: Ivan Bessonov
>            Priority: Major
>              Labels: ignite-3
>
> 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)