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 14:09:00 UTC

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

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

Ivan Bessonov updated IGNITE-18813:
-----------------------------------
    Fix Version/s: 3.0.0-beta2

> 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
>             Fix For: 3.0.0-beta2
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)