[
https://issues.apache.org/jira/browse/IGNITE-15899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladislav Pyatkov updated IGNITE-15899:
---------------------------------------
Attachment: _Test_Run_Unit_Tests_4114.log.zip
Description:
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.
https://ci.ignite.apache.org/buildConfiguration/ignite3_Test_RunUnitTests/6263609
was:
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.
> 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
> Priority: Major
> Labels: ignite-3
> Attachments: _Test_Run_Unit_Tests_4114.log.zip
>
> Original Estimate: 1m
> Remaining Estimate: 1m
>
> 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.
> https://ci.ignite.apache.org/buildConfiguration/ignite3_Test_RunUnitTests/6263609
--
This message was sent by Atlassian Jira
(v8.20.1#820001)