Evgeny Stanilovsky created IGNITE-23706:
-------------------------------------------
Summary: Sql. Fix flaky
testCursorIsClosedAfterAllDataReadWithNodeFailure
Key: IGNITE-23706
URL: https://issues.apache.org/jira/browse/IGNITE-23706
Project: Ignite
Issue Type: Bug
Components: sql
Affects Versions: 3.0.0-beta1
Reporter: Evgeny Stanilovsky
Assignee: Evgeny Stanilovsky
Fix flaky testCursorIsClosedAfterAllDataReadWithNodeFailure, failed with
timeout here:
AsyncCursor<InternalSqlRow> cursor = await(execService.executePlan(plan, ctx));
{code:java}
java.util.concurrent.TimeoutException
at
java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1892)
at
java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2027)
at
org.apache.ignite.internal.testframework.IgniteTestUtils.await(IgniteTestUtils.java:836)
at
org.apache.ignite.internal.testframework.IgniteTestUtils.await(IgniteTestUtils.java:865)
at
org.apache.ignite.internal.sql.engine.exec.ExecutionServiceImplTest.testCursorIsClosedAfterAllDataReadWithNodeFailure(ExecutionServiceImplTest.java:609)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)