You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Taras Ledkov (Jira)" <ji...@apache.org> on 2022/05/25 13:05:00 UTC

[jira] [Updated] (IGNITE-17031) Stabilize the test StopCalciteModuleTest#testStopQueryOnNodeStop

     [ https://issues.apache.org/jira/browse/IGNITE-17031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Taras Ledkov updated IGNITE-17031:
----------------------------------
    Description: 
The test is periodically fails with error
{code}
org.opentest4j.AssertionFailedError: Unexpected type ==> expected: <org.apache.ignite.internal.sql.engine.exec.ExecutionCancelledException> but was: <java.util.concurrent.RejectedExecutionException>
at org.junit.jupiter.api.AssertInstanceOf.assertInstanceOf(AssertInstanceOf.java:51)
	at org.junit.jupiter.api.AssertInstanceOf.assertInstanceOf(AssertInstanceOf.java:35)
	at org.junit.jupiter.api.Assertions.assertInstanceOf(Assertions.java:3539)
	at org.apache.ignite.internal.sql.engine.StopCalciteModuleTest.lambda$testStopQueryOnNodeStop$7(StopCalciteModuleTest.java:231)
	at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:986)
	at java.base/java.util.concurrent.CompletableFuture.uniExceptionallyStage(CompletableFuture.java:1004)
	at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:2307)
	at org.apache.ignite.internal.sql.engine.StopCalciteModuleTest.testStopQueryOnNodeStop(StopCalciteModuleTest.java:228)
...
{code}

*Root cause*:
{{ExecutionServiceImpl#stop}} doesn't await of the end of asynchronous close query cursors.

  was:The test is periodically fails.


> Stabilize the test StopCalciteModuleTest#testStopQueryOnNodeStop
> ----------------------------------------------------------------
>
>                 Key: IGNITE-17031
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17031
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 3.0.0-alpha4
>            Reporter: Taras Ledkov
>            Assignee: Taras Ledkov
>            Priority: Major
>             Fix For: 3.0.0-alpha5
>
>
> The test is periodically fails with error
> {code}
> org.opentest4j.AssertionFailedError: Unexpected type ==> expected: <org.apache.ignite.internal.sql.engine.exec.ExecutionCancelledException> but was: <java.util.concurrent.RejectedExecutionException>
> at org.junit.jupiter.api.AssertInstanceOf.assertInstanceOf(AssertInstanceOf.java:51)
> 	at org.junit.jupiter.api.AssertInstanceOf.assertInstanceOf(AssertInstanceOf.java:35)
> 	at org.junit.jupiter.api.Assertions.assertInstanceOf(Assertions.java:3539)
> 	at org.apache.ignite.internal.sql.engine.StopCalciteModuleTest.lambda$testStopQueryOnNodeStop$7(StopCalciteModuleTest.java:231)
> 	at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:986)
> 	at java.base/java.util.concurrent.CompletableFuture.uniExceptionallyStage(CompletableFuture.java:1004)
> 	at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:2307)
> 	at org.apache.ignite.internal.sql.engine.StopCalciteModuleTest.testStopQueryOnNodeStop(StopCalciteModuleTest.java:228)
> ...
> {code}
> *Root cause*:
> {{ExecutionServiceImpl#stop}} doesn't await of the end of asynchronous close query cursors.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)