Evgeny Stanilovsky created IGNITE-28190:
-------------------------------------------
Summary: Fix flaky test_large_in.test
Key: IGNITE-28190
URL: https://issues.apache.org/jira/browse/IGNITE-28190
Project: Ignite
Issue Type: Task
Components: sql
Affects Versions: 2.17
Reporter: Evgeny Stanilovsky
Need to fix periodical flaky : IgniteCalciteTestSuite:
function/generic.test_large_in.test
{noformat}
class org.apache.ignite.IgniteException: Error at: (test_large_in.test:11).
sql: SELECT * FROM strings WHERE s IN ('QOY', 'AAZ', 'AOR', ... and so on
{noformat}
{noformat}
Caused by: class
org.apache.ignite.internal.processors.query.IgniteSQLException: An error
occurred while query executing - Script is nested too deeply
at
org.apache.ignite.internal.processors.query.calcite.exec.rel.RootNode.checkException(RootNode.java:330)
at
org.apache.ignite.internal.processors.query.calcite.exec.rel.RootNode.exchangeBuffers(RootNode.java:317)
...
Caused by: java.lang.StackOverflowError
at org.codehaus.janino.UnitCompiler.reclassify(UnitCompiler.java:8846)
at
org.codehaus.janino.UnitCompiler.getConstantValue2(UnitCompiler.java:6053)
at org.codehaus.janino.UnitCompiler.access$11000(UnitCompiler.java:240)
at
org.codehaus.janino.UnitCompiler$19$1.visitAmbiguousName(UnitCompiler.java:6004)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)