Konstantin Orlov created IGNITE-27120:
-----------------------------------------
Summary: 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
Fix For: 3.2
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)