Vladislav Pyatkov created IGNITE-15899:
------------------------------------------
Summary: Fix a test CopySessionTest#testOnRpcReturnedRetry
Key: IGNITE-15899
URL: https://issues.apache.org/jira/browse/IGNITE-15899
Project: Ignite
Issue Type: Bug
Reporter: Vladislav Pyatkov
It probably fails because hopes that some operation has executed during the
sleeping time.
{code}
Thread.sleep(this.copyOpts.getRetryIntervalMs() + 100);
{code}
Replace this to wait for condition with enough time.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)