Description
Fix flaky testCursorIsClosedAfterAllDataReadWithNodeFailure, failed with timeout here:
AsyncCursor<InternalSqlRow> cursor = await(execService.executePlan(plan, ctx));
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)
Attachments
Issue Links
- links to