[
https://issues.apache.org/jira/browse/IGNITE-27120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konstantin Orlov updated IGNITE-27120:
--------------------------------------
Description:
And again, test {{ItSqlAsynchronousApiTest.cancelBatch}} failed once again with
following trace:
{code}
java.lang.AssertionError:
Expected: is <0>
but: was <1>
java.lang.AssertionError:
Expected: is <0>
but: was <1>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at
org.apache.ignite.internal.sql.api.ItSqlAsynchronousApiTest.executeBatchAndCancel(ItSqlAsynchronousApiTest.java:225)
at
org.apache.ignite.internal.sql.api.ItSqlAsynchronousApiTest.cancelBatch(ItSqlAsynchronousApiTest.java:172)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
{code}
Need to investigate and fix the problem. Last attempt to address this flaky was
in IGNITE-26247.
was:
Test {{ItSqlAsynchronousApiTest.cancelBatch}} failed once again with following
trace:
{code}
java.lang.AssertionError:
Expected: is <0>
but: was <1>
java.lang.AssertionError:
Expected: is <0>
but: was <1>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at
org.apache.ignite.internal.sql.api.ItSqlAsynchronousApiTest.executeBatchAndCancel(ItSqlAsynchronousApiTest.java:225)
at
org.apache.ignite.internal.sql.api.ItSqlAsynchronousApiTest.cancelBatch(ItSqlAsynchronousApiTest.java:172)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
{code}
Need to investigate and fix the problem. Last attempt to address this flaky was
in IGNITE-26247.
> Sql. Flaky
> org.apache.ignite.internal.sql.api.ItSqlClientAsynchronousApiTest.cancelBatch
> ----------------------------------------------------------------------------------------
>
> Key: IGNITE-27120
> URL: https://issues.apache.org/jira/browse/IGNITE-27120
> Project: Ignite
> Issue Type: Bug
> Components: sql ai3
> Affects Versions: 3.1
> Reporter: Konstantin Orlov
> Assignee: Konstantin Orlov
> Priority: Major
> Labels: ignite-3
> Fix For: 3.2
>
>
> And again, test {{ItSqlAsynchronousApiTest.cancelBatch}} failed once again
> with following trace:
> {code}
> java.lang.AssertionError:
> Expected: is <0>
> but: was <1>
> java.lang.AssertionError:
> Expected: is <0>
> but: was <1>
> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
> at
> org.apache.ignite.internal.sql.api.ItSqlAsynchronousApiTest.executeBatchAndCancel(ItSqlAsynchronousApiTest.java:225)
> at
> org.apache.ignite.internal.sql.api.ItSqlAsynchronousApiTest.cancelBatch(ItSqlAsynchronousApiTest.java:172)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
> at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
> {code}
> Need to investigate and fix the problem. Last attempt to address this flaky
> was in IGNITE-26247.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)