Pavel Pereslegin created IGNITE-23734:
-----------------------------------------
Summary: Sql.
ItSqlLogicTest.sql(types/integer/integer_overflow.test) is flaky
Key: IGNITE-23734
URL: https://issues.apache.org/jira/browse/IGNITE-23734
Project: Ignite
Issue Type: Bug
Components: sql
Reporter: Pavel Pereslegin
The test ItSqlLogicTest.sql(types/integer/integer_overflow.test) is flaky
Failed build:
https://ci.ignite.apache.org/buildConfiguration/ApacheIgnite3xGradle_Test_RunAllTests/8637119?hideTestsFromDependencies=false&hideProblemsFromDependencies=false&expandBuildTestsSection=true&expandCode+Inspection=true&expandBuildProblemsSection=true&expandBuildChangesSection=true&expandBuildDeploymentsSection=false&logView=flowAware
{noformat}
java.lang.AssertionError: Not expected result at: (integer_overflow.test:38).
Statement: SELECT -32000::SMALLINT - 1000::SMALLINT. Expected: SMALLINT out of
range
Expected: a string containing "SMALLINT out of range"
but: was "Cursor is closed"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at
org.apache.ignite.internal.sql.sqllogic.Statement.execute(Statement.java:123)
at
org.apache.ignite.internal.sql.sqllogic.SqlScriptRunner.run(SqlScriptRunner.java:70)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)