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)