[2022-09-06T19:17:07,966][INFO ][o.o.s.l.AggregationExpressionIT] [aggregateCastStatementShouldNotReturnZero] before test [2022-09-06T19:17:08,353][INFO ][o.o.s.l.AggregationExpressionIT] [aggregateCastStatementShouldNotReturnZero] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T19:17:13,218][INFO ][o.o.s.l.AggregationExpressionIT] [aggregateCastStatementShouldNotReturnZero] after test [2022-09-06T19:17:13,229][INFO ][o.o.s.l.AggregationExpressionIT] [hasGroupKeyMaxAddMinShouldPass] before test [2022-09-06T19:17:13,320][INFO ][o.o.s.l.AggregationExpressionIT] [hasGroupKeyMaxAddMinShouldPass] after test [2022-09-06T19:17:13,328][INFO ][o.o.s.l.AggregationExpressionIT] [noGroupKeyMaxAddMinShouldPass] before test [2022-09-06T19:17:13,367][INFO ][o.o.s.l.AggregationExpressionIT] [noGroupKeyMaxAddMinShouldPass] after test [2022-09-06T19:17:13,377][INFO ][o.o.s.l.AggregationExpressionIT] [hasGroupKeyAvgOnIntegerShouldPass] before test [2022-09-06T19:17:13,414][INFO ][o.o.s.l.AggregationExpressionIT] [hasGroupKeyAvgOnIntegerShouldPass] after test [2022-09-06T19:17:13,422][INFO ][o.o.s.l.AggregationExpressionIT] [hasGroupKeyLogMaxAddMinShouldPass] before test [2022-09-06T19:17:13,468][INFO ][o.o.s.l.AggregationExpressionIT] [hasGroupKeyLogMaxAddMinShouldPass] after test [2022-09-06T19:17:13,477][INFO ][o.o.s.l.AggregationExpressionIT] [logWithAddLiteralOnGroupKeyShouldPass] before test [2022-09-06T19:17:13,553][INFO ][o.o.s.l.AggregationExpressionIT] [logWithAddLiteralOnGroupKeyShouldPass] after test [2022-09-06T19:17:13,560][INFO ][o.o.s.l.AggregationExpressionIT] [noGroupKeyLogMaxAddMinShouldPass] before test [2022-09-06T19:17:13,591][INFO ][o.o.s.l.AggregationExpressionIT] [noGroupKeyLogMaxAddMinShouldPass] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationExpressionIT.noGroupKeyLogMaxAddMinShouldPass" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=fi -Dtests.timezone=America/Yellowknife -Druntime.java=17 org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT Log(MAX(age) + MIN(age)) as log FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }java.lang.RuntimeException: org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT Log(MAX(age) + MIN(age)) as log FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:55B91C587DF24D6E]:0) at org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:237) at org.opensearch.sql.legacy.SQLIntegTestCase.executeJdbcRequest(SQLIntegTestCase.java:242) at org.opensearch.sql.legacy.AggregationExpressionIT.noGroupKeyLogMaxAddMinShouldPass(AggregationExpressionIT.java:126) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT Log(MAX(age) + MIN(age)) as log FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:231) ... 42 more [2022-09-06T19:17:13,610][INFO ][o.o.s.l.AggregationExpressionIT] [noGroupKeySingleFuncOverAggWithoutAliasShouldPass] before test [2022-09-06T19:17:13,639][INFO ][o.o.s.l.AggregationExpressionIT] [noGroupKeySingleFuncOverAggWithoutAliasShouldPass] after test [2022-09-07T04:17:14,128][INFO ][o.o.s.l.AggregationIT ] [groupByHavingTest] before test [2022-09-07T04:17:14,130][INFO ][o.o.s.l.AggregationIT ] [groupByHavingTest] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T04:17:22,764][INFO ][o.o.s.l.AggregationIT ] [groupByHavingTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.groupByHavingTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT gender FROM opensearch-sql_test_index_account GROUP BY gender HAVING COUNT(*) > 0 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT gender FROM opensearch-sql_test_index_account GROUP BY gender HAVING COUNT(*) > 0 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:C066B2DCBAE2AA0]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.groupByHavingTest(AggregationIT.java:243) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:22,774][INFO ][o.o.s.l.AggregationIT ] [termsWithMissing] before test [2022-09-07T04:17:22,795][INFO ][o.o.s.l.AggregationIT ] [termsWithMissing] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.termsWithMissing" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT count(*) FROM opensearch-sql_test_index_game_of_thrones GROUP BY terms('alias'='nick','field'='nickname','missing'='no_nickname') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT count(*) FROM opensearch-sql_test_index_game_of_thrones GROUP BY terms('alias'='nick','field'='nickname','missing'='no_nickname') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:35F03FC72B052499]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.termsWithMissing(AggregationIT.java:406) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:22,805][INFO ][o.o.s.l.AggregationIT ] [groupByHavingUsingTableAliasTest] before test [2022-09-07T04:17:22,823][INFO ][o.o.s.l.AggregationIT ] [groupByHavingUsingTableAliasTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.groupByHavingUsingTableAliasTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT a.gender FROM opensearch-sql_test_index_account a GROUP BY a.gender HAVING COUNT(*) > 0 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT a.gender FROM opensearch-sql_test_index_account a GROUP BY a.gender HAVING COUNT(*) > 0 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:1E54AB61D633FACB]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.groupByHavingUsingTableAliasTest(AggregationIT.java:253) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:22,834][INFO ][o.o.s.l.AggregationIT ] [reverseAnotherNestedGroupByOnNestedFieldWithFilterTestWithReverseNestedNoPath] before test [2022-09-07T04:17:22,854][INFO ][o.o.s.l.AggregationIT ] [reverseAnotherNestedGroupByOnNestedFieldWithFilterTestWithReverseNestedNoPath] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.reverseAnotherNestedGroupByOnNestedFieldWithFilterTestWithReverseNestedNoPath" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_nested_type GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),reverse_nested(comment.data,'~comment') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_nested_type GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),reverse_nested(comment.data,'~comment') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E5D14DCC2DB79BDE]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.reverseAnotherNestedGroupByOnNestedFieldWithFilterTestWithReverseNestedNoPath(AggregationIT.java:1177) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:22,865][INFO ][o.o.s.l.AggregationIT ] [statsTest] before test [2022-09-07T04:17:22,884][INFO ][o.o.s.l.AggregationIT ] [statsTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.statsTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT STATS(age) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT STATS(age) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:EF68AED7DB41A16D]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.statsTest(AggregationIT.java:117) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:22,895][INFO ][o.o.s.l.AggregationIT ] [histogramOnNestedField] before test [2022-09-07T04:17:22,911][INFO ][o.o.s.l.AggregationIT ] [histogramOnNestedField] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.histogramOnNestedField" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select count(*) from opensearch-sql_test_index_nested_type group by histogram('field'='message.dayOfWeek','nested'='message','interval'='2' , 'alias' = 'someAlias' ) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select count(*) from opensearch-sql_test_index_nested_type group by histogram('field'='message.dayOfWeek','nested'='message','interval'='2' , 'alias' = 'someAlias' ) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:49953A9F66263035]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.histogramOnNestedField(AggregationIT.java:1051) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:22,922][INFO ][o.o.s.l.AggregationIT ] [countWithDocsHintTest] before test [2022-09-07T04:17:22,943][INFO ][o.o.s.l.AggregationIT ] [countWithDocsHintTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.countWithDocsHintTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! DOCS_WITH_AGGREGATION(10) */ count(*) from opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! DOCS_WITH_AGGREGATION(10) */ count(*) from opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:BF55C235F87FBECF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.countWithDocsHintTest(AggregationIT.java:73) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:22,954][INFO ][o.o.s.l.AggregationIT ] [minOnNestedField] before test [2022-09-07T04:17:22,974][INFO ][o.o.s.l.AggregationIT ] [minOnNestedField] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.minOnNestedField" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT min(nested(message.dayOfWeek)) as minDays FROM opensearch-sql_test_index_nested_type not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT min(nested(message.dayOfWeek)) as minDays FROM opensearch-sql_test_index_nested_type not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:9E997F5D171FAA9E]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.minOnNestedField(AggregationIT.java:1030) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:22,985][INFO ][o.o.s.l.AggregationIT ] [orderByGroupFieldWithAlias] before test [2022-09-07T04:17:23,050][INFO ][o.o.s.l.AggregationIT ] [orderByGroupFieldWithAlias] after test [2022-09-07T04:17:23,058][INFO ][o.o.s.l.AggregationIT ] [percentileTestSpecific] before test [2022-09-07T04:17:23,075][INFO ][o.o.s.l.AggregationIT ] [percentileTestSpecific] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.percentileTestSpecific" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT PERCENTILES(age,25.0,75.0) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT PERCENTILES(age,25.0,75.0) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:1521A7E4167C25D9]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.percentileTestSpecific(AggregationIT.java:181) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,088][INFO ][o.o.s.l.AggregationIT ] [minTest] before test [2022-09-07T04:17:23,105][INFO ][o.o.s.l.AggregationIT ] [minTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.minTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT MIN(age) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT MIN(age) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:29F3D4962A6616EA]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.minTest(AggregationIT.java:92) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,115][INFO ][o.o.s.l.AggregationIT ] [countGroupByDateTest] before test [2022-09-07T04:17:23,148][INFO ][o.o.s.l.AggregationIT ] [countGroupByDateTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.countGroupByDateTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select insert_time from opensearch-sql_test_index_online group by date_histogram('field'='insert_time','fixed_interval'='1h','format'='yyyy-MM','min_doc_count'=5) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select insert_time from opensearch-sql_test_index_online group by date_histogram('field'='insert_time','fixed_interval'='1h','format'='yyyy-MM','min_doc_count'=5) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B34D748982D9B6ED]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at app//org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at app//org.opensearch.sql.legacy.AggregationIT.countGroupByDateTest(AggregationIT.java:558) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,157][INFO ][o.o.s.l.AggregationIT ] [reverseAnotherNestedGroupByOnNestedFieldWithFilterAndSumOnReverseNestedField] before test [2022-09-07T04:17:23,179][INFO ][o.o.s.l.AggregationIT ] [reverseAnotherNestedGroupByOnNestedFieldWithFilterAndSumOnReverseNestedField] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.reverseAnotherNestedGroupByOnNestedFieldWithFilterAndSumOnReverseNestedField" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT sum(reverse_nested(comment.likes,'~comment')) bla FROM opensearch-sql_test_index_nested_type GROUP BY nested(message.info),filter('myFilter',message.info = 'a') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT sum(reverse_nested(comment.likes,'~comment')) bla FROM opensearch-sql_test_index_nested_type GROUP BY nested(message.info),filter('myFilter',message.info = 'a') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:57441994CB0CDF7F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.reverseAnotherNestedGroupByOnNestedFieldWithFilterAndSumOnReverseNestedField(AggregationIT.java:1235) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,190][INFO ][o.o.s.l.AggregationIT ] [groupByTest] before test [2022-09-07T04:17:23,209][INFO ][o.o.s.l.AggregationIT ] [groupByTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.groupByTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_account GROUP BY gender not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_account GROUP BY gender not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:2F49A44B6148E36E]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.groupByTest(AggregationIT.java:202) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,217][INFO ][o.o.s.l.AggregationIT ] [groupByUsingTableAliasTest] before test [2022-09-07T04:17:23,238][INFO ][o.o.s.l.AggregationIT ] [groupByUsingTableAliasTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.groupByUsingTableAliasTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_account a GROUP BY a.gender not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_account a GROUP BY a.gender not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:8697CCD5DAE57E3A]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.groupByUsingTableAliasTest(AggregationIT.java:209) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,247][INFO ][o.o.s.l.AggregationIT ] [orderByAliasDescTest] before test [2022-09-07T04:17:23,288][INFO ][o.o.s.l.AggregationIT ] [orderByAliasDescTest] after test [2022-09-07T04:17:23,294][INFO ][o.o.s.l.AggregationIT ] [postFilterTest] before test [2022-09-07T04:17:23,309][INFO ][o.o.s.l.AggregationIT ] [postFilterTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.postFilterTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! POST_FILTER({\"term\":{\"gender\":\"m\"}}) */ COUNT(*) FROM opensearch-sql_test_index_account GROUP BY gender not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! POST_FILTER({\"term\":{\"gender\":\"m\"}}) */ COUNT(*) FROM opensearch-sql_test_index_account GROUP BY gender not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:CBAC42569A27C405]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.postFilterTest(AggregationIT.java:318) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,319][INFO ][o.o.s.l.AggregationIT ] [avgTest] before test [2022-09-07T04:17:23,342][INFO ][o.o.s.l.AggregationIT ] [avgTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.avgTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT AVG(age) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT AVG(age) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:8AC0481A2EB8507E]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.avgTest(AggregationIT.java:108) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,354][INFO ][o.o.s.l.AggregationIT ] [sumTest] before test [2022-09-07T04:17:23,378][INFO ][o.o.s.l.AggregationIT ] [sumTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.sumTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT SUM(balance) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT SUM(balance) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E631AF2B8B78FA21]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.sumTest(AggregationIT.java:83) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,388][INFO ][o.o.s.l.AggregationIT ] [topHitTest_WithInclude] before test [2022-09-07T04:17:23,411][INFO ][o.o.s.l.AggregationIT ] [topHitTest_WithInclude] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.topHitTest_WithInclude" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select topHits('size'=3,age='desc','include'=age) from opensearch-sql_test_index_account group by gender not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select topHits('size'=3,age='desc','include'=age) from opensearch-sql_test_index_account group by gender not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:1297FC4C4C3E205F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.topHitTest_WithInclude(AggregationIT.java:634) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,421][INFO ][o.o.s.l.AggregationIT ] [multipleGroupByTest] before test [2022-09-07T04:17:23,443][INFO ][o.o.s.l.AggregationIT ] [multipleGroupByTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.multipleGroupByTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_account GROUP BY gender, terms('field'='age','size'=200,'alias'='age') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_account GROUP BY gender, terms('field'='age','size'=200,'alias'='age') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:24378209CEAAF580]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.multipleGroupByTest(AggregationIT.java:341) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,450][INFO ][o.o.s.l.AggregationIT ] [reverseToRootGroupByOnNestedFieldWithFilterAndSumOnReverseNestedField] before test [2022-09-07T04:17:23,468][INFO ][o.o.s.l.AggregationIT ] [reverseToRootGroupByOnNestedFieldWithFilterAndSumOnReverseNestedField] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.reverseToRootGroupByOnNestedFieldWithFilterAndSumOnReverseNestedField" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT sum(reverse_nested(myNum)) bla FROM opensearch-sql_test_index_nested_type GROUP BY nested(message.info),filter('myFilter',message.info = 'a') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT sum(reverse_nested(myNum)) bla FROM opensearch-sql_test_index_nested_type GROUP BY nested(message.info),filter('myFilter',message.info = 'a') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:F99FC05701E4D6F6]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.reverseToRootGroupByOnNestedFieldWithFilterAndSumOnReverseNestedField(AggregationIT.java:1157) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,495][INFO ][o.o.s.l.AggregationIT ] [reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedNoPath] before test [2022-09-07T04:17:23,519][INFO ][o.o.s.l.AggregationIT ] [reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedNoPath] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedNoPath" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_nested_type GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),reverse_nested(someField) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_nested_type GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),reverse_nested(someField) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:7A73BD1E8909C495]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedNoPath(AggregationIT.java:1101) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,531][INFO ][o.o.s.l.AggregationIT ] [multipleGroupBysWithSize] before test [2022-09-07T04:17:23,555][INFO ][o.o.s.l.AggregationIT ] [multipleGroupBysWithSize] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.multipleGroupBysWithSize" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_account GROUP BY gender, terms('alias'='ageAgg','field'='age','size'=3) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_account GROUP BY gender, terms('alias'='ageAgg','field'='age','size'=3) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:2C9B6A4615018ED3]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.multipleGroupBysWithSize(AggregationIT.java:378) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,573][INFO ][o.o.s.l.AggregationIT ] [sumOnNestedField] before test [2022-09-07T04:17:23,597][INFO ][o.o.s.l.AggregationIT ] [sumOnNestedField] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.sumOnNestedField" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT sum(nested(message.dayOfWeek)) as sumDays FROM opensearch-sql_test_index_nested_type not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT sum(nested(message.dayOfWeek)) as sumDays FROM opensearch-sql_test_index_nested_type not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:3AD51323375AB890]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.sumOnNestedField(AggregationIT.java:1040) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,606][INFO ][o.o.s.l.AggregationIT ] [reverseAnotherNestedGroupByOnNestedFieldWithFilterTestWithReverseNestedOnHistogram] before test [2022-09-07T04:17:23,628][INFO ][o.o.s.l.AggregationIT ] [reverseAnotherNestedGroupByOnNestedFieldWithFilterTestWithReverseNestedOnHistogram] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.reverseAnotherNestedGroupByOnNestedFieldWithFilterTestWithReverseNestedOnHistogram" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_nested_type GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),histogram('field'='comment.likes','reverse_nested'='~comment','interval'='2' , 'alias' = 'someAlias' ) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_nested_type GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),histogram('field'='comment.likes','reverse_nested'='~comment','interval'='2' , 'alias' = 'someAlias' ) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:4F2B07CFA1B84494]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.reverseAnotherNestedGroupByOnNestedFieldWithFilterTestWithReverseNestedOnHistogram(AggregationIT.java:1201) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,641][INFO ][o.o.s.l.AggregationIT ] [reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedOnHistogram] before test [2022-09-07T04:17:23,681][INFO ][o.o.s.l.AggregationIT ] [reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedOnHistogram] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedOnHistogram" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_nested_type GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),histogram('field'='myNum','reverse_nested'='','interval'='2', 'alias' = 'someAlias' ) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_nested_type GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),histogram('field'='myNum','reverse_nested'='','interval'='2', 'alias' = 'someAlias' ) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B1B9A2B1396591E4]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedOnHistogram(AggregationIT.java:1124) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,690][INFO ][o.o.s.l.AggregationIT ] [maxTest] before test [2022-09-07T04:17:23,715][INFO ][o.o.s.l.AggregationIT ] [maxTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.maxTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT MAX(age) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT MAX(age) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:82FA8B352A9CB087]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.maxTest(AggregationIT.java:100) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,722][INFO ][o.o.s.l.AggregationIT ] [reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedAndEmptyPath] before test [2022-09-07T04:17:23,750][INFO ][o.o.s.l.AggregationIT ] [reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedAndEmptyPath] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedAndEmptyPath" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_nested_type GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),reverse_nested(someField,'') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_nested_type GROUP BY nested(message.info),filter('myFilter',message.info = 'a'),reverse_nested(someField,'') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:D638DA120F604F51]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.reverseToRootGroupByOnNestedFieldWithFilterTestWithReverseNestedAndEmptyPath(AggregationIT.java:1079) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,767][INFO ][o.o.s.l.AggregationIT ] [groupByUsingTableNamePrefixTest] before test [2022-09-07T04:17:23,790][INFO ][o.o.s.l.AggregationIT ] [groupByUsingTableNamePrefixTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.groupByUsingTableNamePrefixTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_account GROUP BY opensearch-sql_test_index_account.gender not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_account GROUP BY opensearch-sql_test_index_account.gender not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:441E985D0A01E9DE]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.groupByUsingTableNamePrefixTest(AggregationIT.java:216) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,799][INFO ][o.o.s.l.AggregationIT ] [aliasTest] before test [2022-09-07T04:17:23,816][INFO ][o.o.s.l.AggregationIT ] [aliasTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.aliasTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) AS mycount FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) AS mycount FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:1D07E1E947811A7B]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.aliasTest(AggregationIT.java:194) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,823][INFO ][o.o.s.l.AggregationIT ] [countTest] before test [2022-09-07T04:17:23,850][INFO ][o.o.s.l.AggregationIT ] [countTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.countTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:967C5E228073D43E]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.countTest(AggregationIT.java:55) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:23,859][INFO ][o.o.s.l.AggregationIT ] [orderByAliasAscTest] before test [2022-09-07T04:17:23,909][INFO ][o.o.s.l.AggregationIT ] [orderByAliasAscTest] after test [2022-09-07T04:17:23,921][INFO ][o.o.s.l.AggregationIT ] [orderByDescTest] before test [2022-09-07T04:17:23,964][INFO ][o.o.s.l.AggregationIT ] [orderByDescTest] after test [2022-09-07T04:17:23,974][INFO ][o.o.s.l.AggregationIT ] [extendedStatsTest] before test [2022-09-07T04:17:23,991][INFO ][o.o.s.l.AggregationIT ] [extendedStatsTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.extendedStatsTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT EXTENDED_STATS(age) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT EXTENDED_STATS(age) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:952471AB83056FE6]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.extendedStatsTest(AggregationIT.java:129) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:24,002][INFO ][o.o.s.l.AggregationIT ] [percentileTest] before test [2022-09-07T04:17:24,023][INFO ][o.o.s.l.AggregationIT ] [percentileTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.percentileTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT PERCENTILES(age) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT PERCENTILES(age) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:AEF75692E9329F36]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.percentileTest(AggregationIT.java:152) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:24,033][INFO ][o.o.s.l.AggregationIT ] [orderByAscTest] before test [2022-09-07T04:17:24,075][INFO ][o.o.s.l.AggregationIT ] [orderByAscTest] after test [2022-09-07T04:17:24,083][INFO ][o.o.s.l.AggregationIT ] [groupByScriptedDateHistogram] before test [2022-09-07T04:17:24,112][INFO ][o.o.s.l.AggregationIT ] [groupByScriptedDateHistogram] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.groupByScriptedDateHistogram" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select count(*), avg(all_client) from opensearch-sql_test_index_online group by date_histogram('alias'='time', ceil(all_client), 'fixed_interval'='20d ', 'format'='yyyy-MM-dd') limit 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select count(*), avg(all_client) from opensearch-sql_test_index_online group by date_histogram('alias'='time', ceil(all_client), 'fixed_interval'='20d ', 'format'='yyyy-MM-dd') limit 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B78F16CBF9D12E12]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at app//org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at app//org.opensearch.sql.legacy.AggregationIT.groupByScriptedDateHistogram(AggregationIT.java:1284) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:24,120][INFO ][o.o.s.l.AggregationIT ] [termsWithSize] before test [2022-09-07T04:17:24,135][INFO ][o.o.s.l.AggregationIT ] [termsWithSize] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.termsWithSize" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_account GROUP BY terms('alias'='ageAgg','field'='age','size'=3) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_account GROUP BY terms('alias'='ageAgg','field'='age','size'=3) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:7B7A5EADA8E3D7EF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.termsWithSize(AggregationIT.java:395) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:24,144][INFO ][o.o.s.l.AggregationIT ] [groupByOnNestedFieldWithFilterTest] before test [2022-09-07T04:17:24,157][INFO ][o.o.s.l.AggregationIT ] [groupByOnNestedFieldWithFilterTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.groupByOnNestedFieldWithFilterTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_nested_type GROUP BY nested(message.info),filter('myFilter',message.info = 'a') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(*) FROM opensearch-sql_test_index_nested_type GROUP BY nested(message.info),filter('myFilter',message.info = 'a') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:89860F8FB8C3C90B]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.groupByOnNestedFieldWithFilterTest(AggregationIT.java:1013) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:24,165][INFO ][o.o.s.l.AggregationIT ] [docsReturnedTestWithDocsHint] before test [2022-09-07T04:17:24,182][INFO ][o.o.s.l.AggregationIT ] [docsReturnedTestWithDocsHint] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.docsReturnedTestWithDocsHint" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! DOCS_WITH_AGGREGATION(10) */ count(*) from opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! DOCS_WITH_AGGREGATION(10) */ count(*) from opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:496B32E37B3C8547]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.docsReturnedTestWithDocsHint(AggregationIT.java:1261) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:24,190][INFO ][o.o.s.l.AggregationIT ] [termsWithOrder] before test [2022-09-07T04:17:24,206][INFO ][o.o.s.l.AggregationIT ] [termsWithOrder] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.termsWithOrder" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT count(*) FROM opensearch-sql_test_index_dog GROUP BY terms('field'='dog_name', 'alias'='dog_name', 'order'='desc') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT count(*) FROM opensearch-sql_test_index_dog GROUP BY terms('field'='dog_name', 'alias'='dog_name', 'order'='desc') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E65349F651651FF8]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.termsWithOrder(AggregationIT.java:429) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:24,214][INFO ][o.o.s.l.AggregationIT ] [groupByHavingUsingTableNamePrefixTest] before test [2022-09-07T04:17:24,235][INFO ][o.o.s.l.AggregationIT ] [groupByHavingUsingTableNamePrefixTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.groupByHavingUsingTableNamePrefixTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT opensearch-sql_test_index_account.gender FROM opensearch-sql_test_index_account GROUP BY opensearch-sql_test_index_account.gender HAVING COUNT(*) > 0 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT opensearch-sql_test_index_account.gender FROM opensearch-sql_test_index_account GROUP BY opensearch-sql_test_index_account.gender HAVING COUNT(*) > 0 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B4169C86C64E78E8]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.groupByHavingUsingTableNamePrefixTest(AggregationIT.java:263) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:24,270][INFO ][o.o.s.l.AggregationIT ] [topHitTest_WithExclude] before test [2022-09-07T04:17:24,289][INFO ][o.o.s.l.AggregationIT ] [topHitTest_WithExclude] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.topHitTest_WithExclude" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select topHits('size'=3,'exclude'='lastname',age='desc') from opensearch-sql_test_index_account group by gender not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select topHits('size'=3,'exclude'='lastname',age='desc') from opensearch-sql_test_index_account group by gender not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:976322606D68B4A7]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.topHitTest_WithExclude(AggregationIT.java:708) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:24,299][INFO ][o.o.s.l.AggregationIT ] [distinctWithOneField] before test [2022-09-07T04:17:24,359][INFO ][o.o.s.l.AggregationIT ] [distinctWithOneField] after test [2022-09-07T04:17:24,368][INFO ][o.o.s.l.AggregationIT ] [topHitTest] before test [2022-09-07T04:17:24,382][INFO ][o.o.s.l.AggregationIT ] [topHitTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.topHitTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select topHits('size'=3,age='desc') from opensearch-sql_test_index_account group by gender not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select topHits('size'=3,age='desc') from opensearch-sql_test_index_account group by gender not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:A3349043C57F5307]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.topHitTest(AggregationIT.java:594) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:24,391][INFO ][o.o.s.l.AggregationIT ] [limitTest] before test [2022-09-07T04:17:24,426][INFO ][o.o.s.l.AggregationIT ] [limitTest] after test [2022-09-07T04:17:24,435][INFO ][o.o.s.l.AggregationIT ] [docsReturnedTestWithoutDocsHint] before test [2022-09-07T04:17:24,451][INFO ][o.o.s.l.AggregationIT ] [docsReturnedTestWithoutDocsHint] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.docsReturnedTestWithoutDocsHint" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT count(*) from opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT count(*) from opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:A9A470BC712AA786]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.docsReturnedTestWithoutDocsHint(AggregationIT.java:1253) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:24,459][INFO ][o.o.s.l.AggregationIT ] [groupByScriptedHistogram] before test [2022-09-07T04:17:24,483][INFO ][o.o.s.l.AggregationIT ] [groupByScriptedHistogram] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.groupByScriptedHistogram" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select count(*) from opensearch-sql_test_index_online group by histogram('alias'='all_field', pow(all_client,1)) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select count(*) from opensearch-sql_test_index_online group by histogram('alias'='all_field', pow(all_client,1)) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:BDA89B77632B23BF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at app//org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at app//org.opensearch.sql.legacy.AggregationIT.groupByScriptedHistogram(AggregationIT.java:1295) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:24,490][INFO ][o.o.s.l.AggregationIT ] [countGroupByDateTestWithAlias] before test [2022-09-07T04:17:24,513][INFO ][o.o.s.l.AggregationIT ] [countGroupByDateTestWithAlias] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.countGroupByDateTestWithAlias" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select insert_time from opensearch-sql_test_index_online group by date_histogram('field'='insert_time','fixed_interval'='1h','format'='yyyy-MM','alias'='myAlias') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select insert_time from opensearch-sql_test_index_online group by date_histogram('field'='insert_time','fixed_interval'='1h','format'='yyyy-MM','alias'='myAlias') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:361C2B5449DEDCA5]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at app//org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at app//org.opensearch.sql.legacy.AggregationIT.countGroupByDateTestWithAlias(AggregationIT.java:570) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:24,522][INFO ][o.o.s.l.AggregationIT ] [topHitTest_WithIncludeTwoFields] before test [2022-09-07T04:17:24,535][INFO ][o.o.s.l.AggregationIT ] [topHitTest_WithIncludeTwoFields] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.topHitTest_WithIncludeTwoFields" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select topHits('size'=3,'include'='age,firstname',age='desc') from opensearch-sql_test_index_account group by gender not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select topHits('size'=3,'include'='age,firstname',age='desc') from opensearch-sql_test_index_account group by gender not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:F6EEC51DE93D0C49]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.topHitTest_WithIncludeTwoFields(AggregationIT.java:684) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:17:24,544][INFO ][o.o.s.l.AggregationIT ] [countGroupByRange] before test [2022-09-07T04:17:24,557][INFO ][o.o.s.l.AggregationIT ] [countGroupByRange] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.AggregationIT.countGroupByRange" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-SG -Dtests.timezone=Asia/Baghdad -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(age) FROM opensearch-sql_test_index_account GROUP BY range(age, 20,25,30,35,40) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COUNT(age) FROM opensearch-sql_test_index_account GROUP BY range(age, 20,25,30,35,40) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:C6DEC651D05A8241]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.AggregationIT.countGroupByRange(AggregationIT.java:536) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:17:25,313][INFO ][o.o.s.l.CsvFormatResponseIT] [specificPercentilesIntAndDouble] before test [2022-09-07T06:17:25,317][INFO ][o.o.s.l.CsvFormatResponseIT] [specificPercentilesIntAndDouble] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T06:17:36,216][INFO ][o.o.s.l.CsvFormatResponseIT] [specificPercentilesIntAndDouble] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.CsvFormatResponseIT.specificPercentilesIntAndDouble" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=el-CY -Dtests.timezone=Asia/Ashgabat -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json&format=csv&flat=false], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT PERCENTILES(age,10,49.0) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json&format=csv&flat=false], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT PERCENTILES(age,10,49.0) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:A21B3EACEB52D13F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.CsvFormatResponseIT.specificPercentilesIntAndDouble(CsvFormatResponseIT.java:90) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:17:36,222][INFO ][o.o.s.l.CsvFormatResponseIT] [fieldOrderOther] before test [2022-09-07T06:17:36,275][INFO ][o.o.s.l.CsvFormatResponseIT] [fieldOrderOther] after test [2022-09-07T06:17:36,281][INFO ][o.o.s.l.CsvFormatResponseIT] [simpleSearchResultWithNestedWithFlatNoAggs] before test [2022-09-07T06:17:36,315][INFO ][o.o.s.l.CsvFormatResponseIT] [simpleSearchResultWithNestedWithFlatNoAggs] after test [2022-09-07T06:17:36,321][INFO ][o.o.s.l.CsvFormatResponseIT] [selectFunctionAsFieldTest] before test [2022-09-07T06:17:36,398][INFO ][o.o.s.l.CsvFormatResponseIT] [selectFunctionAsFieldTest] after test [2022-09-07T06:17:36,403][INFO ][o.o.s.l.CsvFormatResponseIT] [fieldOrder] before test [2022-09-07T06:17:36,427][INFO ][o.o.s.l.CsvFormatResponseIT] [fieldOrder] after test [2022-09-07T06:17:36,433][INFO ][o.o.s.l.CsvFormatResponseIT] [extendedStatsAggregationTest] before test [2022-09-07T06:17:36,458][INFO ][o.o.s.l.CsvFormatResponseIT] [extendedStatsAggregationTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.CsvFormatResponseIT.extendedStatsAggregationTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=el-CY -Dtests.timezone=Asia/Ashgabat -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=csv&flat=false&_id=false&_score=false], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT EXTENDED_STATS(age) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=csv&flat=false&_id=false&_score=false], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT EXTENDED_STATS(age) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:C46080411B9B4B69]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.CsvFormatResponseIT.executeCsvRequest(CsvFormatResponseIT.java:676) at app//org.opensearch.sql.legacy.CsvFormatResponseIT.executeCsvRequest(CsvFormatResponseIT.java:660) at app//org.opensearch.sql.legacy.CsvFormatResponseIT.extendedStatsAggregationTest(CsvFormatResponseIT.java:451) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:17:36,463][INFO ][o.o.s.l.CsvFormatResponseIT] [aggAfterTermsGroupBy] before test [2022-09-07T06:17:36,495][INFO ][o.o.s.l.CsvFormatResponseIT] [aggAfterTermsGroupBy] after test [2022-09-07T06:17:36,502][INFO ][o.o.s.l.CsvFormatResponseIT] [multipleAggAfterTwoTermsGroupBy] before test [2022-09-07T06:17:36,540][INFO ][o.o.s.l.CsvFormatResponseIT] [multipleAggAfterTwoTermsGroupBy] after test [2022-09-07T06:17:36,545][INFO ][o.o.s.l.CsvFormatResponseIT] [scriptedField] before test [2022-09-07T06:17:36,573][INFO ][o.o.s.l.CsvFormatResponseIT] [scriptedField] after test [2022-09-07T06:17:36,579][INFO ][o.o.s.l.CsvFormatResponseIT] [aggAfterTwoTermsGroupBy] before test [2022-09-07T06:17:36,607][INFO ][o.o.s.l.CsvFormatResponseIT] [aggAfterTwoTermsGroupBy] after test [2022-09-07T06:17:36,613][INFO ][o.o.s.l.CsvFormatResponseIT] [simpleNumericValueAggWithAlias] before test [2022-09-07T06:17:36,638][INFO ][o.o.s.l.CsvFormatResponseIT] [simpleNumericValueAggWithAlias] after test [2022-09-07T06:17:36,645][INFO ][o.o.s.l.CsvFormatResponseIT] [sanitizeTest] before test [2022-09-07T06:17:36,671][INFO ][o.o.s.l.CsvFormatResponseIT] [sanitizeTest] after test [2022-09-07T06:17:36,677][INFO ][o.o.s.l.CsvFormatResponseIT] [joinSearchResultNotNestedNotFlatNoAggs] before test [2022-09-07T06:17:36,711][INFO ][o.o.s.l.CsvFormatResponseIT] [joinSearchResultNotNestedNotFlatNoAggs] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.CsvFormatResponseIT.joinSearchResultNotNestedNotFlatNoAggs" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=el-CY -Dtests.timezone=Asia/Ashgabat -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=csv&flat=false&_id=false&_score=false], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select c.gender , h.hname,h.words from opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h on h.hname = c.house not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=csv&flat=false&_id=false&_score=false], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select c.gender , h.hname,h.words from opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h on h.hname = c.house not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:BB892CB110D2123C]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.CsvFormatResponseIT.executeCsvRequest(CsvFormatResponseIT.java:676) at app//org.opensearch.sql.legacy.CsvFormatResponseIT.executeCsvRequest(CsvFormatResponseIT.java:660) at app//org.opensearch.sql.legacy.CsvFormatResponseIT.joinSearchResultNotNestedNotFlatNoAggs(CsvFormatResponseIT.java:294) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:17:36,719][INFO ][o.o.s.l.CsvFormatResponseIT] [allPercentilesByDefault] before test [2022-09-07T06:17:36,748][INFO ][o.o.s.l.CsvFormatResponseIT] [allPercentilesByDefault] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.CsvFormatResponseIT.allPercentilesByDefault" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=el-CY -Dtests.timezone=Asia/Ashgabat -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=csv&flat=false], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT PERCENTILES(age) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=csv&flat=false], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT PERCENTILES(age) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:3DBF03B277CC704E]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.CsvFormatResponseIT.allPercentilesByDefault(CsvFormatResponseIT.java:77) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:17:36,755][INFO ][o.o.s.l.CsvFormatResponseIT] [simpleSearchResultWithNestedNotFlatNoAggs] before test [2022-09-07T06:17:36,793][INFO ][o.o.s.l.CsvFormatResponseIT] [simpleSearchResultWithNestedNotFlatNoAggs] after test [2022-09-07T06:17:36,801][INFO ][o.o.s.l.CsvFormatResponseIT] [simpleSearchResultNotNestedNotFlatNoAggs] before test [2022-09-07T06:17:36,838][INFO ][o.o.s.l.CsvFormatResponseIT] [simpleSearchResultNotNestedNotFlatNoAggs] after test [2022-09-07T06:17:36,846][INFO ][o.o.s.l.CsvFormatResponseIT] [includeScore] before test [2022-09-07T06:17:36,882][INFO ][o.o.s.l.CsvFormatResponseIT] [includeScore] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.CsvFormatResponseIT.includeScore" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=el-CY -Dtests.timezone=Asia/Ashgabat -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=csv&flat=false&_id=false&_score=true], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select age , firstname from opensearch-sql_test_index_account where age > 31 order by _score desc limit 2 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=csv&flat=false&_id=false&_score=true], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select age , firstname from opensearch-sql_test_index_account where age > 31 order by _score desc limit 2 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B27DB6773ACD28CE]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.CsvFormatResponseIT.executeCsvRequest(CsvFormatResponseIT.java:676) at app//org.opensearch.sql.legacy.CsvFormatResponseIT.includeScore(CsvFormatResponseIT.java:497) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:17:36,891][INFO ][o.o.s.l.CsvFormatResponseIT] [dateHistogramTest] before test [2022-09-07T06:17:36,917][INFO ][o.o.s.l.CsvFormatResponseIT] [dateHistogramTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.CsvFormatResponseIT.dateHistogramTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=el-CY -Dtests.timezone=Asia/Ashgabat -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=csv&flat=false&_id=false&_score=false], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select count(*) from opensearch-sql_test_index_online group by date_histogram('field'='insert_time','fixed_interval'='4d','alias'='days') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=csv&flat=false&_id=false&_score=false], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select count(*) from opensearch-sql_test_index_online group by date_histogram('field'='insert_time','fixed_interval'='4d','alias'='days') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:50AD301E13376DA2]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.CsvFormatResponseIT.executeCsvRequest(CsvFormatResponseIT.java:676) at app//org.opensearch.sql.legacy.CsvFormatResponseIT.executeCsvRequest(CsvFormatResponseIT.java:660) at app//org.opensearch.sql.legacy.CsvFormatResponseIT.dateHistogramTest(CsvFormatResponseIT.java:417) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:17:36,925][INFO ][o.o.s.l.CsvFormatResponseIT] [statsAggregationTest] before test [2022-09-07T06:17:36,949][INFO ][o.o.s.l.CsvFormatResponseIT] [statsAggregationTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.CsvFormatResponseIT.statsAggregationTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=el-CY -Dtests.timezone=Asia/Ashgabat -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=csv&flat=false&_id=false&_score=false], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT STATS(age) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=csv&flat=false&_id=false&_score=false], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT STATS(age) FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B542B790924833B]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.CsvFormatResponseIT.executeCsvRequest(CsvFormatResponseIT.java:676) at app//org.opensearch.sql.legacy.CsvFormatResponseIT.executeCsvRequest(CsvFormatResponseIT.java:660) at app//org.opensearch.sql.legacy.CsvFormatResponseIT.statsAggregationTest(CsvFormatResponseIT.java:433) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:17:36,956][INFO ][o.o.s.l.CsvFormatResponseIT] [percentileAggregationTest] before test [2022-09-07T06:17:36,982][INFO ][o.o.s.l.CsvFormatResponseIT] [percentileAggregationTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.CsvFormatResponseIT.percentileAggregationTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=el-CY -Dtests.timezone=Asia/Ashgabat -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=csv&flat=false&_id=false&_score=false], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select percentiles(age) as per from opensearch-sql_test_index_account where age > 31 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=csv&flat=false&_id=false&_score=false], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select percentiles(age) as per from opensearch-sql_test_index_account where age > 31 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:5C6277EE39875F9E]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.CsvFormatResponseIT.executeCsvRequest(CsvFormatResponseIT.java:676) at app//org.opensearch.sql.legacy.CsvFormatResponseIT.executeCsvRequest(CsvFormatResponseIT.java:660) at app//org.opensearch.sql.legacy.CsvFormatResponseIT.percentileAggregationTest(CsvFormatResponseIT.java:475) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:17:36,990][INFO ][o.o.s.l.CsvFormatResponseIT] [simpleNumericValueAgg] before test [2022-09-07T06:17:37,014][INFO ][o.o.s.l.CsvFormatResponseIT] [simpleNumericValueAgg] after test [2022-09-07T06:17:37,022][INFO ][o.o.s.l.CsvFormatResponseIT] [doubleQuotesAreEscapedWithDoubleQuotes] before test [2022-09-07T06:17:37,060][INFO ][o.o.s.l.CsvFormatResponseIT] [doubleQuotesAreEscapedWithDoubleQuotes] after test [2022-09-06T20:17:38,305][INFO ][o.o.s.l.CursorIT ] [noPaginationWhenFetchSizeZero] before test [2022-09-06T20:17:38,307][INFO ][o.o.s.l.CursorIT ] [noPaginationWhenFetchSizeZero] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T20:17:39,603][INFO ][o.o.s.l.CursorIT ] [noPaginationWhenFetchSizeZero] after test [2022-09-06T20:17:39,608][INFO ][o.o.s.l.CursorIT ] [respectLimitPassedInSelectClause] before test [2022-09-06T20:17:39,614][INFO ][o.o.s.l.CursorIT ] [respectLimitPassedInSelectClause] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.CursorIT.respectLimitPassedInSelectClause" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he -Dtests.timezone=America/Porto_Acre -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT age, balance FROM opensearch-sql_test_index_account LIMIT 234 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT age, balance FROM opensearch-sql_test_index_account LIMIT 234 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:94226B4DE0207A74]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeFetchQuery(SQLIntegTestCase.java:253) at app//org.opensearch.sql.legacy.CursorIT.respectLimitPassedInSelectClause(CursorIT.java:387) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:17:39,620][INFO ][o.o.s.l.CursorIT ] [validNumberOfPages] before test [2022-09-06T20:17:39,627][INFO ][o.o.s.l.CursorIT ] [validNumberOfPages] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.CursorIT.validNumberOfPages" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he -Dtests.timezone=America/Porto_Acre -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, state FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, state FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:D7A7F03589C9CCEF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeFetchQuery(SQLIntegTestCase.java:253) at app//org.opensearch.sql.legacy.CursorIT.validNumberOfPages(CursorIT.java:124) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:17:39,635][INFO ][o.o.s.l.CursorIT ] [testRegressionOnDateFormatChange] before test [2022-09-06T20:17:40,809][INFO ][o.o.s.l.CursorIT ] [testRegressionOnDateFormatChange] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.CursorIT.testRegressionOnDateFormatChange" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he -Dtests.timezone=America/Porto_Acre -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT login_time FROM opensearch-sql_test_index_datetime LIMIT 500 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT login_time FROM opensearch-sql_test_index_datetime LIMIT 500 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:6C1B2E7B753557D]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeFetchQuery(SQLIntegTestCase.java:253) at app//org.opensearch.sql.legacy.CursorIT.testRegressionOnDateFormatChange(CursorIT.java:245) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:17:40,815][INFO ][o.o.s.l.CursorIT ] [invalidCursorIdNotDecodable] before test [2022-09-06T20:17:40,842][INFO ][o.o.s.l.CursorIT ] [invalidCursorIdNotDecodable] after test [2022-09-06T20:17:40,849][INFO ][o.o.s.l.CursorIT ] [testCursorSettings] before test [2022-09-06T20:17:41,472][INFO ][o.o.s.l.CursorIT ] [testCursorSettings] after test [2022-09-06T20:17:41,478][INFO ][o.o.s.l.CursorIT ] [validTotalResultWithAndWithoutPaginationNested] before test [2022-09-06T20:17:42,808][INFO ][o.o.s.l.CursorIT ] [validTotalResultWithAndWithoutPaginationNested] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.CursorIT.validTotalResultWithAndWithoutPaginationNested" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he -Dtests.timezone=America/Porto_Acre -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT name, a.city, a.state FROM opensearch-sql_test_index_nested_simple m , m.address as a LIMIT 2000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT name, a.city, a.state FROM opensearch-sql_test_index_nested_simple m , m.address as a LIMIT 2000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:85DFF378FDA19408]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeFetchQuery(SQLIntegTestCase.java:253) at app//org.opensearch.sql.legacy.CursorIT.verifyWithAndWithoutPaginationResponse(CursorIT.java:424) at app//org.opensearch.sql.legacy.CursorIT.validTotalResultWithAndWithoutPaginationNested(CursorIT.java:190) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:17:42,816][INFO ][o.o.s.l.CursorIT ] [testExceptionOnCursorExplain] before test [2022-09-06T20:17:42,829][INFO ][o.o.s.l.CursorIT ] [testExceptionOnCursorExplain] after test [2022-09-06T20:17:42,838][INFO ][o.o.s.l.CursorIT ] [validTotalResultWithAndWithoutPaginationOrderBy] before test [2022-09-06T20:17:42,895][INFO ][o.o.s.l.CursorIT ] [validTotalResultWithAndWithoutPaginationOrderBy] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.CursorIT.validTotalResultWithAndWithoutPaginationOrderBy" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he -Dtests.timezone=America/Porto_Acre -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, state FROM opensearch-sql_test_index_account ORDER BY balance DESC not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, state FROM opensearch-sql_test_index_account ORDER BY balance DESC not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:723BB4FC7423CB80]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeFetchQuery(SQLIntegTestCase.java:253) at app//org.opensearch.sql.legacy.CursorIT.verifyWithAndWithoutPaginationResponse(CursorIT.java:430) at app//org.opensearch.sql.legacy.CursorIT.validTotalResultWithAndWithoutPaginationOrderBy(CursorIT.java:171) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:17:42,903][INFO ][o.o.s.l.CursorIT ] [invalidNegativeFetchSize] before test [2022-09-06T20:17:42,911][INFO ][o.o.s.l.CursorIT ] [invalidNegativeFetchSize] after test [2022-09-06T20:17:42,919][INFO ][o.o.s.l.CursorIT ] [validTotalResultWithAndWithoutPaginationWhereClause] before test [2022-09-06T20:17:42,955][INFO ][o.o.s.l.CursorIT ] [validTotalResultWithAndWithoutPaginationWhereClause] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.CursorIT.validTotalResultWithAndWithoutPaginationWhereClause" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he -Dtests.timezone=America/Porto_Acre -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, state FROM opensearch-sql_test_index_account WHERE balance < 25000 AND age > 32 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, state FROM opensearch-sql_test_index_account WHERE balance < 25000 AND age > 32 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:3FA00DDF39306547]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeFetchQuery(SQLIntegTestCase.java:253) at app//org.opensearch.sql.legacy.CursorIT.verifyWithAndWithoutPaginationResponse(CursorIT.java:430) at app//org.opensearch.sql.legacy.CursorIT.validTotalResultWithAndWithoutPaginationWhereClause(CursorIT.java:163) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:17:42,961][INFO ][o.o.s.l.CursorIT ] [noPaginationWithNonJDBCFormat] before test [2022-09-06T20:17:42,968][INFO ][o.o.s.l.CursorIT ] [noPaginationWithNonJDBCFormat] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.CursorIT.noPaginationWithNonJDBCFormat" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he -Dtests.timezone=America/Porto_Acre -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=csv], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, email, state FROM opensearch-sql_test_index_account LIMIT 2000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=csv], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, email, state FROM opensearch-sql_test_index_account LIMIT 2000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:176785225F82D261]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeFetchQuery(SQLIntegTestCase.java:253) at app//org.opensearch.sql.legacy.CursorIT.noPaginationWithNonJDBCFormat(CursorIT.java:409) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:17:42,975][INFO ][o.o.s.l.CursorIT ] [validTotalResultWithAndWithoutPagination] before test [2022-09-06T20:17:43,018][INFO ][o.o.s.l.CursorIT ] [validTotalResultWithAndWithoutPagination] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.CursorIT.validTotalResultWithAndWithoutPagination" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he -Dtests.timezone=America/Porto_Acre -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, state FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, state FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:73F797655B6F9FBC]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeFetchQuery(SQLIntegTestCase.java:253) at app//org.opensearch.sql.legacy.CursorIT.verifyWithAndWithoutPaginationResponse(CursorIT.java:430) at app//org.opensearch.sql.legacy.CursorIT.validTotalResultWithAndWithoutPagination(CursorIT.java:155) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:17:43,027][INFO ][o.o.s.l.CursorIT ] [testCursorCloseAPI] before test [2022-09-06T20:17:43,032][INFO ][o.o.s.l.CursorIT ] [testCursorCloseAPI] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.CursorIT.testCursorCloseAPI" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he -Dtests.timezone=America/Porto_Acre -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, state FROM opensearch-sql_test_index_account WHERE balance > 100 and age < 40 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, state FROM opensearch-sql_test_index_account WHERE balance > 100 and age < 40 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E8A915A654D7296F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeFetchQuery(SQLIntegTestCase.java:253) at app//org.opensearch.sql.legacy.CursorIT.testCursorCloseAPI(CursorIT.java:324) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:17:43,039][INFO ][o.o.s.l.CursorIT ] [testCursorWithPreparedStatement] before test [2022-09-06T20:17:43,048][INFO ][o.o.s.l.CursorIT ] [testCursorWithPreparedStatement] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.CursorIT.testCursorWithPreparedStatement" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he -Dtests.timezone=America/Porto_Acre -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT age, state FROM opensearch-sql_test_index_account WHERE age > 25 OR state IN ('WA', 'UT') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT age, state FROM opensearch-sql_test_index_account WHERE age > 25 OR state IN ('WA', 'UT') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:397885D2CA6CC72A]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.CursorIT.executeJDBCRequest(CursorIT.java:477) at app//org.opensearch.sql.legacy.CursorIT.testCursorWithPreparedStatement(CursorIT.java:206) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:17:43,054][INFO ][o.o.s.l.CursorIT ] [invalidNonNumericFetchSize] before test [2022-09-06T20:17:43,061][INFO ][o.o.s.l.CursorIT ] [invalidNonNumericFetchSize] after test [2022-09-06T20:17:43,066][INFO ][o.o.s.l.CursorIT ] [validTotalResultWithAndWithoutPaginationWhereAndOrderBy] before test [2022-09-06T20:17:43,112][INFO ][o.o.s.l.CursorIT ] [validTotalResultWithAndWithoutPaginationWhereAndOrderBy] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.CursorIT.validTotalResultWithAndWithoutPaginationWhereAndOrderBy" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he -Dtests.timezone=America/Porto_Acre -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, state FROM opensearch-sql_test_index_account WHERE balance < 25000 ORDER BY balance ASC not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, state FROM opensearch-sql_test_index_account WHERE balance < 25000 ORDER BY balance ASC not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:3361C9AFDC1DA8F7]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeFetchQuery(SQLIntegTestCase.java:253) at app//org.opensearch.sql.legacy.CursorIT.verifyWithAndWithoutPaginationResponse(CursorIT.java:430) at app//org.opensearch.sql.legacy.CursorIT.validTotalResultWithAndWithoutPaginationWhereAndOrderBy(CursorIT.java:180) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:17:43,118][INFO ][o.o.s.l.CursorIT ] [noCursorWhenResultsLessThanFetchSize] before test [2022-09-06T20:17:43,124][INFO ][o.o.s.l.CursorIT ] [noCursorWhenResultsLessThanFetchSize] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.CursorIT.noCursorWhenResultsLessThanFetchSize" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he -Dtests.timezone=America/Porto_Acre -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE balance < 25000 AND age > 36 LIMIT 2000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE balance < 25000 AND age > 36 LIMIT 2000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:675225999DDF3C89]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeFetchQuery(SQLIntegTestCase.java:253) at app//org.opensearch.sql.legacy.CursorIT.noCursorWhenResultsLessThanFetchSize(CursorIT.java:200) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:17:43,604][INFO ][o.o.s.l.DateFormatIT ] [groupByAndSortAliasedReversed] before test [2022-09-07T07:17:43,607][INFO ][o.o.s.l.DateFormatIT ] [groupByAndSortAliasedReversed] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T07:17:46,918][INFO ][o.o.s.l.DateFormatIT ] [groupByAndSortAliasedReversed] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFormatIT.groupByAndSortAliasedReversed" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=hr -Dtests.timezone=Asia/Bishkek -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT date_format(insert_time, 'dd-MM-YYYY') date FROM opensearch-sql_test_index_online GROUP BY date ORDER BY date DESC not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT date_format(insert_time, 'dd-MM-YYYY') date FROM opensearch-sql_test_index_online GROUP BY date ORDER BY date DESC not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:23EE21A70049314E]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.DateFormatIT.groupByAndSortAliasedReversed(DateFormatIT.java:192) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:17:46,925][INFO ][o.o.s.l.DateFormatIT ] [sortByAliasedDateFormat] before test [2022-09-07T07:17:46,931][INFO ][o.o.s.l.DateFormatIT ] [sortByAliasedDateFormat] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFormatIT.sortByAliasedDateFormat" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=hr -Dtests.timezone=Asia/Bishkek -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT all_client, insert_time, date_format(insert_time, 'dd-MM-YYYY', 'UTC') date FROM opensearch-sql_test_index_online ORDER BY date DESC, insert_time LIMIT 10 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT all_client, insert_time, date_format(insert_time, 'dd-MM-YYYY', 'UTC') date FROM opensearch-sql_test_index_online ORDER BY date DESC, insert_time LIMIT 10 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:BB9B3D96D188F1AC]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.DateFormatIT.sortByAliasedDateFormat(DateFormatIT.java:156) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:17:46,936][INFO ][o.o.s.l.DateFormatIT ] [lessThan] before test [2022-09-07T07:17:46,943][INFO ][o.o.s.l.DateFormatIT ] [lessThan] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFormatIT.lessThan" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=hr -Dtests.timezone=Asia/Bishkek -Druntime.java=17 Unable to process query 'SELECT insert_time FROM opensearch-sql_test_index_online WHERE date_format(insert_time, 'yyyy-MM-dd', 'UTC') < '2014-08-18''org.opensearch.sql.legacy.exception.SqlParseException: Unable to process query 'SELECT insert_time FROM opensearch-sql_test_index_online WHERE date_format(insert_time, 'yyyy-MM-dd', 'UTC') < '2014-08-18'' at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:15EFCB51C89438BF]:0) at app//org.opensearch.sql.legacy.DateFormatIT.dateQuery(DateFormatIT.java:238) at app//org.opensearch.sql.legacy.DateFormatIT.dateQuery(DateFormatIT.java:230) at app//org.opensearch.sql.legacy.DateFormatIT.lessThan(DateFormatIT.java:65) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:17:46,949][INFO ][o.o.s.l.DateFormatIT ] [groupByAndSortAliased] before test [2022-09-07T07:17:46,954][INFO ][o.o.s.l.DateFormatIT ] [groupByAndSortAliased] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFormatIT.groupByAndSortAliased" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=hr -Dtests.timezone=Asia/Bishkek -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT date_format(insert_time, 'dd-MM-YYYY') date FROM opensearch-sql_test_index_online GROUP BY date ORDER BY date not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT date_format(insert_time, 'dd-MM-YYYY') date FROM opensearch-sql_test_index_online GROUP BY date ORDER BY date not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:17A935B8815E42BB]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.DateFormatIT.groupByAndSortAliased(DateFormatIT.java:204) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:17:46,960][INFO ][o.o.s.l.DateFormatIT ] [sortByDateFormat] before test [2022-09-07T07:17:46,966][INFO ][o.o.s.l.DateFormatIT ] [sortByDateFormat] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFormatIT.sortByDateFormat" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=hr -Dtests.timezone=Asia/Bishkek -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT all_client, insert_time FROM opensearch-sql_test_index_online ORDER BY date_format(insert_time, 'dd-MM-YYYY', 'UTC') DESC, insert_time LIMIT 10 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT all_client, insert_time FROM opensearch-sql_test_index_online ORDER BY date_format(insert_time, 'dd-MM-YYYY', 'UTC') DESC, insert_time LIMIT 10 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:8F6F0E479370AEA2]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.DateFormatIT.sortByDateFormat(DateFormatIT.java:144) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:17:46,973][INFO ][o.o.s.l.DateFormatIT ] [or] before test [2022-09-07T07:17:46,979][INFO ][o.o.s.l.DateFormatIT ] [or] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFormatIT.or" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=hr -Dtests.timezone=Asia/Bishkek -Druntime.java=17 Unable to process query 'SELECT insert_time FROM opensearch-sql_test_index_online WHERE date_format(insert_time, 'yyyy-MM-dd', 'UTC') < '2014-08-18' OR date_format(insert_time, 'yyyy-MM-dd', 'UTC') > '2014-08-23' ORDER BY insert_time LIMIT 1000'org.opensearch.sql.legacy.exception.SqlParseException: Unable to process query 'SELECT insert_time FROM opensearch-sql_test_index_online WHERE date_format(insert_time, 'yyyy-MM-dd', 'UTC') < '2014-08-18' OR date_format(insert_time, 'yyyy-MM-dd', 'UTC') > '2014-08-23' ORDER BY insert_time LIMIT 1000' at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:5C29AEDB1BB16A5E]:0) at app//org.opensearch.sql.legacy.DateFormatIT.dateQuery(DateFormatIT.java:238) at app//org.opensearch.sql.legacy.DateFormatIT.dateQuery(DateFormatIT.java:230) at app//org.opensearch.sql.legacy.DateFormatIT.or(DateFormatIT.java:128) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:17:46,985][INFO ][o.o.s.l.DateFormatIT ] [lessThanOrEqualTo] before test [2022-09-07T07:17:46,991][INFO ][o.o.s.l.DateFormatIT ] [lessThanOrEqualTo] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFormatIT.lessThanOrEqualTo" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=hr -Dtests.timezone=Asia/Bishkek -Druntime.java=17 Unable to process query 'SELECT insert_time FROM opensearch-sql_test_index_online WHERE date_format(insert_time, 'yyyy-MM-dd', 'UTC') <= '2014-08-18' ORDER BY insert_time LIMIT 1000'org.opensearch.sql.legacy.exception.SqlParseException: Unable to process query 'SELECT insert_time FROM opensearch-sql_test_index_online WHERE date_format(insert_time, 'yyyy-MM-dd', 'UTC') <= '2014-08-18' ORDER BY insert_time LIMIT 1000' at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:241FDEC51C9307F4]:0) at app//org.opensearch.sql.legacy.DateFormatIT.dateQuery(DateFormatIT.java:238) at app//org.opensearch.sql.legacy.DateFormatIT.dateQuery(DateFormatIT.java:230) at app//org.opensearch.sql.legacy.DateFormatIT.lessThanOrEqualTo(DateFormatIT.java:74) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:17:46,998][INFO ][o.o.s.l.DateFormatIT ] [equalTo] before test [2022-09-07T07:17:47,006][INFO ][o.o.s.l.DateFormatIT ] [equalTo] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFormatIT.equalTo" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=hr -Dtests.timezone=Asia/Bishkek -Druntime.java=17 Unable to process query 'SELECT insert_time FROM opensearch-sql_test_index_online WHERE date_format(insert_time, 'yyyy-MM-dd', 'UTC') = '2014-08-17''org.opensearch.sql.legacy.exception.SqlParseException: Unable to process query 'SELECT insert_time FROM opensearch-sql_test_index_online WHERE date_format(insert_time, 'yyyy-MM-dd', 'UTC') = '2014-08-17'' at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E75DB10A6A9225BA]:0) at app//org.opensearch.sql.legacy.DateFormatIT.dateQuery(DateFormatIT.java:238) at app//org.opensearch.sql.legacy.DateFormatIT.dateQuery(DateFormatIT.java:230) at app//org.opensearch.sql.legacy.DateFormatIT.equalTo(DateFormatIT.java:56) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:17:47,012][INFO ][o.o.s.l.DateFormatIT ] [groupByAndSort] before test [2022-09-07T07:17:47,018][INFO ][o.o.s.l.DateFormatIT ] [groupByAndSort] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFormatIT.groupByAndSort" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=hr -Dtests.timezone=Asia/Bishkek -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT date_format(insert_time, 'dd-MM-YYYY') FROM opensearch-sql_test_index_online GROUP BY date_format(insert_time, 'dd-MM-YYYY') ORDER BY date_format(insert_time, 'dd-MM-YYYY') DESC not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT date_format(insert_time, 'dd-MM-YYYY') FROM opensearch-sql_test_index_online GROUP BY date_format(insert_time, 'dd-MM-YYYY') ORDER BY date_format(insert_time, 'dd-MM-YYYY') DESC not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:7F133CABA008BBE3]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.DateFormatIT.groupByAndSort(DateFormatIT.java:180) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:17:47,023][INFO ][o.o.s.l.DateFormatIT ] [andWithDefaultTimeZone] before test [2022-09-07T07:17:47,029][INFO ][o.o.s.l.DateFormatIT ] [andWithDefaultTimeZone] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFormatIT.andWithDefaultTimeZone" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=hr -Dtests.timezone=Asia/Bishkek -Druntime.java=17 Unable to process query 'SELECT insert_time FROM opensearch-sql_test_index_online WHERE date_format(insert_time, 'yyyy-MM-dd HH:mm:ss') >= '2014-08-17 16:13:12' AND date_format(insert_time, 'yyyy-MM-dd HH:mm:ss') <= '2014-08-17 16:13:13''org.opensearch.sql.legacy.exception.SqlParseException: Unable to process query 'SELECT insert_time FROM opensearch-sql_test_index_online WHERE date_format(insert_time, 'yyyy-MM-dd HH:mm:ss') >= '2014-08-17 16:13:12' AND date_format(insert_time, 'yyyy-MM-dd HH:mm:ss') <= '2014-08-17 16:13:13'' at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:23038EF7EA6DCEFC]:0) at app//org.opensearch.sql.legacy.DateFormatIT.dateQuery(DateFormatIT.java:238) at app//org.opensearch.sql.legacy.DateFormatIT.andWithDefaultTimeZone(DateFormatIT.java:117) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:17:47,035][INFO ][o.o.s.l.DateFormatIT ] [and] before test [2022-09-07T07:17:47,042][INFO ][o.o.s.l.DateFormatIT ] [and] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFormatIT.and" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=hr -Dtests.timezone=Asia/Bishkek -Druntime.java=17 Unable to process query 'SELECT insert_time FROM opensearch-sql_test_index_online WHERE date_format(insert_time, 'yyyy-MM-dd', 'UTC') >= '2014-08-21' AND date_format(insert_time, 'yyyy-MM-dd', 'UTC') <= '2014-08-23' ORDER BY insert_time LIMIT 3000'org.opensearch.sql.legacy.exception.SqlParseException: Unable to process query 'SELECT insert_time FROM opensearch-sql_test_index_online WHERE date_format(insert_time, 'yyyy-MM-dd', 'UTC') >= '2014-08-21' AND date_format(insert_time, 'yyyy-MM-dd', 'UTC') <= '2014-08-23' ORDER BY insert_time LIMIT 3000' at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:5D34EB4E290180B9]:0) at app//org.opensearch.sql.legacy.DateFormatIT.dateQuery(DateFormatIT.java:238) at app//org.opensearch.sql.legacy.DateFormatIT.dateQuery(DateFormatIT.java:230) at app//org.opensearch.sql.legacy.DateFormatIT.and(DateFormatIT.java:105) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:17:47,050][INFO ][o.o.s.l.DateFormatIT ] [greaterThan] before test [2022-09-07T07:17:47,056][INFO ][o.o.s.l.DateFormatIT ] [greaterThan] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFormatIT.greaterThan" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=hr -Dtests.timezone=Asia/Bishkek -Druntime.java=17 Unable to process query 'SELECT insert_time FROM opensearch-sql_test_index_online WHERE date_format(insert_time, 'yyyy-MM-dd', 'UTC') > '2014-08-23''org.opensearch.sql.legacy.exception.SqlParseException: Unable to process query 'SELECT insert_time FROM opensearch-sql_test_index_online WHERE date_format(insert_time, 'yyyy-MM-dd', 'UTC') > '2014-08-23'' at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:C36C2744ECD57EF2]:0) at app//org.opensearch.sql.legacy.DateFormatIT.dateQuery(DateFormatIT.java:238) at app//org.opensearch.sql.legacy.DateFormatIT.dateQuery(DateFormatIT.java:230) at app//org.opensearch.sql.legacy.DateFormatIT.greaterThan(DateFormatIT.java:85) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:17:47,061][INFO ][o.o.s.l.DateFormatIT ] [greaterThanOrEqualTo] before test [2022-09-07T07:17:47,069][INFO ][o.o.s.l.DateFormatIT ] [greaterThanOrEqualTo] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFormatIT.greaterThanOrEqualTo" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=hr -Dtests.timezone=Asia/Bishkek -Druntime.java=17 Unable to process query 'SELECT insert_time FROM opensearch-sql_test_index_online WHERE date_format(insert_time, 'yyyy-MM-dd', 'UTC') >= '2014-08-23' ORDER BY insert_time LIMIT 2000'org.opensearch.sql.legacy.exception.SqlParseException: Unable to process query 'SELECT insert_time FROM opensearch-sql_test_index_online WHERE date_format(insert_time, 'yyyy-MM-dd', 'UTC') >= '2014-08-23' ORDER BY insert_time LIMIT 2000' at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:AEE3E2D06FC3A98F]:0) at app//org.opensearch.sql.legacy.DateFormatIT.dateQuery(DateFormatIT.java:238) at app//org.opensearch.sql.legacy.DateFormatIT.dateQuery(DateFormatIT.java:230) at app//org.opensearch.sql.legacy.DateFormatIT.greaterThanOrEqualTo(DateFormatIT.java:94) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T05:17:47,316][INFO ][o.o.s.l.DateFunctionsIT ] [timestamp] before test [2022-09-07T05:17:47,317][INFO ][o.o.s.l.DateFunctionsIT ] [timestamp] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T05:17:50,615][INFO ][o.o.s.l.DateFunctionsIT ] [timestamp] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFunctionsIT.timestamp" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Tbilisi -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT TIMESTAMP(insert_time) AS timestamp FROM opensearch-sql_test_index_online LIMIT 500 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT TIMESTAMP(insert_time) AS timestamp FROM opensearch-sql_test_index_online LIMIT 500 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:AA616E91F104C014]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DateFunctionsIT.execute(DateFunctionsIT.java:289) at app//org.opensearch.sql.legacy.DateFunctionsIT.query(DateFunctionsIT.java:284) at app//org.opensearch.sql.legacy.DateFunctionsIT.timestamp(DateFunctionsIT.java:252) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T05:17:50,621][INFO ][o.o.s.l.DateFunctionsIT ] [dayOfMonthInSelect] before test [2022-09-07T05:17:50,634][INFO ][o.o.s.l.DateFunctionsIT ] [dayOfMonthInSelect] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFunctionsIT.dayOfMonthInSelect" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Tbilisi -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT DAY_OF_MONTH(insert_time) as day_of_month FROM opensearch-sql_test_index_online LIMIT 2000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT DAY_OF_MONTH(insert_time) as day_of_month FROM opensearch-sql_test_index_online LIMIT 2000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:DBDA2E41CC962C9E]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DateFunctionsIT.execute(DateFunctionsIT.java:289) at app//org.opensearch.sql.legacy.DateFunctionsIT.query(DateFunctionsIT.java:284) at app//org.opensearch.sql.legacy.DateFunctionsIT.dayOfMonthInSelect(DateFunctionsIT.java:121) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T05:17:50,640][INFO ][o.o.s.l.DateFunctionsIT ] [dayOfMonthInWhere] before test [2022-09-07T05:17:50,646][INFO ][o.o.s.l.DateFunctionsIT ] [dayOfMonthInWhere] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFunctionsIT.dayOfMonthInWhere" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Tbilisi -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT insert_time FROM opensearch-sql_test_index_online WHERE DAY_OF_MONTH(insert_time) < 21 LIMIT 10000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT insert_time FROM opensearch-sql_test_index_online WHERE DAY_OF_MONTH(insert_time) < 21 LIMIT 10000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:156E24081E8711BC]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DateFunctionsIT.execute(DateFunctionsIT.java:289) at app//org.opensearch.sql.legacy.DateFunctionsIT.query(DateFunctionsIT.java:284) at app//org.opensearch.sql.legacy.DateFunctionsIT.dayOfMonthInWhere(DateFunctionsIT.java:133) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T05:17:50,652][INFO ][o.o.s.l.DateFunctionsIT ] [curdate] before test [2022-09-07T05:17:50,657][INFO ][o.o.s.l.DateFunctionsIT ] [curdate] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFunctionsIT.curdate" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Tbilisi -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CURDATE() AS curdate FROM opensearch-sql_test_index_online not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CURDATE() AS curdate FROM opensearch-sql_test_index_online not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:98CDF592339943D5]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DateFunctionsIT.execute(DateFunctionsIT.java:289) at app//org.opensearch.sql.legacy.DateFunctionsIT.query(DateFunctionsIT.java:284) at app//org.opensearch.sql.legacy.DateFunctionsIT.curdate(DateFunctionsIT.java:278) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T05:17:50,663][INFO ][o.o.s.l.DateFunctionsIT ] [month] before test [2022-09-07T05:17:50,669][INFO ][o.o.s.l.DateFunctionsIT ] [month] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFunctionsIT.month" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Tbilisi -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT MONTH(insert_time) AS month FROM opensearch-sql_test_index_online LIMIT 500 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT MONTH(insert_time) AS month FROM opensearch-sql_test_index_online LIMIT 500 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E2662DC463C3FAB2]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DateFunctionsIT.execute(DateFunctionsIT.java:289) at app//org.opensearch.sql.legacy.DateFunctionsIT.query(DateFunctionsIT.java:284) at app//org.opensearch.sql.legacy.DateFunctionsIT.month(DateFunctionsIT.java:204) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T05:17:50,677][INFO ][o.o.s.l.DateFunctionsIT ] [maketime] before test [2022-09-07T05:17:50,682][INFO ][o.o.s.l.DateFunctionsIT ] [maketime] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFunctionsIT.maketime" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Tbilisi -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT MAKETIME(13, 1, 1) AS maketime FROM opensearch-sql_test_index_online not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT MAKETIME(13, 1, 1) AS maketime FROM opensearch-sql_test_index_online not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:77C68CE5FFE514AA]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DateFunctionsIT.execute(DateFunctionsIT.java:289) at app//org.opensearch.sql.legacy.DateFunctionsIT.query(DateFunctionsIT.java:284) at app//org.opensearch.sql.legacy.DateFunctionsIT.maketime(DateFunctionsIT.java:264) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T05:17:50,688][INFO ][o.o.s.l.DateFunctionsIT ] [weekOfYearInWhere] before test [2022-09-07T05:17:50,693][INFO ][o.o.s.l.DateFunctionsIT ] [weekOfYearInWhere] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFunctionsIT.weekOfYearInWhere" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Tbilisi -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT insert_time FROM opensearch-sql_test_index_online WHERE DATE_FORMAT(insert_time, 'YYYY-MM-dd') < '2014-08-19' AND WEEK_OF_YEAR(insert_time) > 33 LIMIT 2000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT insert_time FROM opensearch-sql_test_index_online WHERE DATE_FORMAT(insert_time, 'YYYY-MM-dd') < '2014-08-19' AND WEEK_OF_YEAR(insert_time) > 33 LIMIT 2000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:5895A7B92FBBBCBD]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DateFunctionsIT.execute(DateFunctionsIT.java:289) at app//org.opensearch.sql.legacy.DateFunctionsIT.query(DateFunctionsIT.java:284) at app//org.opensearch.sql.legacy.DateFunctionsIT.weekOfYearInWhere(DateFunctionsIT.java:84) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T05:17:50,700][INFO ][o.o.s.l.DateFunctionsIT ] [monthname] before test [2022-09-07T05:17:50,706][INFO ][o.o.s.l.DateFunctionsIT ] [monthname] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFunctionsIT.monthname" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Tbilisi -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT MONTHNAME(insert_time) AS monthname FROM opensearch-sql_test_index_online LIMIT 500 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT MONTHNAME(insert_time) AS monthname FROM opensearch-sql_test_index_online LIMIT 500 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:A211EFAF24BEDF2A]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DateFunctionsIT.execute(DateFunctionsIT.java:289) at app//org.opensearch.sql.legacy.DateFunctionsIT.query(DateFunctionsIT.java:284) at app//org.opensearch.sql.legacy.DateFunctionsIT.monthname(DateFunctionsIT.java:240) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T05:17:50,711][INFO ][o.o.s.l.DateFunctionsIT ] [dayOfYearInSelect] before test [2022-09-07T05:17:50,717][INFO ][o.o.s.l.DateFunctionsIT ] [dayOfYearInSelect] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFunctionsIT.dayOfYearInSelect" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Tbilisi -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT DAY_OF_YEAR(insert_time) as day_of_year FROM opensearch-sql_test_index_online LIMIT 2000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT DAY_OF_YEAR(insert_time) as day_of_year FROM opensearch-sql_test_index_online LIMIT 2000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:6D748E98DFCB2022]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DateFunctionsIT.execute(DateFunctionsIT.java:289) at app//org.opensearch.sql.legacy.DateFunctionsIT.query(DateFunctionsIT.java:284) at app//org.opensearch.sql.legacy.DateFunctionsIT.dayOfYearInSelect(DateFunctionsIT.java:98) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T05:17:50,723][INFO ][o.o.s.l.DateFunctionsIT ] [date] before test [2022-09-07T05:17:50,728][INFO ][o.o.s.l.DateFunctionsIT ] [date] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFunctionsIT.date" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Tbilisi -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT DATE(insert_time) AS date FROM opensearch-sql_test_index_online LIMIT 500 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT DATE(insert_time) AS date FROM opensearch-sql_test_index_online LIMIT 500 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:3A4D784CBF0D726E]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DateFunctionsIT.execute(DateFunctionsIT.java:289) at app//org.opensearch.sql.legacy.DateFunctionsIT.query(DateFunctionsIT.java:284) at app//org.opensearch.sql.legacy.DateFunctionsIT.date(DateFunctionsIT.java:228) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T05:17:50,734][INFO ][o.o.s.l.DateFunctionsIT ] [year] before test [2022-09-07T05:17:50,738][INFO ][o.o.s.l.DateFunctionsIT ] [year] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFunctionsIT.year" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Tbilisi -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT YEAR(insert_time) as year FROM opensearch-sql_test_index_online not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT YEAR(insert_time) as year FROM opensearch-sql_test_index_online not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:FC1672EE3F205169]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DateFunctionsIT.execute(DateFunctionsIT.java:289) at app//org.opensearch.sql.legacy.DateFunctionsIT.query(DateFunctionsIT.java:284) at app//org.opensearch.sql.legacy.DateFunctionsIT.year(DateFunctionsIT.java:48) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T05:17:50,744][INFO ][o.o.s.l.DateFunctionsIT ] [dayOfYearInWhere] before test [2022-09-07T05:17:50,750][INFO ][o.o.s.l.DateFunctionsIT ] [dayOfYearInWhere] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFunctionsIT.dayOfYearInWhere" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Tbilisi -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT insert_time FROM opensearch-sql_test_index_online WHERE DAY_OF_YEAR(insert_time) < 233 LIMIT 10000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT insert_time FROM opensearch-sql_test_index_online WHERE DAY_OF_YEAR(insert_time) < 233 LIMIT 10000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E22A5948319BF0DB]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DateFunctionsIT.execute(DateFunctionsIT.java:289) at app//org.opensearch.sql.legacy.DateFunctionsIT.query(DateFunctionsIT.java:284) at app//org.opensearch.sql.legacy.DateFunctionsIT.dayOfYearInWhere(DateFunctionsIT.java:110) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T05:17:50,754][INFO ][o.o.s.l.DateFunctionsIT ] [monthOfYear] before test [2022-09-07T05:17:50,759][INFO ][o.o.s.l.DateFunctionsIT ] [monthOfYear] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFunctionsIT.monthOfYear" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Tbilisi -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT MONTH_OF_YEAR(insert_time) as month_of_year FROM opensearch-sql_test_index_online not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT MONTH_OF_YEAR(insert_time) as month_of_year FROM opensearch-sql_test_index_online not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:962BD898098953C]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DateFunctionsIT.execute(DateFunctionsIT.java:289) at app//org.opensearch.sql.legacy.DateFunctionsIT.query(DateFunctionsIT.java:284) at app//org.opensearch.sql.legacy.DateFunctionsIT.monthOfYear(DateFunctionsIT.java:60) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T05:17:50,764][INFO ][o.o.s.l.DateFunctionsIT ] [hourOfDay] before test [2022-09-07T05:17:50,769][INFO ][o.o.s.l.DateFunctionsIT ] [hourOfDay] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFunctionsIT.hourOfDay" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Tbilisi -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT HOUR_OF_DAY(insert_time) as hour_of_day FROM opensearch-sql_test_index_online LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT HOUR_OF_DAY(insert_time) as hour_of_day FROM opensearch-sql_test_index_online LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:93720FE4C2CFC087]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DateFunctionsIT.execute(DateFunctionsIT.java:289) at app//org.opensearch.sql.legacy.DateFunctionsIT.query(DateFunctionsIT.java:284) at app//org.opensearch.sql.legacy.DateFunctionsIT.hourOfDay(DateFunctionsIT.java:156) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T05:17:50,777][INFO ][o.o.s.l.DateFunctionsIT ] [dayofmonth] before test [2022-09-07T05:17:50,785][INFO ][o.o.s.l.DateFunctionsIT ] [dayofmonth] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFunctionsIT.dayofmonth" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Tbilisi -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT DAYOFMONTH(insert_time) AS dayofmonth FROM opensearch-sql_test_index_online LIMIT 500 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT DAYOFMONTH(insert_time) AS dayofmonth FROM opensearch-sql_test_index_online LIMIT 500 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:D30002AC484A5094]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DateFunctionsIT.execute(DateFunctionsIT.java:289) at app//org.opensearch.sql.legacy.DateFunctionsIT.query(DateFunctionsIT.java:284) at app//org.opensearch.sql.legacy.DateFunctionsIT.dayofmonth(DateFunctionsIT.java:216) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T05:17:50,791][INFO ][o.o.s.l.DateFunctionsIT ] [weekOfYearInSelect] before test [2022-09-07T05:17:50,796][INFO ][o.o.s.l.DateFunctionsIT ] [weekOfYearInSelect] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFunctionsIT.weekOfYearInSelect" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Tbilisi -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT WEEK_OF_YEAR(insert_time) as week_of_year FROM opensearch-sql_test_index_online not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT WEEK_OF_YEAR(insert_time) as week_of_year FROM opensearch-sql_test_index_online not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:F5B39AA2B398690]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DateFunctionsIT.execute(DateFunctionsIT.java:289) at app//org.opensearch.sql.legacy.DateFunctionsIT.query(DateFunctionsIT.java:284) at app//org.opensearch.sql.legacy.DateFunctionsIT.weekOfYearInSelect(DateFunctionsIT.java:72) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T05:17:50,803][INFO ][o.o.s.l.DateFunctionsIT ] [minuteOfDay] before test [2022-09-07T05:17:50,809][INFO ][o.o.s.l.DateFunctionsIT ] [minuteOfDay] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFunctionsIT.minuteOfDay" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Tbilisi -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT MINUTE_OF_DAY(insert_time) as minute_of_day FROM opensearch-sql_test_index_online LIMIT 500 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT MINUTE_OF_DAY(insert_time) as minute_of_day FROM opensearch-sql_test_index_online LIMIT 500 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:EDA9742A57CA5200]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DateFunctionsIT.execute(DateFunctionsIT.java:289) at app//org.opensearch.sql.legacy.DateFunctionsIT.query(DateFunctionsIT.java:284) at app//org.opensearch.sql.legacy.DateFunctionsIT.minuteOfDay(DateFunctionsIT.java:168) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T05:17:50,814][INFO ][o.o.s.l.DateFunctionsIT ] [now] before test [2022-09-07T05:17:50,819][INFO ][o.o.s.l.DateFunctionsIT ] [now] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFunctionsIT.now" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Tbilisi -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT NOW() AS now FROM opensearch-sql_test_index_online not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT NOW() AS now FROM opensearch-sql_test_index_online not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:FAED45522F34F197]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DateFunctionsIT.execute(DateFunctionsIT.java:289) at app//org.opensearch.sql.legacy.DateFunctionsIT.query(DateFunctionsIT.java:284) at app//org.opensearch.sql.legacy.DateFunctionsIT.now(DateFunctionsIT.java:271) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T05:17:50,825][INFO ][o.o.s.l.DateFunctionsIT ] [dayOfWeek] before test [2022-09-07T05:17:50,831][INFO ][o.o.s.l.DateFunctionsIT ] [dayOfWeek] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFunctionsIT.dayOfWeek" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Tbilisi -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT DAY_OF_WEEK(insert_time) as day_of_week FROM opensearch-sql_test_index_online LIMIT 2000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT DAY_OF_WEEK(insert_time) as day_of_week FROM opensearch-sql_test_index_online LIMIT 2000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:8CF0136D4BD583CF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DateFunctionsIT.execute(DateFunctionsIT.java:289) at app//org.opensearch.sql.legacy.DateFunctionsIT.query(DateFunctionsIT.java:284) at app//org.opensearch.sql.legacy.DateFunctionsIT.dayOfWeek(DateFunctionsIT.java:144) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T05:17:50,836][INFO ][o.o.s.l.DateFunctionsIT ] [secondOfMinute] before test [2022-09-07T05:17:50,840][INFO ][o.o.s.l.DateFunctionsIT ] [secondOfMinute] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFunctionsIT.secondOfMinute" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Tbilisi -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT SECOND_OF_MINUTE(insert_time) as second_of_minute FROM opensearch-sql_test_index_online LIMIT 500 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT SECOND_OF_MINUTE(insert_time) as second_of_minute FROM opensearch-sql_test_index_online LIMIT 500 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:3F067FADD89D57F1]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DateFunctionsIT.execute(DateFunctionsIT.java:289) at app//org.opensearch.sql.legacy.DateFunctionsIT.query(DateFunctionsIT.java:284) at app//org.opensearch.sql.legacy.DateFunctionsIT.secondOfMinute(DateFunctionsIT.java:192) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T05:17:50,846][INFO ][o.o.s.l.DateFunctionsIT ] [minuteOfHour] before test [2022-09-07T05:17:50,851][INFO ][o.o.s.l.DateFunctionsIT ] [minuteOfHour] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DateFunctionsIT.minuteOfHour" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Tbilisi -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT MINUTE_OF_HOUR(insert_time) as minute_of_hour FROM opensearch-sql_test_index_online LIMIT 500 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT MINUTE_OF_HOUR(insert_time) as minute_of_hour FROM opensearch-sql_test_index_online LIMIT 500 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:36651A1BB73F9637]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DateFunctionsIT.execute(DateFunctionsIT.java:289) at app//org.opensearch.sql.legacy.DateFunctionsIT.query(DateFunctionsIT.java:284) at app//org.opensearch.sql.legacy.DateFunctionsIT.minuteOfHour(DateFunctionsIT.java:180) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T18:17:51,144][INFO ][o.o.s.l.DeleteIT ] [deleteAllTest] before test [2022-09-06T18:17:51,147][INFO ][o.o.s.l.DeleteIT ] [deleteAllTest] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T18:17:53,668][INFO ][o.o.s.l.DeleteIT ] [deleteAllTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DeleteIT.deleteAllTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=lv -Dtests.timezone=Etc/GMT+7 -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:9651CEBE8878E82D]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DeleteIT.deleteAllTest(DeleteIT.java:30) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T18:17:53,674][INFO ][o.o.s.l.DeleteIT ] [deleteWithConditionTestJdbcFormat] before test [2022-09-06T18:17:53,682][INFO ][o.o.s.l.DeleteIT ] [deleteWithConditionTestJdbcFormat] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DeleteIT.deleteWithConditionTestJdbcFormat" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=lv -Dtests.timezone=Etc/GMT+7 -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_phrase WHERE match_phrase(phrase, 'quick fox here') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_phrase WHERE match_phrase(phrase, 'quick fox here') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:A023DDF4214C641C]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DeleteIT.deleteWithConditionTestJdbcFormat(DeleteIT.java:106) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T18:17:53,687][INFO ][o.o.s.l.DeleteIT ] [deleteAllWithJdbcFormat] before test [2022-09-06T18:17:53,695][INFO ][o.o.s.l.DeleteIT ] [deleteAllWithJdbcFormat] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DeleteIT.deleteAllWithJdbcFormat" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=lv -Dtests.timezone=Etc/GMT+7 -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:4B97AB93D4D12D2D]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DeleteIT.deleteAllWithJdbcFormat(DeleteIT.java:73) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T18:17:53,701][INFO ][o.o.s.l.DeleteIT ] [deleteWithConditionTest] before test [2022-09-06T18:17:53,708][INFO ][o.o.s.l.DeleteIT ] [deleteWithConditionTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.DeleteIT.deleteWithConditionTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=lv -Dtests.timezone=Etc/GMT+7 -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_phrase WHERE match_phrase(phrase, 'quick fox here') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_phrase WHERE match_phrase(phrase, 'quick fox here') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:2322946E4EEC0C2B]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.DeleteIT.deleteWithConditionTest(DeleteIT.java:51) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T21:17:54,116][INFO ][o.o.s.l.GetEndpointQueryIT] [getEndPointShouldBeInvalid] before test [2022-09-06T21:17:54,118][INFO ][o.o.s.l.GetEndpointQueryIT] [getEndPointShouldBeInvalid] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T21:17:55,232][INFO ][o.o.s.l.GetEndpointQueryIT] [getEndPointShouldBeInvalid] after test [2022-09-07T07:47:55,489][INFO ][o.o.s.l.HashJoinIT ] [innerJoin] before test [2022-09-07T07:47:55,491][INFO ][o.o.s.l.HashJoinIT ] [innerJoin] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T07:47:58,237][INFO ][o.o.s.l.HashJoinIT ] [innerJoin] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.HashJoinIT.innerJoin" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=it -Dtests.timezone=Asia/Yangon -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ a.firstname, a.lastname, b.city, b.state FROM opensearch-sql_test_index_account a INNER JOIN opensearch-sql_test_index_account b ON b.age = a.age WHERE a.balance > 45000 AND b.age > 25 LIMIT 1000000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ a.firstname, a.lastname, b.city, b.state FROM opensearch-sql_test_index_account a INNER JOIN opensearch-sql_test_index_account b ON b.age = a.age WHERE a.balance > 45000 AND b.age > 25 LIMIT 1000000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:F44E7491A330EA80]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.HashJoinIT.executeAndCompareOldAndNewJoins(HashJoinIT.java:152) at app//org.opensearch.sql.legacy.HashJoinIT.testJoin(HashJoinIT.java:127) at app//org.opensearch.sql.legacy.HashJoinIT.innerJoin(HashJoinIT.java:63) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:47:58,242][INFO ][o.o.s.l.HashJoinIT ] [leftJoinWithObjectFieldAndPageSizeGreaterThanBlockSize] before test [2022-09-07T07:47:58,255][INFO ][o.o.s.l.HashJoinIT ] [leftJoinWithObjectFieldAndPageSizeGreaterThanBlockSize] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.HashJoinIT.leftJoinWithObjectFieldAndPageSizeGreaterThanBlockSize" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=it -Dtests.timezone=Asia/Yangon -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, c.name.lastname, f.hname, f.seat FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.gender.keyword = c.gender.keyword AND f.house.keyword = c.house.keyword WHERE c.gender = 'M' LIMIT 1000000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, c.name.lastname, f.hname, f.seat FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.gender.keyword = c.gender.keyword AND f.house.keyword = c.house.keyword WHERE c.gender = 'M' LIMIT 1000000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:D9DC5F644BBFAD9B]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.HashJoinIT.executeAndCompareOldAndNewJoins(HashJoinIT.java:152) at app//org.opensearch.sql.legacy.HashJoinIT.testJoinWithObjectField(HashJoinIT.java:146) at app//org.opensearch.sql.legacy.HashJoinIT.leftJoinWithObjectFieldAndPageSizeGreaterThanBlockSize(HashJoinIT.java:99) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:47:58,260][INFO ][o.o.s.l.HashJoinIT ] [innerJoinWithObjectFieldAndPageSizeGreaterThanBlockSize] before test [2022-09-07T07:47:58,265][INFO ][o.o.s.l.HashJoinIT ] [innerJoinWithObjectFieldAndPageSizeGreaterThanBlockSize] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.HashJoinIT.innerJoinWithObjectFieldAndPageSizeGreaterThanBlockSize" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=it -Dtests.timezone=Asia/Yangon -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, c.name.lastname, f.hname, f.seat FROM opensearch-sql_test_index_game_of_thrones c INNER JOIN opensearch-sql_test_index_game_of_thrones f ON f.gender.keyword = c.gender.keyword AND f.house.keyword = c.house.keyword WHERE c.gender = 'M' LIMIT 1000000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, c.name.lastname, f.hname, f.seat FROM opensearch-sql_test_index_game_of_thrones c INNER JOIN opensearch-sql_test_index_game_of_thrones f ON f.gender.keyword = c.gender.keyword AND f.house.keyword = c.house.keyword WHERE c.gender = 'M' LIMIT 1000000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:66A25FF61D46CAFF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.HashJoinIT.executeAndCompareOldAndNewJoins(HashJoinIT.java:152) at app//org.opensearch.sql.legacy.HashJoinIT.testJoinWithObjectField(HashJoinIT.java:146) at app//org.opensearch.sql.legacy.HashJoinIT.innerJoinWithObjectFieldAndPageSizeGreaterThanBlockSize(HashJoinIT.java:94) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:47:58,273][INFO ][o.o.s.l.HashJoinIT ] [leftJoin] before test [2022-09-07T07:47:58,280][INFO ][o.o.s.l.HashJoinIT ] [leftJoin] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.HashJoinIT.leftJoin" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=it -Dtests.timezone=Asia/Yangon -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ a.firstname, a.lastname, b.city, b.state FROM opensearch-sql_test_index_account a LEFT JOIN opensearch-sql_test_index_account b ON b.age = a.age WHERE a.balance > 45000 AND b.age > 25 LIMIT 1000000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ a.firstname, a.lastname, b.city, b.state FROM opensearch-sql_test_index_account a LEFT JOIN opensearch-sql_test_index_account b ON b.age = a.age WHERE a.balance > 45000 AND b.age > 25 LIMIT 1000000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B1195DD779F45D1D]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.HashJoinIT.executeAndCompareOldAndNewJoins(HashJoinIT.java:152) at app//org.opensearch.sql.legacy.HashJoinIT.testJoin(HashJoinIT.java:127) at app//org.opensearch.sql.legacy.HashJoinIT.leftJoin(HashJoinIT.java:69) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:47:58,286][INFO ][o.o.s.l.HashJoinIT ] [innerJoinWithObjectFieldAndPageSizeLessThanBlockSize] before test [2022-09-07T07:47:58,292][INFO ][o.o.s.l.HashJoinIT ] [innerJoinWithObjectFieldAndPageSizeLessThanBlockSize] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.HashJoinIT.innerJoinWithObjectFieldAndPageSizeLessThanBlockSize" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=it -Dtests.timezone=Asia/Yangon -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, c.name.lastname, f.hname, f.seat FROM opensearch-sql_test_index_game_of_thrones c INNER JOIN opensearch-sql_test_index_game_of_thrones f ON f.gender.keyword = c.gender.keyword AND f.house.keyword = c.house.keyword WHERE c.gender = 'M' LIMIT 1000000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, c.name.lastname, f.hname, f.seat FROM opensearch-sql_test_index_game_of_thrones c INNER JOIN opensearch-sql_test_index_game_of_thrones f ON f.gender.keyword = c.gender.keyword AND f.house.keyword = c.house.keyword WHERE c.gender = 'M' LIMIT 1000000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:EC186BC143A10B6C]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.HashJoinIT.executeAndCompareOldAndNewJoins(HashJoinIT.java:152) at app//org.opensearch.sql.legacy.HashJoinIT.testJoinWithObjectField(HashJoinIT.java:146) at app//org.opensearch.sql.legacy.HashJoinIT.innerJoinWithObjectFieldAndPageSizeLessThanBlockSize(HashJoinIT.java:104) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:47:58,299][INFO ][o.o.s.l.HashJoinIT ] [innerJoinWithObjectField] before test [2022-09-07T07:47:58,305][INFO ][o.o.s.l.HashJoinIT ] [innerJoinWithObjectField] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.HashJoinIT.innerJoinWithObjectField" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=it -Dtests.timezone=Asia/Yangon -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, c.name.lastname, f.hname, f.seat FROM opensearch-sql_test_index_game_of_thrones c INNER JOIN opensearch-sql_test_index_game_of_thrones f ON f.gender.keyword = c.gender.keyword AND f.house.keyword = c.house.keyword WHERE c.gender = 'M' LIMIT 1000000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, c.name.lastname, f.hname, f.seat FROM opensearch-sql_test_index_game_of_thrones c INNER JOIN opensearch-sql_test_index_game_of_thrones f ON f.gender.keyword = c.gender.keyword AND f.house.keyword = c.house.keyword WHERE c.gender = 'M' LIMIT 1000000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:50F3A0BF2D3E186A]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.HashJoinIT.executeAndCompareOldAndNewJoins(HashJoinIT.java:152) at app//org.opensearch.sql.legacy.HashJoinIT.testJoinWithObjectField(HashJoinIT.java:146) at app//org.opensearch.sql.legacy.HashJoinIT.innerJoinWithObjectField(HashJoinIT.java:74) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:47:58,311][INFO ][o.o.s.l.HashJoinIT ] [leftJoinWithObjectField] before test [2022-09-07T07:47:58,317][INFO ][o.o.s.l.HashJoinIT ] [leftJoinWithObjectField] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.HashJoinIT.leftJoinWithObjectField" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=it -Dtests.timezone=Asia/Yangon -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, c.name.lastname, f.hname, f.seat FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.gender.keyword = c.gender.keyword AND f.house.keyword = c.house.keyword WHERE c.gender = 'M' LIMIT 1000000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, c.name.lastname, f.hname, f.seat FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.gender.keyword = c.gender.keyword AND f.house.keyword = c.house.keyword WHERE c.gender = 'M' LIMIT 1000000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:45B4C3B3F61A8E82]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.HashJoinIT.executeAndCompareOldAndNewJoins(HashJoinIT.java:152) at app//org.opensearch.sql.legacy.HashJoinIT.testJoinWithObjectField(HashJoinIT.java:146) at app//org.opensearch.sql.legacy.HashJoinIT.leftJoinWithObjectField(HashJoinIT.java:79) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:47:58,324][INFO ][o.o.s.l.HashJoinIT ] [leftJoinWithObjectFieldAndPageSizeLessThanBlockSize] before test [2022-09-07T07:47:58,332][INFO ][o.o.s.l.HashJoinIT ] [leftJoinWithObjectFieldAndPageSizeLessThanBlockSize] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.HashJoinIT.leftJoinWithObjectFieldAndPageSizeLessThanBlockSize" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=it -Dtests.timezone=Asia/Yangon -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, c.name.lastname, f.hname, f.seat FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.gender.keyword = c.gender.keyword AND f.house.keyword = c.house.keyword WHERE c.gender = 'M' LIMIT 1000000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, c.name.lastname, f.hname, f.seat FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.gender.keyword = c.gender.keyword AND f.house.keyword = c.house.keyword WHERE c.gender = 'M' LIMIT 1000000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:4EB659F5E41980B2]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.HashJoinIT.executeAndCompareOldAndNewJoins(HashJoinIT.java:152) at app//org.opensearch.sql.legacy.HashJoinIT.testJoinWithObjectField(HashJoinIT.java:146) at app//org.opensearch.sql.legacy.HashJoinIT.leftJoinWithObjectFieldAndPageSizeLessThanBlockSize(HashJoinIT.java:109) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:47:58,341][INFO ][o.o.s.l.HashJoinIT ] [leftJoinWithObjectFieldAndTermsFilter] before test [2022-09-07T07:47:58,349][INFO ][o.o.s.l.HashJoinIT ] [leftJoinWithObjectFieldAndTermsFilter] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.HashJoinIT.leftJoinWithObjectFieldAndTermsFilter" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=it -Dtests.timezone=Asia/Yangon -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, c.name.lastname, f.hname, f.seat FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.gender.keyword = c.gender.keyword AND f.house.keyword = c.house.keyword WHERE c.gender = 'M' LIMIT 1000000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, c.name.lastname, f.hname, f.seat FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.gender.keyword = c.gender.keyword AND f.house.keyword = c.house.keyword WHERE c.gender = 'M' LIMIT 1000000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:3881C9C2666A62A9]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.HashJoinIT.executeAndCompareOldAndNewJoins(HashJoinIT.java:152) at app//org.opensearch.sql.legacy.HashJoinIT.testJoinWithObjectField(HashJoinIT.java:146) at app//org.opensearch.sql.legacy.HashJoinIT.leftJoinWithObjectFieldAndTermsFilter(HashJoinIT.java:89) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:47:58,355][INFO ][o.o.s.l.HashJoinIT ] [innerJoinWithObjectFieldAndTermsFilter] before test [2022-09-07T07:47:58,361][INFO ][o.o.s.l.HashJoinIT ] [innerJoinWithObjectFieldAndTermsFilter] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.HashJoinIT.innerJoinWithObjectFieldAndTermsFilter" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=it -Dtests.timezone=Asia/Yangon -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, c.name.lastname, f.hname, f.seat FROM opensearch-sql_test_index_game_of_thrones c INNER JOIN opensearch-sql_test_index_game_of_thrones f ON f.gender.keyword = c.gender.keyword AND f.house.keyword = c.house.keyword WHERE c.gender = 'M' LIMIT 1000000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, c.name.lastname, f.hname, f.seat FROM opensearch-sql_test_index_game_of_thrones c INNER JOIN opensearch-sql_test_index_game_of_thrones f ON f.gender.keyword = c.gender.keyword AND f.house.keyword = c.house.keyword WHERE c.gender = 'M' LIMIT 1000000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:D6048C392283C1D2]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.HashJoinIT.executeAndCompareOldAndNewJoins(HashJoinIT.java:152) at app//org.opensearch.sql.legacy.HashJoinIT.testJoinWithObjectField(HashJoinIT.java:146) at app//org.opensearch.sql.legacy.HashJoinIT.innerJoinWithObjectFieldAndTermsFilter(HashJoinIT.java:84) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:17:58,670][INFO ][o.o.s.l.HavingIT ] [in] before test [2022-09-06T20:17:58,672][INFO ][o.o.s.l.HavingIT ] [in] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T20:17:59,987][INFO ][o.o.s.l.HavingIT ] [in] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.HavingIT.in" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=be -Dtests.timezone=America/Rankin_Inlet -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING cnt IN (2, 3) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING cnt IN (2, 3) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:CDC7BE49213D3288]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.HavingIT.query(HavingIT.java:165) at app//org.opensearch.sql.legacy.HavingIT.in(HavingIT.java:104) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:17:59,993][INFO ][o.o.s.l.HavingIT ] [notIn] before test [2022-09-06T20:17:59,998][INFO ][o.o.s.l.HavingIT ] [notIn] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.HavingIT.notIn" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=be -Dtests.timezone=America/Rankin_Inlet -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING cnt NOT IN (2, 3) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING cnt NOT IN (2, 3) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:9F9C0EB29502FCB7]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.HavingIT.query(HavingIT.java:165) at app//org.opensearch.sql.legacy.HavingIT.notIn(HavingIT.java:115) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:18:00,004][INFO ][o.o.s.l.HavingIT ] [and] before test [2022-09-06T20:18:00,008][INFO ][o.o.s.l.HavingIT ] [and] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.HavingIT.and" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=be -Dtests.timezone=America/Rankin_Inlet -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING cnt >= 1 AND cnt < 3 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING cnt >= 1 AND cnt < 3 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:5D34EB4E290180B9]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.HavingIT.query(HavingIT.java:165) at app//org.opensearch.sql.legacy.HavingIT.and(HavingIT.java:125) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:18:00,014][INFO ][o.o.s.l.HavingIT ] [between] before test [2022-09-06T20:18:00,023][INFO ][o.o.s.l.HavingIT ] [between] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.HavingIT.between" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=be -Dtests.timezone=America/Rankin_Inlet -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING cnt BETWEEN 1 AND 2 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING cnt BETWEEN 1 AND 2 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:7EA6DB62275E6909]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.HavingIT.query(HavingIT.java:165) at app//org.opensearch.sql.legacy.HavingIT.between(HavingIT.java:83) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:18:00,030][INFO ][o.o.s.l.HavingIT ] [notEqualsTo] before test [2022-09-06T20:18:00,036][INFO ][o.o.s.l.HavingIT ] [notEqualsTo] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.HavingIT.notEqualsTo" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=be -Dtests.timezone=America/Rankin_Inlet -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING cnt <> 2 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING cnt <> 2 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:67C121FBFD064AC1]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.HavingIT.query(HavingIT.java:165) at app//org.opensearch.sql.legacy.HavingIT.notEqualsTo(HavingIT.java:72) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:18:00,044][INFO ][o.o.s.l.HavingIT ] [not] before test [2022-09-06T20:18:00,050][INFO ][o.o.s.l.HavingIT ] [not] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.HavingIT.not" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=be -Dtests.timezone=America/Rankin_Inlet -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING NOT cnt >= 2 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING NOT cnt >= 2 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:A844AF3E059EEBCA]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.HavingIT.query(HavingIT.java:165) at app//org.opensearch.sql.legacy.HavingIT.not(HavingIT.java:147) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:18:00,056][INFO ][o.o.s.l.HavingIT ] [or] before test [2022-09-06T20:18:00,062][INFO ][o.o.s.l.HavingIT ] [or] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.HavingIT.or" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=be -Dtests.timezone=America/Rankin_Inlet -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING cnt = 1 OR cnt = 3 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING cnt = 1 OR cnt = 3 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:5C29AEDB1BB16A5E]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.HavingIT.query(HavingIT.java:165) at app//org.opensearch.sql.legacy.HavingIT.or(HavingIT.java:136) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:18:00,069][INFO ][o.o.s.l.HavingIT ] [notBetween] before test [2022-09-06T20:18:00,077][INFO ][o.o.s.l.HavingIT ] [notBetween] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.HavingIT.notBetween" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=be -Dtests.timezone=America/Rankin_Inlet -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING cnt NOT BETWEEN 1 AND 2 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING cnt NOT BETWEEN 1 AND 2 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:931DDA58F27D60CF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.HavingIT.query(HavingIT.java:165) at app//org.opensearch.sql.legacy.HavingIT.notBetween(HavingIT.java:94) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:18:00,085][INFO ][o.o.s.l.HavingIT ] [equalsTo] before test [2022-09-06T20:18:00,092][INFO ][o.o.s.l.HavingIT ] [equalsTo] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.HavingIT.equalsTo" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=be -Dtests.timezone=America/Rankin_Inlet -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING cnt = 2 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING cnt = 2 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B24730C44A0AE8C5]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.HavingIT.query(HavingIT.java:165) at app//org.opensearch.sql.legacy.HavingIT.equalsTo(HavingIT.java:51) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:18:00,101][INFO ][o.o.s.l.HavingIT ] [notAndOr] before test [2022-09-06T20:18:00,106][INFO ][o.o.s.l.HavingIT ] [notAndOr] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.HavingIT.notAndOr" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=be -Dtests.timezone=America/Rankin_Inlet -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING NOT (cnt > 0 AND cnt <= 2) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING NOT (cnt > 0 AND cnt <= 2) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:FF3D5154125B45FD]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.HavingIT.query(HavingIT.java:165) at app//org.opensearch.sql.legacy.HavingIT.notAndOr(HavingIT.java:157) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T20:18:00,112][INFO ][o.o.s.l.HavingIT ] [lessThanOrEqual] before test [2022-09-06T20:18:00,118][INFO ][o.o.s.l.HavingIT ] [lessThanOrEqual] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.HavingIT.lessThanOrEqual" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=be -Dtests.timezone=America/Rankin_Inlet -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING cnt <= 2 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state, COUNT(*) cnt FROM opensearch-sql_test_index_account WHERE age = 30 GROUP BY state HAVING cnt <= 2 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:FF67C21B49D162F5]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.HavingIT.query(HavingIT.java:165) at app//org.opensearch.sql.legacy.HavingIT.lessThanOrEqual(HavingIT.java:61) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T21:18:00,418][INFO ][o.o.s.l.JSONRequestIT ] [search] before test [2022-09-06T21:18:00,420][INFO ][o.o.s.l.JSONRequestIT ] [search] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T21:18:02,682][INFO ][o.o.s.l.JSONRequestIT ] [search] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JSONRequestIT.search" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-YE -Dtests.timezone=America/Grenada -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE age > 25 LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE age > 25 LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:69D9FFF69CD2DBFB]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.JSONRequestIT.query(JSONRequestIT.java:185) at app//org.opensearch.sql.legacy.JSONRequestIT.search(JSONRequestIT.java:38) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T21:18:02,688][INFO ][o.o.s.l.JSONRequestIT ] [searchWithFilterAndNoWhere] before test [2022-09-06T21:18:02,693][INFO ][o.o.s.l.JSONRequestIT ] [searchWithFilterAndNoWhere] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JSONRequestIT.searchWithFilterAndNoWhere" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-YE -Dtests.timezone=America/Grenada -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:9182CCECF1F6411A]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.JSONRequestIT.query(JSONRequestIT.java:185) at app//org.opensearch.sql.legacy.JSONRequestIT.searchWithFilterAndNoWhere(JSONRequestIT.java:66) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T21:18:02,699][INFO ][o.o.s.l.JSONRequestIT ] [searchWithNestedFilter] before test [2022-09-06T21:18:02,703][INFO ][o.o.s.l.JSONRequestIT ] [searchWithNestedFilter] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JSONRequestIT.searchWithNestedFilter" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-YE -Dtests.timezone=America/Grenada -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_nested_type WHERE nested(comment.likes) > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_nested_type WHERE nested(comment.likes) > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:779297E2AFDE64E1]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.JSONRequestIT.query(JSONRequestIT.java:185) at app//org.opensearch.sql.legacy.JSONRequestIT.searchWithNestedFilter(JSONRequestIT.java:168) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T21:18:02,708][INFO ][o.o.s.l.JSONRequestIT ] [searchWithRangeFilter] before test [2022-09-06T21:18:02,714][INFO ][o.o.s.l.JSONRequestIT ] [searchWithRangeFilter] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JSONRequestIT.searchWithRangeFilter" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-YE -Dtests.timezone=America/Grenada -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE age > 25 LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE age > 25 LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B3132EB8C3841103]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.JSONRequestIT.query(JSONRequestIT.java:185) at app//org.opensearch.sql.legacy.JSONRequestIT.searchWithRangeFilter(JSONRequestIT.java:95) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T21:18:02,719][INFO ][o.o.s.l.JSONRequestIT ] [searchWithTermFilter] before test [2022-09-06T21:18:02,724][INFO ][o.o.s.l.JSONRequestIT ] [searchWithTermFilter] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JSONRequestIT.searchWithTermFilter" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-YE -Dtests.timezone=America/Grenada -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_nested_type WHERE nested(comment.likes) < 3 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_nested_type WHERE nested(comment.likes) < 3 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:FCDEA359E38C52A]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.JSONRequestIT.query(JSONRequestIT.java:185) at app//org.opensearch.sql.legacy.JSONRequestIT.searchWithTermFilter(JSONRequestIT.java:129) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:03,095][INFO ][o.o.s.l.JdbcTestIT ] [testPercentilesQuery] before test [2022-09-07T03:18:03,097][INFO ][o.o.s.l.JdbcTestIT ] [testPercentilesQuery] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T03:18:09,819][INFO ][o.o.s.l.JdbcTestIT ] [testPercentilesQuery] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JdbcTestIT.testPercentilesQuery" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=es-PE -Dtests.timezone=Europe/Budapest -Druntime.java=17 org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT percentiles(age, 25.0, 50.0, 75.0, 99.9) age_percentiles FROM opensearch-sql_test_index_people not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }java.lang.RuntimeException: org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT percentiles(age, 25.0, 50.0, 75.0, 99.9) age_percentiles FROM opensearch-sql_test_index_people not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:CEEC6D5A711F51D1]:0) at org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:237) at org.opensearch.sql.legacy.SQLIntegTestCase.executeJdbcRequest(SQLIntegTestCase.java:242) at org.opensearch.sql.legacy.JdbcTestIT.testPercentilesQuery(JdbcTestIT.java:30) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT percentiles(age, 25.0, 50.0, 75.0, 99.9) age_percentiles FROM opensearch-sql_test_index_people not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:231) ... 42 more [2022-09-07T03:18:09,825][INFO ][o.o.s.l.JdbcTestIT ] [trigFunctionNameCaseInsensitiveTest] before test [2022-09-07T03:18:09,855][INFO ][o.o.s.l.JdbcTestIT ] [trigFunctionNameCaseInsensitiveTest] after test [2022-09-07T03:18:09,861][INFO ][o.o.s.l.JdbcTestIT ] [functionWithoutAliasShouldHaveEntireFunctionAsNameInSchema] before test [2022-09-07T03:18:09,921][INFO ][o.o.s.l.JdbcTestIT ] [functionWithoutAliasShouldHaveEntireFunctionAsNameInSchema] after test [2022-09-07T03:18:09,926][INFO ][o.o.s.l.JdbcTestIT ] [functionWithAliasShouldHaveAliasAsNameInSchema] before test [2022-09-07T03:18:09,941][INFO ][o.o.s.l.JdbcTestIT ] [functionWithAliasShouldHaveAliasAsNameInSchema] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JdbcTestIT.functionWithAliasShouldHaveAliasAsNameInSchema" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=es-PE -Dtests.timezone=Europe/Budapest -Druntime.java=17 org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT substring(lastname, 1, 2) AS substring FROM opensearch-sql_test_index_account ORDER BY substring not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }java.lang.RuntimeException: org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT substring(lastname, 1, 2) AS substring FROM opensearch-sql_test_index_account ORDER BY substring not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:F686F718BB5209F2]:0) at org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:237) at org.opensearch.sql.legacy.JdbcTestIT.functionWithAliasShouldHaveAliasAsNameInSchema(JdbcTestIT.java:171) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT substring(lastname, 1, 2) AS substring FROM opensearch-sql_test_index_account ORDER BY substring not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:231) ... 41 more [2022-09-07T03:18:09,947][INFO ][o.o.s.l.JdbcTestIT ] [numberOperatorNameCaseInsensitiveTest] before test [2022-09-07T03:18:09,968][INFO ][o.o.s.l.JdbcTestIT ] [numberOperatorNameCaseInsensitiveTest] after test [2022-09-07T03:18:09,975][INFO ][o.o.s.l.JdbcTestIT ] [ipTypeShouldPassJdbcFormatter] before test [2022-09-07T03:18:09,998][INFO ][o.o.s.l.JdbcTestIT ] [ipTypeShouldPassJdbcFormatter] after test [2022-09-07T03:18:10,003][INFO ][o.o.s.l.JdbcTestIT ] [testSlowQuery] before test [2022-09-07T03:18:10,231][INFO ][o.o.s.l.JdbcTestIT ] [testSlowQuery] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JdbcTestIT.testSlowQuery" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=es-PE -Dtests.timezone=Europe/Budapest -Druntime.java=17 org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT percentiles(age, 25.0, 50.0, 75.0, 99.9) age_percentiles FROM opensearch-sql_test_index_people not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }java.lang.RuntimeException: org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT percentiles(age, 25.0, 50.0, 75.0, 99.9) age_percentiles FROM opensearch-sql_test_index_people not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:18DB55DAFA314EB3]:0) at org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:237) at org.opensearch.sql.legacy.SQLIntegTestCase.executeJdbcRequest(SQLIntegTestCase.java:242) at org.opensearch.sql.legacy.JdbcTestIT.testSlowQuery(JdbcTestIT.java:50) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT percentiles(age, 25.0, 50.0, 75.0, 99.9) age_percentiles FROM opensearch-sql_test_index_people not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:231) ... 42 more [2022-09-07T03:18:10,238][INFO ][o.o.s.l.JdbcTestIT ] [stringOperatorNameCaseInsensitiveTest] before test [2022-09-07T03:18:10,254][INFO ][o.o.s.l.JdbcTestIT ] [stringOperatorNameCaseInsensitiveTest] after test [2022-09-07T03:18:10,259][INFO ][o.o.s.l.JdbcTestIT ] [testGroupByInQuery] before test [2022-09-07T03:18:10,591][INFO ][o.o.s.l.JdbcTestIT ] [testGroupByInQuery] after test [2022-09-07T06:18:11,421][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [sameTablesWithExplicitAliasOnFirst] before test [2022-09-07T06:18:11,421][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [sameTablesWithExplicitAliasOnFirst] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T06:18:14,340][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [sameTablesWithExplicitAliasOnFirst] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinAliasWriterRuleIT.sameTablesWithExplicitAliasOnFirst" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Atyrau -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT opensearch-sql_test_index_bank.firstname, a.lastname FROM opensearch-sql_test_index_bank a JOIN opensearch-sql_test_index_bank ON opensearch-sql_test_index_bank.firstname = a.lastname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT opensearch-sql_test_index_bank.firstname, a.lastname FROM opensearch-sql_test_index_bank a JOIN opensearch-sql_test_index_bank ON opensearch-sql_test_index_bank.firstname = a.lastname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:18CBDFFFED7FB6B2]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at app//org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at app//org.opensearch.sql.legacy.JoinAliasWriterRuleIT.sameExplain(JoinAliasWriterRuleIT.java:246) at app//org.opensearch.sql.legacy.JoinAliasWriterRuleIT.sameTablesWithExplicitAliasOnFirst(JoinAliasWriterRuleIT.java:209) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:18:14,351][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [noTableAliasNoCommonColumns] before test [2022-09-07T06:18:14,363][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [noTableAliasNoCommonColumns] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinAliasWriterRuleIT.noTableAliasNoCommonColumns" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Atyrau -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT id, firstname FROM opensearch-sql_test_index_order INNER JOIN opensearch-sql_test_index_bank ON name = firstname WHERE state = 'WA' OR id < 7 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT id, firstname FROM opensearch-sql_test_index_order INNER JOIN opensearch-sql_test_index_bank ON name = firstname WHERE state = 'WA' OR id < 7 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E173B7C5345E4D54]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at app//org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at app//org.opensearch.sql.legacy.JoinAliasWriterRuleIT.sameExplain(JoinAliasWriterRuleIT.java:246) at app//org.opensearch.sql.legacy.JoinAliasWriterRuleIT.noTableAliasNoCommonColumns(JoinAliasWriterRuleIT.java:34) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:18:14,370][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [actualTableNameAsAliasOnColumnFields] before test [2022-09-07T06:18:14,382][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [actualTableNameAsAliasOnColumnFields] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinAliasWriterRuleIT.actualTableNameAsAliasOnColumnFields" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Atyrau -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT opensearch-sql_test_index_order.id, b.firstname FROM opensearch-sql_test_index_order INNER JOIN opensearch-sql_test_index_bank b ON opensearch-sql_test_index_order.name = firstname WHERE state = 'WA' OR id < 7 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT opensearch-sql_test_index_order.id, b.firstname FROM opensearch-sql_test_index_order INNER JOIN opensearch-sql_test_index_bank b ON opensearch-sql_test_index_order.name = firstname WHERE state = 'WA' OR id < 7 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:4B60B91620E8E30B]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at app//org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at app//org.opensearch.sql.legacy.JoinAliasWriterRuleIT.sameExplain(JoinAliasWriterRuleIT.java:246) at app//org.opensearch.sql.legacy.JoinAliasWriterRuleIT.actualTableNameAsAliasOnColumnFields(JoinAliasWriterRuleIT.java:121) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:18:14,388][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [oneTableAliasNoCommonColumns] before test [2022-09-07T06:18:14,402][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [oneTableAliasNoCommonColumns] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinAliasWriterRuleIT.oneTableAliasNoCommonColumns" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Atyrau -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT id, firstname FROM opensearch-sql_test_index_order a INNER JOIN opensearch-sql_test_index_bank ON name = firstname WHERE state = 'WA' OR id < 7 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT id, firstname FROM opensearch-sql_test_index_order a INNER JOIN opensearch-sql_test_index_bank ON name = firstname WHERE state = 'WA' OR id < 7 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:6DCBE3EFD1B9B7D5]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at app//org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at app//org.opensearch.sql.legacy.JoinAliasWriterRuleIT.sameExplain(JoinAliasWriterRuleIT.java:246) at app//org.opensearch.sql.legacy.JoinAliasWriterRuleIT.oneTableAliasNoCommonColumns(JoinAliasWriterRuleIT.java:51) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:18:14,406][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [sameTablesNoAliasWithTableNameAsAliasOnColumns] before test [2022-09-07T06:18:14,419][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [sameTablesNoAliasWithTableNameAsAliasOnColumns] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinAliasWriterRuleIT.sameTablesNoAliasWithTableNameAsAliasOnColumns" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Atyrau -Druntime.java=17 Expected: (an instance of org.opensearch.client.ResponseException and exception with message a string containing "Not unique table/alias: [opensearch-sql_test_index_bank]") but: exception with message a string containing "Not unique table/alias: [opensearch-sql_test_index_bank]" message was "method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT opensearch-sql_test_index_bank.firstname FROM opensearch-sql_test_index_bank JOIN opensearch-sql_test_index_bank ON opensearch-sql_test_index_bank.firstname = opensearch-sql_test_index_bank.lastname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }" Stacktrace was: org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT opensearch-sql_test_index_bank.firstname FROM opensearch-sql_test_index_bank JOIN opensearch-sql_test_index_bank ON opensearch-sql_test_index_bank.firstname = opensearch-sql_test_index_bank.lastname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at org.opensearch.client.RestClient.performRequest(RestClient.java:345) at org.opensearch.client.RestClient.performRequest(RestClient.java:320) at org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at org.opensearch.sql.legacy.JoinAliasWriterRuleIT.sameTablesNoAliasWithTableNameAsAliasOnColumns(JoinAliasWriterRuleIT.java:199) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) java.lang.AssertionError: Expected: (an instance of org.opensearch.client.ResponseException and exception with message a string containing "Not unique table/alias: [opensearch-sql_test_index_bank]") but: exception with message a string containing "Not unique table/alias: [opensearch-sql_test_index_bank]" message was "method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT opensearch-sql_test_index_bank.firstname FROM opensearch-sql_test_index_bank JOIN opensearch-sql_test_index_bank ON opensearch-sql_test_index_bank.firstname = opensearch-sql_test_index_bank.lastname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }" Stacktrace was: org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT opensearch-sql_test_index_bank.firstname FROM opensearch-sql_test_index_bank JOIN opensearch-sql_test_index_bank ON opensearch-sql_test_index_bank.firstname = opensearch-sql_test_index_bank.lastname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at org.opensearch.client.RestClient.performRequest(RestClient.java:345) at org.opensearch.client.RestClient.performRequest(RestClient.java:320) at org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at org.opensearch.sql.legacy.JoinAliasWriterRuleIT.sameTablesNoAliasWithTableNameAsAliasOnColumns(JoinAliasWriterRuleIT.java:199) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E1551624AD8C6071]:0) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.junit.Assert.assertThat(Assert.java:964) at org.junit.Assert.assertThat(Assert.java:930) at org.junit.rules.ExpectedException.handleException(ExpectedException.java:271) at org.junit.rules.ExpectedException.access$000(ExpectedException.java:111) at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:260) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:18:14,429][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [columnsWithTableAliasNotAffected] before test [2022-09-07T06:18:14,444][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [columnsWithTableAliasNotAffected] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinAliasWriterRuleIT.columnsWithTableAliasNotAffected" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Atyrau -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT a.id, firstname FROM opensearch-sql_test_index_order a INNER JOIN opensearch-sql_test_index_bank b ON name = b.firstname WHERE state = 'WA' OR a.id < 7 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT a.id, firstname FROM opensearch-sql_test_index_order a INNER JOIN opensearch-sql_test_index_bank b ON name = b.firstname WHERE state = 'WA' OR a.id < 7 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:F92A68D1DA0910D7]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at app//org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at app//org.opensearch.sql.legacy.JoinAliasWriterRuleIT.sameExplain(JoinAliasWriterRuleIT.java:246) at app//org.opensearch.sql.legacy.JoinAliasWriterRuleIT.columnsWithTableAliasNotAffected(JoinAliasWriterRuleIT.java:156) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:18:14,451][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [bothTableAliasNoCommonColumns] before test [2022-09-07T06:18:14,465][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [bothTableAliasNoCommonColumns] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinAliasWriterRuleIT.bothTableAliasNoCommonColumns" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Atyrau -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT id, firstname FROM opensearch-sql_test_index_order a INNER JOIN opensearch-sql_test_index_bank b ON name = firstname WHERE state = 'WA' OR id < 7 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT id, firstname FROM opensearch-sql_test_index_order a INNER JOIN opensearch-sql_test_index_bank b ON name = firstname WHERE state = 'WA' OR id < 7 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:8EB4600BDE6A729]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at app//org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at app//org.opensearch.sql.legacy.JoinAliasWriterRuleIT.sameExplain(JoinAliasWriterRuleIT.java:246) at app//org.opensearch.sql.legacy.JoinAliasWriterRuleIT.bothTableAliasNoCommonColumns(JoinAliasWriterRuleIT.java:68) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:18:14,473][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [sameTablesWithExplicitAliasOnSecond] before test [2022-09-07T06:18:14,488][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [sameTablesWithExplicitAliasOnSecond] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinAliasWriterRuleIT.sameTablesWithExplicitAliasOnSecond" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Atyrau -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT opensearch-sql_test_index_bank.firstname, a.lastname FROM opensearch-sql_test_index_bank JOIN opensearch-sql_test_index_bank a ON opensearch-sql_test_index_bank.firstname = a.lastname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT opensearch-sql_test_index_bank.firstname, a.lastname FROM opensearch-sql_test_index_bank JOIN opensearch-sql_test_index_bank a ON opensearch-sql_test_index_bank.firstname = a.lastname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:AF6198AD07D33B36]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at app//org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at app//org.opensearch.sql.legacy.JoinAliasWriterRuleIT.sameExplain(JoinAliasWriterRuleIT.java:246) at app//org.opensearch.sql.legacy.JoinAliasWriterRuleIT.sameTablesWithExplicitAliasOnSecond(JoinAliasWriterRuleIT.java:228) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:18:14,494][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [sameTablesNoAliasAndNoAliasOnColumns] before test [2022-09-07T06:18:14,509][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [sameTablesNoAliasAndNoAliasOnColumns] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinAliasWriterRuleIT.sameTablesNoAliasAndNoAliasOnColumns" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Atyrau -Druntime.java=17 Expected: (an instance of org.opensearch.client.ResponseException and exception with message a string containing "Not unique table/alias: [opensearch-sql_test_index_bank]") but: exception with message a string containing "Not unique table/alias: [opensearch-sql_test_index_bank]" message was "method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, lastname FROM opensearch-sql_test_index_bank LEFT JOIN opensearch-sql_test_index_bank ON firstname = lastname WHERE state = 'VA' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }" Stacktrace was: org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, lastname FROM opensearch-sql_test_index_bank LEFT JOIN opensearch-sql_test_index_bank ON firstname = lastname WHERE state = 'VA' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at org.opensearch.client.RestClient.performRequest(RestClient.java:345) at org.opensearch.client.RestClient.performRequest(RestClient.java:320) at org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at org.opensearch.sql.legacy.JoinAliasWriterRuleIT.sameTablesNoAliasAndNoAliasOnColumns(JoinAliasWriterRuleIT.java:187) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) java.lang.AssertionError: Expected: (an instance of org.opensearch.client.ResponseException and exception with message a string containing "Not unique table/alias: [opensearch-sql_test_index_bank]") but: exception with message a string containing "Not unique table/alias: [opensearch-sql_test_index_bank]" message was "method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, lastname FROM opensearch-sql_test_index_bank LEFT JOIN opensearch-sql_test_index_bank ON firstname = lastname WHERE state = 'VA' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }" Stacktrace was: org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, lastname FROM opensearch-sql_test_index_bank LEFT JOIN opensearch-sql_test_index_bank ON firstname = lastname WHERE state = 'VA' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at org.opensearch.client.RestClient.performRequest(RestClient.java:345) at org.opensearch.client.RestClient.performRequest(RestClient.java:320) at org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at org.opensearch.sql.legacy.JoinAliasWriterRuleIT.sameTablesNoAliasAndNoAliasOnColumns(JoinAliasWriterRuleIT.java:187) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:126ACBFC0CFFD3D9]:0) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.junit.Assert.assertThat(Assert.java:964) at org.junit.Assert.assertThat(Assert.java:930) at org.junit.rules.ExpectedException.handleException(ExpectedException.java:271) at org.junit.rules.ExpectedException.access$000(ExpectedException.java:111) at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:260) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:18:14,516][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [commonColumnWithoutTableAliasDifferentTables] before test [2022-09-07T06:18:14,533][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [commonColumnWithoutTableAliasDifferentTables] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinAliasWriterRuleIT.commonColumnWithoutTableAliasDifferentTables" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Atyrau -Druntime.java=17 Expected: (an instance of org.opensearch.client.ResponseException and exception with message a string containing "Field name [firstname] is ambiguous") but: exception with message a string containing "Field name [firstname] is ambiguous" message was "method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, lastname FROM opensearch-sql_test_index_bank LEFT JOIN opensearch-sql_test_index_bank_two ON firstname = lastname WHERE state = 'VA' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }" Stacktrace was: org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, lastname FROM opensearch-sql_test_index_bank LEFT JOIN opensearch-sql_test_index_bank_two ON firstname = lastname WHERE state = 'VA' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at org.opensearch.client.RestClient.performRequest(RestClient.java:345) at org.opensearch.client.RestClient.performRequest(RestClient.java:320) at org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at org.opensearch.sql.legacy.JoinAliasWriterRuleIT.commonColumnWithoutTableAliasDifferentTables(JoinAliasWriterRuleIT.java:175) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) java.lang.AssertionError: Expected: (an instance of org.opensearch.client.ResponseException and exception with message a string containing "Field name [firstname] is ambiguous") but: exception with message a string containing "Field name [firstname] is ambiguous" message was "method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, lastname FROM opensearch-sql_test_index_bank LEFT JOIN opensearch-sql_test_index_bank_two ON firstname = lastname WHERE state = 'VA' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }" Stacktrace was: org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, lastname FROM opensearch-sql_test_index_bank LEFT JOIN opensearch-sql_test_index_bank_two ON firstname = lastname WHERE state = 'VA' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at org.opensearch.client.RestClient.performRequest(RestClient.java:345) at org.opensearch.client.RestClient.performRequest(RestClient.java:320) at org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at org.opensearch.sql.legacy.JoinAliasWriterRuleIT.commonColumnWithoutTableAliasDifferentTables(JoinAliasWriterRuleIT.java:175) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:1D851CD61A7D785E]:0) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.junit.Assert.assertThat(Assert.java:964) at org.junit.Assert.assertThat(Assert.java:930) at org.junit.rules.ExpectedException.handleException(ExpectedException.java:271) at org.junit.rules.ExpectedException.access$000(ExpectedException.java:111) at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:260) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:18:14,540][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [actualTableNameAsAliasOnColumnFieldsTwo] before test [2022-09-07T06:18:14,560][INFO ][o.o.s.l.JoinAliasWriterRuleIT] [actualTableNameAsAliasOnColumnFieldsTwo] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinAliasWriterRuleIT.actualTableNameAsAliasOnColumnFieldsTwo" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sq -Dtests.timezone=Asia/Atyrau -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT opensearch-sql_test_index_order.id, opensearch-sql_test_index_bank.firstname FROM opensearch-sql_test_index_order INNER JOIN opensearch-sql_test_index_bank ON opensearch-sql_test_index_order.name = firstname WHERE opensearch-sql_test_index_bank.state = 'WA' OR id < 7 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT opensearch-sql_test_index_order.id, opensearch-sql_test_index_bank.firstname FROM opensearch-sql_test_index_order INNER JOIN opensearch-sql_test_index_bank ON opensearch-sql_test_index_order.name = firstname WHERE opensearch-sql_test_index_bank.state = 'WA' OR id < 7 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:7988D0CFEF65C6F0]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at app//org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at app//org.opensearch.sql.legacy.JoinAliasWriterRuleIT.sameExplain(JoinAliasWriterRuleIT.java:246) at app//org.opensearch.sql.legacy.JoinAliasWriterRuleIT.actualTableNameAsAliasOnColumnFieldsTwo(JoinAliasWriterRuleIT.java:138) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:15,072][INFO ][o.o.s.l.JoinIT ] [hintLimits_firstLimitSecondNullHASH] before test [2022-09-07T13:18:15,075][INFO ][o.o.s.l.JoinIT ] [hintLimits_firstLimitSecondNullHASH] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T13:18:24,107][INFO ][o.o.s.l.JoinIT ] [hintLimits_firstLimitSecondNullHASH] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.hintLimits_firstLimitSecondNullHASH" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! JOIN_TABLES_LIMIT(2,null) */ c.name.firstname,c.parents.father, h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! JOIN_TABLES_LIMIT(2,null) */ c.name.firstname,c.parents.father, h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E813EBD4E39E995A]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.hintLimits_firstLimitSecondNull(JoinIT.java:813) at app//org.opensearch.sql.legacy.JoinIT.hintLimits_firstLimitSecondNullHASH(JoinIT.java:210) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,113][INFO ][o.o.s.l.JoinIT ] [joinParseCheckSelectedFieldsSplitNLConditionOrderGT] before test [2022-09-07T13:18:24,126][INFO ][o.o.s.l.JoinIT ] [joinParseCheckSelectedFieldsSplitNLConditionOrderGT] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinParseCheckSelectedFieldsSplitNLConditionOrderGT" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ a.firstname, a.lastname, a.gender, d.firstname, d.age FROM opensearch-sql_test_index_people a JOIN opensearch-sql_test_index_account d on a.age < d.age WHERE (d.firstname = 'Lynn' OR d.firstname = 'Obrien') AND a.firstname = 'Mcgee' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ a.firstname, a.lastname, a.gender, d.firstname, d.age FROM opensearch-sql_test_index_people a JOIN opensearch-sql_test_index_account d on a.age < d.age WHERE (d.firstname = 'Lynn' OR d.firstname = 'Obrien') AND a.firstname = 'Mcgee' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:7B6AA1CA66B85A61]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinParseCheckSelectedFieldsSplitNLConditionOrderGT(JoinIT.java:431) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,131][INFO ][o.o.s.l.JoinIT ] [joinWithNoWhereButWithConditionNL] before test [2022-09-07T13:18:24,140][INFO ][o.o.s.l.JoinIT ] [joinWithNoWhereButWithConditionNL] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinWithNoWhereButWithConditionNL" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.gender,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.house not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.gender,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.house not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:2063580417FA6F8D]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithNoWhereButWithCondition(JoinIT.java:617) at app//org.opensearch.sql.legacy.JoinIT.joinWithNoWhereButWithConditionNL(JoinIT.java:92) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,145][INFO ][o.o.s.l.JoinIT ] [joinWithSomeAliasOnReturnHASH] before test [2022-09-07T13:18:24,153][INFO ][o.o.s.l.JoinIT ] [joinWithSomeAliasOnReturnHASH] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinWithSomeAliasOnReturnHASH" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname ,c.parents.father father, h.hname house FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.house WHERE match_phrase(c.name.firstname, 'Daenerys') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname ,c.parents.father father, h.hname house FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.house WHERE match_phrase(c.name.firstname, 'Daenerys') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:C1F93D6B28C32571]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithSomeAliasOnReturn(JoinIT.java:731) at app//org.opensearch.sql.legacy.JoinIT.joinWithSomeAliasOnReturnHASH(JoinIT.java:174) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,157][INFO ][o.o.s.l.JoinIT ] [joinNoConditionAndNoWhereWithTotalLimitNL] before test [2022-09-07T13:18:24,166][INFO ][o.o.s.l.JoinIT ] [joinNoConditionAndNoWhereWithTotalLimitNL] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinNoConditionAndNoWhereWithTotalLimitNL" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h LIMIT 9 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h LIMIT 9 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:6C46E62C65250294]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinNoConditionAndNoWhereWithTotalLimit(JoinIT.java:669) at app//org.opensearch.sql.legacy.JoinIT.joinNoConditionAndNoWhereWithTotalLimitNL(JoinIT.java:144) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,173][INFO ][o.o.s.l.JoinIT ] [joinWithOrNL] before test [2022-09-07T13:18:24,183][INFO ][o.o.s.l.JoinIT ] [joinWithOrNL] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinWithOrNL" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ d.dog_name,c.name.firstname FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_dog d ON d.holdersName = c.name.firstname OR d.age = c.name.ofHisName not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ d.dog_name,c.name.firstname FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_dog d ON d.holdersName = c.name.firstname OR d.age = c.name.ofHisName not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:6B63FAC1EF988DF9]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithOr(JoinIT.java:876) at app//org.opensearch.sql.legacy.JoinIT.joinWithOrNL(JoinIT.java:323) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,189][INFO ][o.o.s.l.JoinIT ] [joinWithOrHASH] before test [2022-09-07T13:18:24,201][INFO ][o.o.s.l.JoinIT ] [joinWithOrHASH] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinWithOrHASH" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT d.dog_name,c.name.firstname FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_dog d ON d.holdersName = c.name.firstname OR d.age = c.name.ofHisName not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT d.dog_name,c.name.firstname FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_dog d ON d.holdersName = c.name.firstname OR d.age = c.name.ofHisName not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:251C6ED5AF998696]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithOr(JoinIT.java:876) at app//org.opensearch.sql.legacy.JoinIT.joinWithOrHASH(JoinIT.java:317) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,206][INFO ][o.o.s.l.JoinIT ] [testLeftJoinWithLimitHASH] before test [2022-09-07T13:18:24,215][INFO ][o.o.s.l.JoinIT ] [testLeftJoinWithLimitHASH] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.testLeftJoinWithLimitHASH" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! JOIN_TABLES_LIMIT(3,null) */ c.name.firstname, f.name.firstname,f.name.lastname FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! JOIN_TABLES_LIMIT(3,null) */ c.name.firstname, f.name.firstname,f.name.lastname FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E7EB9DA2D7945A23]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.testLeftJoinWithLimit(JoinIT.java:863) at app//org.opensearch.sql.legacy.JoinIT.testLeftJoinWithLimitHASH(JoinIT.java:260) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,222][INFO ][o.o.s.l.JoinIT ] [innerJoinNLWithNullInCondition] before test [2022-09-07T13:18:24,235][INFO ][o.o.s.l.JoinIT ] [innerJoinNLWithNullInCondition] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.innerJoinNLWithNullInCondition" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,c.hname,f.name.firstname,f.house,f.hname FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father OR f.house = c.hname OR f.house = c.name.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,c.hname,f.name.firstname,f.house,f.hname FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father OR f.house = c.hname OR f.house = c.name.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:CA2ACA4841A826E8]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithNullInCondition(JoinIT.java:945) at app//org.opensearch.sql.legacy.JoinIT.innerJoinNLWithNullInCondition(JoinIT.java:495) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,243][INFO ][o.o.s.l.JoinIT ] [joinParseCheckSelectedFieldsSplitNL] before test [2022-09-07T13:18:24,255][INFO ][o.o.s.l.JoinIT ] [joinParseCheckSelectedFieldsSplitNL] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinParseCheckSelectedFieldsSplitNL" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ a.firstname ,a.lastname,a.gender,d.dog_name FROM opensearch-sql_test_index_people a JOIN opensearch-sql_test_index_dog d ON d.holdersName = a.firstname WHERE (a.age > 10 OR a.balance > 2000) AND d.age > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ a.firstname ,a.lastname,a.gender,d.dog_name FROM opensearch-sql_test_index_people a JOIN opensearch-sql_test_index_dog d ON d.holdersName = a.firstname WHERE (a.age > 10 OR a.balance > 2000) AND d.age > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:2F50DB6AA3D75C42]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinParseCheckSelectedFieldsSplit(JoinIT.java:581) at app//org.opensearch.sql.legacy.JoinIT.joinParseCheckSelectedFieldsSplitNL(JoinIT.java:59) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,261][INFO ][o.o.s.l.JoinIT ] [joinParseCheckSelectedFieldsSplitNLConditionOrderEQ] before test [2022-09-07T13:18:24,271][INFO ][o.o.s.l.JoinIT ] [joinParseCheckSelectedFieldsSplitNLConditionOrderEQ] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinParseCheckSelectedFieldsSplitNLConditionOrderEQ" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ a.firstname, a.lastname, a.gender, d.dog_name FROM opensearch-sql_test_index_people2 a JOIN opensearch-sql_test_index_dog2 d ON a.firstname = d.holdersName WHERE (a.age > 10 OR a.balance > 2000) AND d.age > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ a.firstname, a.lastname, a.gender, d.dog_name FROM opensearch-sql_test_index_people2 a JOIN opensearch-sql_test_index_dog2 d ON a.firstname = d.holdersName WHERE (a.age > 10 OR a.balance > 2000) AND d.age > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:BBF31F1E20A6C75]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinParseCheckSelectedFieldsSplitNLConditionOrderEQ(JoinIT.java:402) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,277][INFO ][o.o.s.l.JoinIT ] [hintLimits_firstLimitSecondNullNL] before test [2022-09-07T13:18:24,290][INFO ][o.o.s.l.JoinIT ] [hintLimits_firstLimitSecondNullNL] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.hintLimits_firstLimitSecondNullNL" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ /*! JOIN_TABLES_LIMIT(2,null) */ c.name.firstname,c.parents.father, h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ /*! JOIN_TABLES_LIMIT(2,null) */ c.name.firstname,c.parents.father, h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:ED1CC519E2265D85]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.hintLimits_firstLimitSecondNull(JoinIT.java:813) at app//org.opensearch.sql.legacy.JoinIT.hintLimits_firstLimitSecondNullNL(JoinIT.java:216) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,298][INFO ][o.o.s.l.JoinIT ] [hintLimits_firstLimitSecondLimitNL] before test [2022-09-07T13:18:24,309][INFO ][o.o.s.l.JoinIT ] [hintLimits_firstLimitSecondLimitNL] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.hintLimits_firstLimitSecondLimitNL" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ /*! JOIN_TABLES_LIMIT(2,2) */ c.name.firstname,c.parents.father, h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ /*! JOIN_TABLES_LIMIT(2,2) */ c.name.firstname,c.parents.father, h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:115B7E07E5E9C46F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.hintLimits_firstLimitSecondLimit(JoinIT.java:825) at app//org.opensearch.sql.legacy.JoinIT.hintLimits_firstLimitSecondLimitNL(JoinIT.java:228) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,316][INFO ][o.o.s.l.JoinIT ] [joinWithNestedFieldsOnReturnNL] before test [2022-09-07T13:18:24,328][INFO ][o.o.s.l.JoinIT ] [joinWithNestedFieldsOnReturnNL] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinWithNestedFieldsOnReturnNL" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.house WHERE match_phrase(c.name.firstname, 'Daenerys') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.house WHERE match_phrase(c.name.firstname, 'Daenerys') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:D47E749CC873806]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithNestedFieldsOnReturn(JoinIT.java:683) at app//org.opensearch.sql.legacy.JoinIT.joinWithNestedFieldsOnReturnNL(JoinIT.java:156) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,335][INFO ][o.o.s.l.JoinIT ] [innerJoinNLWithNullInCondition1] before test [2022-09-07T13:18:24,348][INFO ][o.o.s.l.JoinIT ] [innerJoinNLWithNullInCondition1] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.innerJoinNLWithNullInCondition1" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,c.hname,f.name.firstname,f.house,f.hname FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father OR f.house = c.hname AND f.house = c.name.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,c.hname,f.name.firstname,f.house,f.hname FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father OR f.house = c.hname AND f.house = c.name.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:F14C7AC41ECB8A95]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithNullInCondition(JoinIT.java:945) at app//org.opensearch.sql.legacy.JoinIT.innerJoinNLWithNullInCondition1(JoinIT.java:501) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,355][INFO ][o.o.s.l.JoinIT ] [hintMultiSearchCanRunFewTimesNL] before test [2022-09-07T13:18:24,364][INFO ][o.o.s.l.JoinIT ] [hintMultiSearchCanRunFewTimesNL] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.hintMultiSearchCanRunFewTimesNL" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ /*! NL_MULTISEARCH_SIZE(2)*/ c.name.firstname,c.parents.father,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ /*! NL_MULTISEARCH_SIZE(2)*/ c.name.firstname,c.parents.father,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:EC8C10DC929DC4F8]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.hintMultiSearchCanRunFewTimesNL(JoinIT.java:276) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,372][INFO ][o.o.s.l.JoinIT ] [joinWithGeoIntersectNL] before test [2022-09-07T13:18:24,385][INFO ][o.o.s.l.JoinIT ] [joinWithGeoIntersectNL] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinWithGeoIntersectNL" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT p1.description,p2.description FROM opensearch-sql_test_index_location p1 JOIN opensearch-sql_test_index_location2 p2 ON GEO_INTERSECTS(p2.place,p1.place) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT p1.description,p2.description FROM opensearch-sql_test_index_location p1 JOIN opensearch-sql_test_index_location2 p2 ON GEO_INTERSECTS(p2.place,p1.place) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:65E45ACAD89916F8]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithGeoIntersectNL(JoinIT.java:288) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,392][INFO ][o.o.s.l.JoinIT ] [leftJoinNLWithNullInCondition] before test [2022-09-07T13:18:24,404][INFO ][o.o.s.l.JoinIT ] [leftJoinNLWithNullInCondition] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.leftJoinNLWithNullInCondition" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,c.hname,f.name.firstname,f.house,f.hname FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father OR f.house = c.hname OR f.house = c.name.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,c.hname,f.name.firstname,f.house,f.hname FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father OR f.house = c.hname OR f.house = c.name.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:F0FD3D080EB988EC]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithNullInCondition(JoinIT.java:945) at app//org.opensearch.sql.legacy.JoinIT.leftJoinNLWithNullInCondition(JoinIT.java:471) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,410][INFO ][o.o.s.l.JoinIT ] [joinNoConditionButWithWhereNL] before test [2022-09-07T13:18:24,422][INFO ][o.o.s.l.JoinIT ] [joinNoConditionButWithWhereNL] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinNoConditionButWithWhereNL" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.gender,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h WHERE match_phrase(c.name.firstname, 'Daenerys') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.gender,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h WHERE match_phrase(c.name.firstname, 'Daenerys') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:FEBA46449835AB29]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinNoConditionButWithWhere(JoinIT.java:592) at app//org.opensearch.sql.legacy.JoinIT.joinNoConditionButWithWhereNL(JoinIT.java:120) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,431][INFO ][o.o.s.l.JoinIT ] [joinWithAllFromSecondTableHASH] before test [2022-09-07T13:18:24,444][INFO ][o.o.s.l.JoinIT ] [joinWithAllFromSecondTableHASH] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinWithAllFromSecondTableHASH" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname, d.* FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones d ON d.hname = c.house not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname, d.* FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones d ON d.hname = c.house not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:568AF06C5C309A23]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithAllFromSecondTable(JoinIT.java:523) at app//org.opensearch.sql.legacy.JoinIT.joinWithAllFromSecondTableHASH(JoinIT.java:361) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,452][INFO ][o.o.s.l.JoinIT ] [joinWithNestedFieldsOnComparisonAndOnReturnHASH] before test [2022-09-07T13:18:24,462][INFO ][o.o.s.l.JoinIT ] [joinWithNestedFieldsOnComparisonAndOnReturnHASH] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinWithNestedFieldsOnComparisonAndOnReturnHASH" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname,c.parents.father, h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.name.lastname WHERE match_phrase(c.name.firstname, 'Daenerys') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname,c.parents.father, h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.name.lastname WHERE match_phrase(c.name.firstname, 'Daenerys') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:6DD765CB646CB7C]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithNestedFieldsOnComparisonAndOnReturn(JoinIT.java:757) at app//org.opensearch.sql.legacy.JoinIT.joinWithNestedFieldsOnComparisonAndOnReturnHASH(JoinIT.java:186) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,470][INFO ][o.o.s.l.JoinIT ] [testLeftJoinWithLimitNL] before test [2022-09-07T13:18:24,484][INFO ][o.o.s.l.JoinIT ] [testLeftJoinWithLimitNL] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.testLeftJoinWithLimitNL" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ /*! JOIN_TABLES_LIMIT(3,null) */ c.name.firstname, f.name.firstname,f.name.lastname FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ /*! JOIN_TABLES_LIMIT(3,null) */ c.name.firstname, f.name.firstname,f.name.lastname FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:2E4A90F64A9CFFBE]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.testLeftJoinWithLimit(JoinIT.java:863) at app//org.opensearch.sql.legacy.JoinIT.testLeftJoinWithLimitNL(JoinIT.java:266) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,492][INFO ][o.o.s.l.JoinIT ] [joinNoConditionAndNoWhereWithTotalLimitHASH] before test [2022-09-07T13:18:24,505][INFO ][o.o.s.l.JoinIT ] [joinNoConditionAndNoWhereWithTotalLimitHASH] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinNoConditionAndNoWhereWithTotalLimitHASH" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname,c.parents.father,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h LIMIT 9 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname,c.parents.father,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h LIMIT 9 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:A3293444D00E27CC]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinNoConditionAndNoWhereWithTotalLimit(JoinIT.java:669) at app//org.opensearch.sql.legacy.JoinIT.joinNoConditionAndNoWhereWithTotalLimitHASH(JoinIT.java:138) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,511][INFO ][o.o.s.l.JoinIT ] [hintLimits_firstLimitSecondLimitHASH] before test [2022-09-07T13:18:24,522][INFO ][o.o.s.l.JoinIT ] [hintLimits_firstLimitSecondLimitHASH] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.hintLimits_firstLimitSecondLimitHASH" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! JOIN_TABLES_LIMIT(2,2) */ c.name.firstname,c.parents.father, h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! JOIN_TABLES_LIMIT(2,2) */ c.name.firstname,c.parents.father, h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:699094661DBF9CDF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.hintLimits_firstLimitSecondLimit(JoinIT.java:825) at app//org.opensearch.sql.legacy.JoinIT.hintLimits_firstLimitSecondLimitHASH(JoinIT.java:222) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,530][INFO ][o.o.s.l.JoinIT ] [joinWithAllFromSecondTableNL] before test [2022-09-07T13:18:24,544][INFO ][o.o.s.l.JoinIT ] [joinWithAllFromSecondTableNL] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinWithAllFromSecondTableNL" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, d.* FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones d ON d.hname = c.house not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, d.* FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones d ON d.hname = c.house not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:BF2057F5722B3950]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithAllFromSecondTable(JoinIT.java:523) at app//org.opensearch.sql.legacy.JoinIT.joinWithAllFromSecondTableNL(JoinIT.java:367) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,554][INFO ][o.o.s.l.JoinIT ] [joinWithNestedFieldsOnComparisonAndOnReturnNL] before test [2022-09-07T13:18:24,564][INFO ][o.o.s.l.JoinIT ] [joinWithNestedFieldsOnComparisonAndOnReturnNL] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinWithNestedFieldsOnComparisonAndOnReturnNL" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father, h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.name.lastname WHERE match_phrase(c.name.firstname, 'Daenerys') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father, h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.name.lastname WHERE match_phrase(c.name.firstname, 'Daenerys') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:AA0E28BEEED56AC]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithNestedFieldsOnComparisonAndOnReturn(JoinIT.java:757) at app//org.opensearch.sql.legacy.JoinIT.joinWithNestedFieldsOnComparisonAndOnReturnNL(JoinIT.java:192) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,574][INFO ][o.o.s.l.JoinIT ] [joinParseCheckSelectedFieldsSplitNLConditionOrderLT] before test [2022-09-07T13:18:24,588][INFO ][o.o.s.l.JoinIT ] [joinParseCheckSelectedFieldsSplitNLConditionOrderLT] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinParseCheckSelectedFieldsSplitNLConditionOrderLT" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ a.firstname, a.lastname, a.gender, d.firstname, d.age FROM opensearch-sql_test_index_people a JOIN opensearch-sql_test_index_account d on a.age > d.age WHERE (d.firstname = 'Sandoval' OR d.firstname = 'Hewitt') AND a.firstname = 'Fulton' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ a.firstname, a.lastname, a.gender, d.firstname, d.age FROM opensearch-sql_test_index_people a JOIN opensearch-sql_test_index_account d on a.age > d.age WHERE (d.firstname = 'Sandoval' OR d.firstname = 'Hewitt') AND a.firstname = 'Fulton' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:DCAD6492A12B63B0]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinParseCheckSelectedFieldsSplitNLConditionOrderLT(JoinIT.java:454) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,595][INFO ][o.o.s.l.JoinIT ] [joinWithOrderbyFirstTableHASH] before test [2022-09-07T13:18:24,608][INFO ][o.o.s.l.JoinIT ] [joinWithOrderbyFirstTableHASH] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinWithOrderbyFirstTableHASH" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname,d.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones d ON d.hname = c.house ORDER BY c.name.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname,d.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones d ON d.hname = c.house ORDER BY c.name.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:D391789C8B650FA3]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithOrderFirstTable(JoinIT.java:904) at app//org.opensearch.sql.legacy.JoinIT.joinWithOrderbyFirstTableHASH(JoinIT.java:349) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,616][INFO ][o.o.s.l.JoinIT ] [testLeftJoinHASH] before test [2022-09-07T13:18:24,626][INFO ][o.o.s.l.JoinIT ] [testLeftJoinHASH] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.testLeftJoinHASH" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname, f.name.firstname,f.name.lastname FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname, f.name.firstname,f.name.lastname FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:F5B13D50FBE00457]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.testLeftJoin(JoinIT.java:781) at app//org.opensearch.sql.legacy.JoinIT.testLeftJoinHASH(JoinIT.java:198) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,633][INFO ][o.o.s.l.JoinIT ] [leftJoinNLWithNullInCondition3] before test [2022-09-07T13:18:24,647][INFO ][o.o.s.l.JoinIT ] [leftJoinNLWithNullInCondition3] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.leftJoinNLWithNullInCondition3" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,c.hname,f.name.firstname,f.house,f.hname FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father AND f.house = c.hname OR f.house = c.name.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,c.hname,f.name.firstname,f.house,f.hname FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father AND f.house = c.hname OR f.house = c.name.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:14B95339B4CF869A]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithNullInCondition(JoinIT.java:945) at app//org.opensearch.sql.legacy.JoinIT.leftJoinNLWithNullInCondition3(JoinIT.java:489) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,654][INFO ][o.o.s.l.JoinIT ] [joinParseWithHintsCheckSelectedFieldsSplitHASH] before test [2022-09-07T13:18:24,662][INFO ][o.o.s.l.JoinIT ] [joinParseWithHintsCheckSelectedFieldsSplitHASH] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinParseWithHintsCheckSelectedFieldsSplitHASH" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! HASH_WITH_TERMS_FILTER*/ a.firstname ,a.lastname, a.gender ,d.dog_name FROM opensearch-sql_test_index_people a JOIN opensearch-sql_test_index_dog d ON d.holdersName = a.firstname WHERE (a.age > 10 OR a.balance > 2000) AND d.age > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! HASH_WITH_TERMS_FILTER*/ a.firstname ,a.lastname, a.gender ,d.dog_name FROM opensearch-sql_test_index_people a JOIN opensearch-sql_test_index_dog d ON d.holdersName = a.firstname WHERE (a.age > 10 OR a.balance > 2000) AND d.age > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E25FDA0035E6A4C1]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinParseWithHintsCheckSelectedFieldsSplitHASH(JoinIT.java:70) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,669][INFO ][o.o.s.l.JoinIT ] [joinWithAllAliasOnReturnHASH] before test [2022-09-07T13:18:24,679][INFO ][o.o.s.l.JoinIT ] [joinWithAllAliasOnReturnHASH] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinWithAllAliasOnReturnHASH" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname name,c.parents.father father,h.hname house FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.house WHERE match_phrase(c.name.firstname, 'Daenerys') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname name,c.parents.father father,h.hname house FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.house WHERE match_phrase(c.name.firstname, 'Daenerys') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:547C7F737ED8E522]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithAllAliasOnReturn(JoinIT.java:707) at app//org.opensearch.sql.legacy.JoinIT.joinWithAllAliasOnReturnHASH(JoinIT.java:162) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,686][INFO ][o.o.s.l.JoinIT ] [joinWithNestedFieldsOnReturnHASH] before test [2022-09-07T13:18:24,701][INFO ][o.o.s.l.JoinIT ] [joinWithNestedFieldsOnReturnHASH] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinWithNestedFieldsOnReturnHASH" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname,c.parents.father,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.house WHERE match_phrase(c.name.firstname, 'Daenerys') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname,c.parents.father,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.house WHERE match_phrase(c.name.firstname, 'Daenerys') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:6A10A22DAAC57B7B]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithNestedFieldsOnReturn(JoinIT.java:683) at app//org.opensearch.sql.legacy.JoinIT.joinWithNestedFieldsOnReturnHASH(JoinIT.java:150) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,707][INFO ][o.o.s.l.JoinIT ] [joinWithAllFromFirstTableHASH] before test [2022-09-07T13:18:24,716][INFO ][o.o.s.l.JoinIT ] [joinWithAllFromFirstTableHASH] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinWithAllFromFirstTableHASH" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname FROM opensearch-sql_test_index_game_of_thrones d JOIN opensearch-sql_test_index_game_of_thrones c ON c.house = d.hname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname FROM opensearch-sql_test_index_game_of_thrones d JOIN opensearch-sql_test_index_game_of_thrones c ON c.house = d.hname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:CAE2E6916B267EFF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithAllFromFirstTable(JoinIT.java:541) at app//org.opensearch.sql.legacy.JoinIT.joinWithAllFromFirstTableHASH(JoinIT.java:373) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,722][INFO ][o.o.s.l.JoinIT ] [joinNoConditionButWithWhereHASH] before test [2022-09-07T13:18:24,734][INFO ][o.o.s.l.JoinIT ] [joinNoConditionButWithWhereHASH] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinNoConditionButWithWhereHASH" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.gender,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h WHERE match_phrase(c.name.firstname, 'Daenerys') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.gender,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h WHERE match_phrase(c.name.firstname, 'Daenerys') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:A195E9CD457C961E]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinNoConditionButWithWhere(JoinIT.java:592) at app//org.opensearch.sql.legacy.JoinIT.joinNoConditionButWithWhereHASH(JoinIT.java:114) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,741][INFO ][o.o.s.l.JoinIT ] [joinWithSomeAliasOnReturnNL] before test [2022-09-07T13:18:24,752][INFO ][o.o.s.l.JoinIT ] [joinWithSomeAliasOnReturnNL] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinWithSomeAliasOnReturnNL" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname ,c.parents.father father, h.hname house FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.house WHERE match_phrase(c.name.firstname, 'Daenerys') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname ,c.parents.father father, h.hname house FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.house WHERE match_phrase(c.name.firstname, 'Daenerys') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:A095CE12A4BAC318]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithSomeAliasOnReturn(JoinIT.java:731) at app//org.opensearch.sql.legacy.JoinIT.joinWithSomeAliasOnReturnNL(JoinIT.java:180) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,757][INFO ][o.o.s.l.JoinIT ] [innerJoinNLWithNullInCondition3] before test [2022-09-07T13:18:24,765][INFO ][o.o.s.l.JoinIT ] [innerJoinNLWithNullInCondition3] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.innerJoinNLWithNullInCondition3" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,c.hname,f.name.firstname,f.house,f.hname FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father AND f.house = c.hname OR f.house = c.name.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,c.hname,f.name.firstname,f.house,f.hname FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father AND f.house = c.hname OR f.house = c.name.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:7A6740EDA8A7C51F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithNullInCondition(JoinIT.java:945) at app//org.opensearch.sql.legacy.JoinIT.innerJoinNLWithNullInCondition3(JoinIT.java:513) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,773][INFO ][o.o.s.l.JoinIT ] [joinNoConditionAndNoWhereHASH] before test [2022-09-07T13:18:24,782][INFO ][o.o.s.l.JoinIT ] [joinNoConditionAndNoWhereHASH] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinNoConditionAndNoWhereHASH" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname,c.parents.father,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname,c.parents.father,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:ECB821E4D9217D15]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinNoConditionAndNoWhere(JoinIT.java:605) at app//org.opensearch.sql.legacy.JoinIT.joinNoConditionAndNoWhereHASH(JoinIT.java:126) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,788][INFO ][o.o.s.l.JoinIT ] [joinWithAllAliasOnReturnNL] before test [2022-09-07T13:18:24,800][INFO ][o.o.s.l.JoinIT ] [joinWithAllAliasOnReturnNL] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinWithAllAliasOnReturnNL" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname name,c.parents.father father,h.hname house FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.house WHERE match_phrase(c.name.firstname, 'Daenerys') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname name,c.parents.father father,h.hname house FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.house WHERE match_phrase(c.name.firstname, 'Daenerys') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:9E8D07FF2D58243D]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithAllAliasOnReturn(JoinIT.java:707) at app//org.opensearch.sql.legacy.JoinIT.joinWithAllAliasOnReturnNL(JoinIT.java:168) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,805][INFO ][o.o.s.l.JoinIT ] [leftJoinNLWithNullInCondition1] before test [2022-09-07T13:18:24,812][INFO ][o.o.s.l.JoinIT ] [leftJoinNLWithNullInCondition1] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.leftJoinNLWithNullInCondition1" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,c.hname,f.name.firstname,f.house,f.hname FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father OR f.house = c.hname AND f.house = c.name.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,c.hname,f.name.firstname,f.house,f.hname FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father OR f.house = c.hname AND f.house = c.name.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:986D29E602811137]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithNullInCondition(JoinIT.java:945) at app//org.opensearch.sql.legacy.JoinIT.leftJoinNLWithNullInCondition1(JoinIT.java:477) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,817][INFO ][o.o.s.l.JoinIT ] [joinWithStarHASH] before test [2022-09-07T13:18:24,827][INFO ][o.o.s.l.JoinIT ] [joinWithStarHASH] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinWithStarHASH" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.house not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.house not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:8B3D19749F7A542A]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithStarHASH(JoinIT.java:101) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,833][INFO ][o.o.s.l.JoinIT ] [innerJoinNLWithNullInCondition2] before test [2022-09-07T13:18:24,841][INFO ][o.o.s.l.JoinIT ] [innerJoinNLWithNullInCondition2] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.innerJoinNLWithNullInCondition2" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,c.hname,f.name.firstname,f.house,f.hname FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father AND f.house = c.hname AND f.house = c.name.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,c.hname,f.name.firstname,f.house,f.hname FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father AND f.house = c.hname AND f.house = c.name.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:6D0EB233EB4216FD]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithNullInCondition(JoinIT.java:945) at app//org.opensearch.sql.legacy.JoinIT.innerJoinNLWithNullInCondition2(JoinIT.java:507) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,847][INFO ][o.o.s.l.JoinIT ] [testLeftJoinNL] before test [2022-09-07T13:18:24,856][INFO ][o.o.s.l.JoinIT ] [testLeftJoinNL] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.testLeftJoinNL" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, f.name.firstname,f.name.lastname FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, f.name.firstname,f.name.lastname FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:57C7A1BF1726DE23]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.testLeftJoin(JoinIT.java:781) at app//org.opensearch.sql.legacy.JoinIT.testLeftJoinNL(JoinIT.java:204) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,863][INFO ][o.o.s.l.JoinIT ] [leftJoinWithAllFromSecondTableNL] before test [2022-09-07T13:18:24,873][INFO ][o.o.s.l.JoinIT ] [leftJoinWithAllFromSecondTableNL] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.leftJoinWithAllFromSecondTableNL" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, d.* FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones d ON d.hname = c.house not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname, d.* FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones d ON d.hname = c.house not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:123D8860AE5DDA34]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.leftJoinWithAllFromSecondTable(JoinIT.java:559) at app//org.opensearch.sql.legacy.JoinIT.leftJoinWithAllFromSecondTableNL(JoinIT.java:391) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,881][INFO ][o.o.s.l.JoinIT ] [joinParseCheckSelectedFieldsSplitHASH] before test [2022-09-07T13:18:24,891][INFO ][o.o.s.l.JoinIT ] [joinParseCheckSelectedFieldsSplitHASH] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinParseCheckSelectedFieldsSplitHASH" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT a.firstname ,a.lastname,a.gender,d.dog_name FROM opensearch-sql_test_index_people a JOIN opensearch-sql_test_index_dog d ON d.holdersName = a.firstname WHERE (a.age > 10 OR a.balance > 2000) AND d.age > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT a.firstname ,a.lastname,a.gender,d.dog_name FROM opensearch-sql_test_index_people a JOIN opensearch-sql_test_index_dog d ON d.holdersName = a.firstname WHERE (a.age > 10 OR a.balance > 2000) AND d.age > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:775E47BEC78E101D]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinParseCheckSelectedFieldsSplit(JoinIT.java:581) at app//org.opensearch.sql.legacy.JoinIT.joinParseCheckSelectedFieldsSplitHASH(JoinIT.java:54) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,899][INFO ][o.o.s.l.JoinIT ] [hintLimits_firstNullSecondLimitHASH] before test [2022-09-07T13:18:24,907][INFO ][o.o.s.l.JoinIT ] [hintLimits_firstNullSecondLimitHASH] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.hintLimits_firstNullSecondLimitHASH" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! JOIN_TABLES_LIMIT(null,2) */ c.name.firstname,c.parents.father , h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! JOIN_TABLES_LIMIT(null,2) */ c.name.firstname,c.parents.father , h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:D407BCE3A17F555A]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.hintLimits_firstNullSecondLimit(JoinIT.java:850) at app//org.opensearch.sql.legacy.JoinIT.hintLimits_firstNullSecondLimitHASH(JoinIT.java:248) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,912][INFO ][o.o.s.l.JoinIT ] [joinWithNoWhereButWithConditionHash] before test [2022-09-07T13:18:24,921][INFO ][o.o.s.l.JoinIT ] [joinWithNoWhereButWithConditionHash] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinWithNoWhereButWithConditionHash" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.gender,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.house not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.gender,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h ON h.hname = c.house not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E59BA8859241A0EF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithNoWhereButWithCondition(JoinIT.java:617) at app//org.opensearch.sql.legacy.JoinIT.joinWithNoWhereButWithConditionHash(JoinIT.java:86) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,929][INFO ][o.o.s.l.JoinIT ] [joinWithOrderbyFirstTableNL] before test [2022-09-07T13:18:24,938][INFO ][o.o.s.l.JoinIT ] [joinWithOrderbyFirstTableNL] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinWithOrderbyFirstTableNL" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,d.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones d ON d.hname = c.house ORDER BY c.name.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,d.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones d ON d.hname = c.house ORDER BY c.name.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:47C9F81012FEAF60]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithOrderFirstTable(JoinIT.java:904) at app//org.opensearch.sql.legacy.JoinIT.joinWithOrderbyFirstTableNL(JoinIT.java:355) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,946][INFO ][o.o.s.l.JoinIT ] [leftJoinNLWithNullInCondition2] before test [2022-09-07T13:18:24,954][INFO ][o.o.s.l.JoinIT ] [leftJoinNLWithNullInCondition2] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.leftJoinNLWithNullInCondition2" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,c.hname,f.name.firstname,f.house,f.hname FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father AND f.house = c.hname AND f.house = c.name.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,c.hname,f.name.firstname,f.house,f.hname FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones f ON f.name.firstname = c.parents.father AND f.house = c.hname AND f.house = c.name.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:65B734BC056E8D37]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithNullInCondition(JoinIT.java:945) at app//org.opensearch.sql.legacy.JoinIT.leftJoinNLWithNullInCondition2(JoinIT.java:483) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,959][INFO ][o.o.s.l.JoinIT ] [leftJoinWithAllFromSecondTableHASH] before test [2022-09-07T13:18:24,969][INFO ][o.o.s.l.JoinIT ] [leftJoinWithAllFromSecondTableHASH] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.leftJoinWithAllFromSecondTableHASH" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname, d.* FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones d ON d.hname = c.house not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname, d.* FROM opensearch-sql_test_index_game_of_thrones c LEFT JOIN opensearch-sql_test_index_game_of_thrones d ON d.hname = c.house not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:CDD59C0A9FF058D2]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.leftJoinWithAllFromSecondTable(JoinIT.java:559) at app//org.opensearch.sql.legacy.JoinIT.leftJoinWithAllFromSecondTableHASH(JoinIT.java:385) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,976][INFO ][o.o.s.l.JoinIT ] [hintLimits_firstNullSecondLimitNL] before test [2022-09-07T13:18:24,987][INFO ][o.o.s.l.JoinIT ] [hintLimits_firstNullSecondLimitNL] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.hintLimits_firstNullSecondLimitNL" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ /*! JOIN_TABLES_LIMIT(null,2) */ c.name.firstname,c.parents.father , h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ /*! JOIN_TABLES_LIMIT(null,2) */ c.name.firstname,c.parents.father , h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:67B4AA848D1FFC0B]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.hintLimits_firstNullSecondLimit(JoinIT.java:850) at app//org.opensearch.sql.legacy.JoinIT.hintLimits_firstNullSecondLimitNL(JoinIT.java:254) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:24,994][INFO ][o.o.s.l.JoinIT ] [joinWithAllFromFirstTableNL] before test [2022-09-07T13:18:25,004][INFO ][o.o.s.l.JoinIT ] [joinWithAllFromFirstTableNL] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinWithAllFromFirstTableNL" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname FROM opensearch-sql_test_index_game_of_thrones d JOIN opensearch-sql_test_index_game_of_thrones c ON c.house = d.hname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname FROM opensearch-sql_test_index_game_of_thrones d JOIN opensearch-sql_test_index_game_of_thrones c ON c.house = d.hname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:638D90571BF9B9E4]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinWithAllFromFirstTable(JoinIT.java:541) at app//org.opensearch.sql.legacy.JoinIT.joinWithAllFromFirstTableNL(JoinIT.java:379) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T13:18:25,010][INFO ][o.o.s.l.JoinIT ] [joinNoConditionAndNoWhereNL] before test [2022-09-07T13:18:25,019][INFO ][o.o.s.l.JoinIT ] [joinNoConditionAndNoWhereNL] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.JoinIT.joinNoConditionAndNoWhereNL" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Pacific/Tarawa -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! USE_NL*/ c.name.firstname,c.parents.father,h.hname,h.words FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones h not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:321E8C0168B9A320]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.JoinIT.joinNoConditionAndNoWhere(JoinIT.java:605) at app//org.opensearch.sql.legacy.JoinIT.joinNoConditionAndNoWhereNL(JoinIT.java:132) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:26,048][INFO ][o.o.s.l.MathFunctionsIT ] [sign] before test [2022-09-07T11:18:26,051][INFO ][o.o.s.l.MathFunctionsIT ] [sign] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T11:18:27,350][INFO ][o.o.s.l.MathFunctionsIT ] [sign] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MathFunctionsIT.sign" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=zh-Hans-CN -Dtests.timezone=Pacific/Chuuk -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT SIGN(E()) AS sign FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT SIGN(E()) AS sign FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:F52C7797A7A5EC6F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.MathFunctionsIT.query(MathFunctionsIT.java:239) at app//org.opensearch.sql.legacy.MathFunctionsIT.sign(MathFunctionsIT.java:164) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:27,354][INFO ][o.o.s.l.MathFunctionsIT ] [cot] before test [2022-09-07T11:18:27,359][INFO ][o.o.s.l.MathFunctionsIT ] [cot] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MathFunctionsIT.cot" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=zh-Hans-CN -Dtests.timezone=Pacific/Chuuk -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COT(PI()) AS cot FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT COT(PI()) AS cot FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:6358565BC30DCE5]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.MathFunctionsIT.query(MathFunctionsIT.java:239) at app//org.opensearch.sql.legacy.MathFunctionsIT.cot(MathFunctionsIT.java:155) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:27,365][INFO ][o.o.s.l.MathFunctionsIT ] [degreesFunction] before test [2022-09-07T11:18:27,373][INFO ][o.o.s.l.MathFunctionsIT ] [degreesFunction] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MathFunctionsIT.degreesFunction" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=zh-Hans-CN -Dtests.timezone=Pacific/Chuuk -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT age, DEGREES(age) AS degrees FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT age, DEGREES(age) AS degrees FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:441FD09A4BE81C61]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.MathFunctionsIT.query(MathFunctionsIT.java:239) at app//org.opensearch.sql.legacy.MathFunctionsIT.degreesFunction(MathFunctionsIT.java:84) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:27,379][INFO ][o.o.s.l.MathFunctionsIT ] [asin] before test [2022-09-07T11:18:27,384][INFO ][o.o.s.l.MathFunctionsIT ] [asin] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MathFunctionsIT.asin" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=zh-Hans-CN -Dtests.timezone=Pacific/Chuuk -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT ASIN(PI()) as asin FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT ASIN(PI()) as asin FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:8A2C348DA771D2F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.MathFunctionsIT.query(MathFunctionsIT.java:239) at app//org.opensearch.sql.legacy.MathFunctionsIT.asin(MathFunctionsIT.java:117) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:27,393][INFO ][o.o.s.l.MathFunctionsIT ] [lowerCaseFunctionCall] before test [2022-09-07T11:18:27,398][INFO ][o.o.s.l.MathFunctionsIT ] [lowerCaseFunctionCall] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MathFunctionsIT.lowerCaseFunctionCall" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=zh-Hans-CN -Dtests.timezone=Pacific/Chuuk -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT abs(age - 100) AS abs FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT abs(age - 100) AS abs FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:DF314360022935BF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.MathFunctionsIT.query(MathFunctionsIT.java:239) at app//org.opensearch.sql.legacy.MathFunctionsIT.lowerCaseFunctionCall(MathFunctionsIT.java:35) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:27,405][INFO ][o.o.s.l.MathFunctionsIT ] [logInAggregationShouldPass] before test [2022-09-07T11:18:27,466][INFO ][o.o.s.l.MathFunctionsIT ] [logInAggregationShouldPass] after test [2022-09-07T11:18:27,472][INFO ][o.o.s.l.MathFunctionsIT ] [sinh] before test [2022-09-07T11:18:27,477][INFO ][o.o.s.l.MathFunctionsIT ] [sinh] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MathFunctionsIT.sinh" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=zh-Hans-CN -Dtests.timezone=Pacific/Chuuk -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT SINH(PI()) as sinh FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT SINH(PI()) as sinh FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:F4B1C95407B27711]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.MathFunctionsIT.query(MathFunctionsIT.java:239) at app//org.opensearch.sql.legacy.MathFunctionsIT.sinh(MathFunctionsIT.java:126) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:27,483][INFO ][o.o.s.l.MathFunctionsIT ] [power] before test [2022-09-07T11:18:27,488][INFO ][o.o.s.l.MathFunctionsIT ] [power] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MathFunctionsIT.power" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=zh-Hans-CN -Dtests.timezone=Pacific/Chuuk -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT POWER(age, 2) AS power FROM opensearch-sql_test_index_account WHERE (age IS NOT NULL) AND (balance IS NOT NULL) and (POWER(balance, 3) > 0) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT POWER(age, 2) AS power FROM opensearch-sql_test_index_account WHERE (age IS NOT NULL) AND (balance IS NOT NULL) and (POWER(balance, 3) > 0) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:CEBA802E18449300]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.MathFunctionsIT.query(MathFunctionsIT.java:239) at app//org.opensearch.sql.legacy.MathFunctionsIT.power(MathFunctionsIT.java:135) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:27,493][INFO ][o.o.s.l.MathFunctionsIT ] [expm1Function] before test [2022-09-07T11:18:27,499][INFO ][o.o.s.l.MathFunctionsIT ] [expm1Function] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MathFunctionsIT.expm1Function" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=zh-Hans-CN -Dtests.timezone=Pacific/Chuuk -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT EXPM1(2) AS expm1 FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT EXPM1(2) AS expm1 FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:A27C0FAED20823AF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.MathFunctionsIT.query(MathFunctionsIT.java:239) at app//org.opensearch.sql.legacy.MathFunctionsIT.expm1Function(MathFunctionsIT.java:75) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:27,503][INFO ][o.o.s.l.MathFunctionsIT ] [atan2] before test [2022-09-07T11:18:27,508][INFO ][o.o.s.l.MathFunctionsIT ] [atan2] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MathFunctionsIT.atan2" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=zh-Hans-CN -Dtests.timezone=Pacific/Chuuk -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT ATAN2(age, age) AS atan2 FROM opensearch-sql_test_index_account WHERE (age IS NOT NULL) AND (ATAN2(age, age) > 0) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT ATAN2(age, age) AS atan2 FROM opensearch-sql_test_index_account WHERE (age IS NOT NULL) AND (ATAN2(age, age) > 0) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:F68A31C64A49DCED]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.MathFunctionsIT.query(MathFunctionsIT.java:239) at app//org.opensearch.sql.legacy.MathFunctionsIT.atan2(MathFunctionsIT.java:145) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:27,513][INFO ][o.o.s.l.MathFunctionsIT ] [upperCaseFunctionCall] before test [2022-09-07T11:18:27,518][INFO ][o.o.s.l.MathFunctionsIT ] [upperCaseFunctionCall] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MathFunctionsIT.upperCaseFunctionCall" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=zh-Hans-CN -Dtests.timezone=Pacific/Chuuk -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT ABS(age - 100) AS abs FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT ABS(age - 100) AS abs FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:97096B0D61E8F2FB]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.MathFunctionsIT.query(MathFunctionsIT.java:239) at app//org.opensearch.sql.legacy.MathFunctionsIT.upperCaseFunctionCall(MathFunctionsIT.java:46) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:27,528][INFO ][o.o.s.l.MathFunctionsIT ] [ln] before test [2022-09-07T11:18:27,533][INFO ][o.o.s.l.MathFunctionsIT ] [ln] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MathFunctionsIT.ln" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=zh-Hans-CN -Dtests.timezone=Pacific/Chuuk -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT LN(5) AS ln FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT LN(5) AS ln FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:29FB4228AEF30B01]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.MathFunctionsIT.query(MathFunctionsIT.java:239) at app//org.opensearch.sql.legacy.MathFunctionsIT.ln(MathFunctionsIT.java:212) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:27,540][INFO ][o.o.s.l.MathFunctionsIT ] [pi] before test [2022-09-07T11:18:27,545][INFO ][o.o.s.l.MathFunctionsIT ] [pi] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MathFunctionsIT.pi" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=zh-Hans-CN -Dtests.timezone=Pacific/Chuuk -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT PI() AS pi FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT PI() AS pi FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:CB78E114D4CDBA0]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.MathFunctionsIT.query(MathFunctionsIT.java:239) at app//org.opensearch.sql.legacy.MathFunctionsIT.pi(MathFunctionsIT.java:66) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:27,552][INFO ][o.o.s.l.MathFunctionsIT ] [log10Test] before test [2022-09-07T11:18:27,557][INFO ][o.o.s.l.MathFunctionsIT ] [log10Test] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MathFunctionsIT.log10Test" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=zh-Hans-CN -Dtests.timezone=Pacific/Chuuk -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT log10(1000) AS log10 FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT log10(1000) AS log10 FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:99D3C6F0BD85ED2F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.MathFunctionsIT.query(MathFunctionsIT.java:239) at app//org.opensearch.sql.legacy.MathFunctionsIT.log10Test(MathFunctionsIT.java:205) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:27,562][INFO ][o.o.s.l.MathFunctionsIT ] [lnInAggregationShouldPass] before test [2022-09-07T11:18:27,589][INFO ][o.o.s.l.MathFunctionsIT ] [lnInAggregationShouldPass] after test [2022-09-07T11:18:27,594][INFO ][o.o.s.l.MathFunctionsIT ] [sin] before test [2022-09-07T11:18:27,599][INFO ][o.o.s.l.MathFunctionsIT ] [sin] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MathFunctionsIT.sin" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=zh-Hans-CN -Dtests.timezone=Pacific/Chuuk -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT SIN(PI()) as sin FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT SIN(PI()) as sin FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:92949A4BFFA291B9]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.MathFunctionsIT.query(MathFunctionsIT.java:239) at app//org.opensearch.sql.legacy.MathFunctionsIT.sin(MathFunctionsIT.java:108) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:27,603][INFO ][o.o.s.l.MathFunctionsIT ] [logWithOneParam] before test [2022-09-07T11:18:27,608][INFO ][o.o.s.l.MathFunctionsIT ] [logWithOneParam] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MathFunctionsIT.logWithOneParam" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=zh-Hans-CN -Dtests.timezone=Pacific/Chuuk -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT LOG(3) AS log FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT LOG(3) AS log FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:AB07E51F6CCA8AFC]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.MathFunctionsIT.query(MathFunctionsIT.java:239) at app//org.opensearch.sql.legacy.MathFunctionsIT.logWithOneParam(MathFunctionsIT.java:173) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:27,613][INFO ][o.o.s.l.MathFunctionsIT ] [radiansFunction] before test [2022-09-07T11:18:27,618][INFO ][o.o.s.l.MathFunctionsIT ] [radiansFunction] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MathFunctionsIT.radiansFunction" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=zh-Hans-CN -Dtests.timezone=Pacific/Chuuk -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT age, RADIANS(age) as radians FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT age, RADIANS(age) as radians FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:A0A73CDFEB3A8B6B]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.MathFunctionsIT.query(MathFunctionsIT.java:239) at app//org.opensearch.sql.legacy.MathFunctionsIT.radiansFunction(MathFunctionsIT.java:96) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:27,625][INFO ][o.o.s.l.MathFunctionsIT ] [eulersNumber] before test [2022-09-07T11:18:27,630][INFO ][o.o.s.l.MathFunctionsIT ] [eulersNumber] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MathFunctionsIT.eulersNumber" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=zh-Hans-CN -Dtests.timezone=Pacific/Chuuk -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT E() AS e FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT E() AS e FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:F57023255C08B687]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.MathFunctionsIT.query(MathFunctionsIT.java:239) at app//org.opensearch.sql.legacy.MathFunctionsIT.eulersNumber(MathFunctionsIT.java:57) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:27,634][INFO ][o.o.s.l.MathFunctionsIT ] [rand] before test [2022-09-07T11:18:27,638][INFO ][o.o.s.l.MathFunctionsIT ] [rand] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MathFunctionsIT.rand" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=zh-Hans-CN -Dtests.timezone=Pacific/Chuuk -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT RAND() AS rand FROM opensearch-sql_test_index_account ORDER BY rand not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT RAND() AS rand FROM opensearch-sql_test_index_account ORDER BY rand not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:1FF3961AA9679322]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.MathFunctionsIT.query(MathFunctionsIT.java:239) at app//org.opensearch.sql.legacy.MathFunctionsIT.rand(MathFunctionsIT.java:230) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:27,644][INFO ][o.o.s.l.MathFunctionsIT ] [logWithTwoParams] before test [2022-09-07T11:18:27,649][INFO ][o.o.s.l.MathFunctionsIT ] [logWithTwoParams] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MathFunctionsIT.logWithTwoParams" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=zh-Hans-CN -Dtests.timezone=Pacific/Chuuk -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT LOG(2, 3) AS log FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT LOG(2, 3) AS log FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:97051D5E2CA63DB5]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.MathFunctionsIT.query(MathFunctionsIT.java:239) at app//org.opensearch.sql.legacy.MathFunctionsIT.logWithTwoParams(MathFunctionsIT.java:180) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T21:18:27,947][INFO ][o.o.s.l.MetaDataQueriesIT] [showSingleIndexNameWithDot] before test [2022-09-06T21:18:27,948][INFO ][o.o.s.l.MetaDataQueriesIT] [showSingleIndexNameWithDot] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T21:18:33,228][INFO ][o.o.s.l.MetaDataQueriesIT] [showSingleIndexNameWithDot] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MetaDataQueriesIT.showSingleIndexNameWithDot" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=vi -Dtests.timezone=America/Lower_Princes -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SHOW TABLES LIKE index.date1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SHOW TABLES LIKE index.date1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:7271FE7FE3AED6A4]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MetaDataQueriesIT.showSingleIndexNameWithDot(MetaDataQueriesIT.java:328) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T21:18:33,233][INFO ][o.o.s.l.MetaDataQueriesIT] [showSingleIndex] before test [2022-09-06T21:18:33,251][INFO ][o.o.s.l.MetaDataQueriesIT] [showSingleIndex] after test [2022-09-06T21:18:33,255][INFO ][o.o.s.l.MetaDataQueriesIT] [describeSingleIndexWithObjectFieldShouldPass] before test [2022-09-06T21:18:33,273][INFO ][o.o.s.l.MetaDataQueriesIT] [describeSingleIndexWithObjectFieldShouldPass] after test [2022-09-06T21:18:33,279][INFO ][o.o.s.l.MetaDataQueriesIT] [describeCaseSensitivityCheck] before test [2022-09-06T21:18:33,294][INFO ][o.o.s.l.MetaDataQueriesIT] [describeCaseSensitivityCheck] after test [2022-09-06T21:18:33,299][INFO ][o.o.s.l.MetaDataQueriesIT] [describeWildcardColumn] before test [2022-09-06T21:18:33,312][INFO ][o.o.s.l.MetaDataQueriesIT] [describeWildcardColumn] after test [2022-09-06T21:18:33,316][INFO ][o.o.s.l.MetaDataQueriesIT] [showCaseSensitivityCheck] before test [2022-09-06T21:18:33,330][INFO ][o.o.s.l.MetaDataQueriesIT] [showCaseSensitivityCheck] after test [2022-09-06T21:18:33,335][INFO ][o.o.s.l.MetaDataQueriesIT] [describeSingleIndex] before test [2022-09-06T21:18:33,347][INFO ][o.o.s.l.MetaDataQueriesIT] [describeSingleIndex] after test [2022-09-06T21:18:33,352][INFO ][o.o.s.l.MetaDataQueriesIT] [showWildcardIndex] before test [2022-09-06T21:18:33,364][INFO ][o.o.s.l.MetaDataQueriesIT] [showWildcardIndex] after test [2022-09-06T21:18:33,369][INFO ][o.o.s.l.MetaDataQueriesIT] [describeWildcardIndex] before test [2022-09-06T21:18:33,383][INFO ][o.o.s.l.MetaDataQueriesIT] [describeWildcardIndex] after test [2022-09-06T21:18:33,387][INFO ][o.o.s.l.MetaDataQueriesIT] [describeSingleIndexNameWithDot] before test [2022-09-06T21:18:34,456][INFO ][o.o.s.l.MetaDataQueriesIT] [describeSingleIndexNameWithDot] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MetaDataQueriesIT.describeSingleIndexNameWithDot" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=vi -Dtests.timezone=America/Lower_Princes -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request DESCRIBE TABLES LIKE index.date2 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request DESCRIBE TABLES LIKE index.date2 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:8F4D367B98B47A5B]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MetaDataQueriesIT.describeSingleIndexNameWithDot(MetaDataQueriesIT.java:339) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T21:18:34,460][INFO ][o.o.s.l.MetaDataQueriesIT] [describeSingleCharacterWildcard] before test [2022-09-06T21:18:34,473][INFO ][o.o.s.l.MetaDataQueriesIT] [describeSingleCharacterWildcard] after test [2022-09-07T11:18:35,401][INFO ][o.o.s.l.MethodQueryIT ] [scoreQueryTest] before test [2022-09-07T11:18:35,402][INFO ][o.o.s.l.MethodQueryIT ] [scoreQueryTest] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T11:18:36,542][INFO ][o.o.s.l.MethodQueryIT ] [scoreQueryTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MethodQueryIT.scoreQueryTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=be -Dtests.timezone=Asia/Ust-Nera -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select address from opensearch-sql_test_index_account where score(matchQuery(address, 'Lane'),100) or score(matchQuery(address,'Street'),0.5) order by _score desc limit 3 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select address from opensearch-sql_test_index_account where score(matchQuery(address, 'Lane'),100) or score(matchQuery(address,'Street'),0.5) order by _score desc limit 3 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:2E9E3B9F9C6C06B9]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at app//org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at app//org.opensearch.sql.legacy.MethodQueryIT.scoreQueryTest(MethodQueryIT.java:72) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:36,547][INFO ][o.o.s.l.MethodQueryIT ] [matchPhraseQueryTest] before test [2022-09-07T11:18:36,558][INFO ][o.o.s.l.MethodQueryIT ] [matchPhraseQueryTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MethodQueryIT.matchPhraseQueryTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=be -Dtests.timezone=Asia/Ust-Nera -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select address from opensearch-sql_test_index_account where address= matchPhrase('671 Bristol Street') order by _score desc limit 3 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select address from opensearch-sql_test_index_account where address= matchPhrase('671 Bristol Street') order by _score desc limit 3 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:9378176FB7A14C29]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at app//org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at app//org.opensearch.sql.legacy.MethodQueryIT.matchPhraseQueryTest(MethodQueryIT.java:130) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:36,564][INFO ][o.o.s.l.MethodQueryIT ] [matchQueryTest] before test [2022-09-07T11:18:36,578][INFO ][o.o.s.l.MethodQueryIT ] [matchQueryTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MethodQueryIT.matchQueryTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=be -Dtests.timezone=Asia/Ust-Nera -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select address from opensearch-sql_test_index_account where address= matchQuery('880 Holmes Lane') limit 3 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select address from opensearch-sql_test_index_account where address= matchQuery('880 Holmes Lane') limit 3 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:737F69A0B8865185]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at app//org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at app//org.opensearch.sql.legacy.MethodQueryIT.matchQueryTest(MethodQueryIT.java:53) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:36,586][INFO ][o.o.s.l.MethodQueryIT ] [queryTest] before test [2022-09-07T11:18:36,602][INFO ][o.o.s.l.MethodQueryIT ] [queryTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MethodQueryIT.queryTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=be -Dtests.timezone=Asia/Ust-Nera -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select address from opensearch-sql_test_index_account where query('address:880 Holmes Lane') limit 3 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select address from opensearch-sql_test_index_account where query('address:880 Holmes Lane') limit 3 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:9DC6302657166B5A]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at app//org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at app//org.opensearch.sql.legacy.MethodQueryIT.queryTest(MethodQueryIT.java:37) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:36,607][INFO ][o.o.s.l.MethodQueryIT ] [negativeRegexpQueryTest] before test [2022-09-07T11:18:36,620][INFO ][o.o.s.l.MethodQueryIT ] [negativeRegexpQueryTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MethodQueryIT.negativeRegexpQueryTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=be -Dtests.timezone=Asia/Ust-Nera -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE NOT(address=REGEXP_QUERY('.*')) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE NOT(address=REGEXP_QUERY('.*')) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:F1D440DBE22D07C9]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at app//org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at app//org.opensearch.sql.legacy.MethodQueryIT.negativeRegexpQueryTest(MethodQueryIT.java:96) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:36,628][INFO ][o.o.s.l.MethodQueryIT ] [wildcardQueryTest] before test [2022-09-07T11:18:36,640][INFO ][o.o.s.l.MethodQueryIT ] [wildcardQueryTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MethodQueryIT.wildcardQueryTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=be -Dtests.timezone=Asia/Ust-Nera -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select address from opensearch-sql_test_index_account where address= wildcardQuery('l*e') order by _score desc limit 3 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select address from opensearch-sql_test_index_account where address= wildcardQuery('l*e') order by _score desc limit 3 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:6EC876FA2C6AD45F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at app//org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at app//org.opensearch.sql.legacy.MethodQueryIT.wildcardQueryTest(MethodQueryIT.java:112) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:18:36,647][INFO ][o.o.s.l.MethodQueryIT ] [regexpQueryTest] before test [2022-09-07T11:18:36,660][INFO ][o.o.s.l.MethodQueryIT ] [regexpQueryTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MethodQueryIT.regexpQueryTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=be -Dtests.timezone=Asia/Ust-Nera -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE address=REGEXP_QUERY('.*') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE address=REGEXP_QUERY('.*') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:F0ED0DE3E964A81B]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at app//org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at app//org.opensearch.sql.legacy.MethodQueryIT.regexpQueryTest(MethodQueryIT.java:86) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:37,103][INFO ][o.o.s.l.MultiQueryIT ] [minusCMinusCTwoFieldsOneAlias] before test [2022-09-07T03:18:37,104][INFO ][o.o.s.l.MultiQueryIT ] [minusCMinusCTwoFieldsOneAlias] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T03:18:42,692][INFO ][o.o.s.l.MultiQueryIT ] [minusCMinusCTwoFieldsOneAlias] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.minusCMinusCTwoFieldsOneAlias" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT pk as myId, letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' MINUS SELECT pk as myId, letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT pk as myId, letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' MINUS SELECT pk as myId, letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:9E6ECA8649675182]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.minusCMinusCTwoFieldsOneAlias(MultiQueryIT.java:182) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:42,698][INFO ][o.o.s.l.MultiQueryIT ] [minusTMinusCNonExistentFieldFirstQueryWithScrollingAndOptimization] before test [2022-09-07T03:18:42,712][INFO ][o.o.s.l.MultiQueryIT ] [minusTMinusCNonExistentFieldFirstQueryWithScrollingAndOptimization] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.minusTMinusCNonExistentFieldFirstQueryWithScrollingAndOptimization" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! MINUS_SCROLL_FETCH_AND_RESULT_LIMITS(1000, 50, 100) */ /*! MINUS_USE_TERMS_OPTIMIZATION(true) */ letter FROM opensearch-sql_test_index_system WHERE system_name = 'T' MINUS SELECT letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! MINUS_SCROLL_FETCH_AND_RESULT_LIMITS(1000, 50, 100) */ /*! MINUS_USE_TERMS_OPTIMIZATION(true) */ letter FROM opensearch-sql_test_index_system WHERE system_name = 'T' MINUS SELECT letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:6F6C78971D75A968]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.innerMinusTMinusCNonExistentFieldFirstQuery(MultiQueryIT.java:311) at app//org.opensearch.sql.legacy.MultiQueryIT.minusTMinusCNonExistentFieldFirstQueryWithScrollingAndOptimization(MultiQueryIT.java:227) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:42,716][INFO ][o.o.s.l.MultiQueryIT ] [minusCMinusTNonExistentFieldOneFieldWithScrollingAndOptimization] before test [2022-09-07T03:18:42,721][INFO ][o.o.s.l.MultiQueryIT ] [minusCMinusTNonExistentFieldOneFieldWithScrollingAndOptimization] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.minusCMinusTNonExistentFieldOneFieldWithScrollingAndOptimization" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! MINUS_SCROLL_FETCH_AND_RESULT_LIMITS(1000, 50, 100) */ /*! MINUS_USE_TERMS_OPTIMIZATION(true) */ letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' MINUS SELECT letter FROM opensearch-sql_test_index_system WHERE system_name = 'T' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! MINUS_SCROLL_FETCH_AND_RESULT_LIMITS(1000, 50, 100) */ /*! MINUS_USE_TERMS_OPTIMIZATION(true) */ letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' MINUS SELECT letter FROM opensearch-sql_test_index_system WHERE system_name = 'T' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:1FC1E0C8515424B0]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.innerMinusCMinusTNonExistentFieldOneField(MultiQueryIT.java:301) at app//org.opensearch.sql.legacy.MultiQueryIT.minusCMinusTNonExistentFieldOneFieldWithScrollingAndOptimization(MultiQueryIT.java:210) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:42,725][INFO ][o.o.s.l.MultiQueryIT ] [minusCMinusTNonExistentOneFieldWithScrolling] before test [2022-09-07T03:18:42,733][INFO ][o.o.s.l.MultiQueryIT ] [minusCMinusTNonExistentOneFieldWithScrolling] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.minusCMinusTNonExistentOneFieldWithScrolling" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! MINUS_SCROLL_FETCH_AND_RESULT_LIMITS(1000, 50, 100) */ letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' MINUS SELECT letter FROM opensearch-sql_test_index_system WHERE system_name = 'T' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! MINUS_SCROLL_FETCH_AND_RESULT_LIMITS(1000, 50, 100) */ letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' MINUS SELECT letter FROM opensearch-sql_test_index_system WHERE system_name = 'T' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:83BCE6E44AC01FAC]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.innerMinusCMinusTNonExistentFieldOneField(MultiQueryIT.java:301) at app//org.opensearch.sql.legacy.MultiQueryIT.minusCMinusTNonExistentOneFieldWithScrolling(MultiQueryIT.java:204) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:42,737][INFO ][o.o.s.l.MultiQueryIT ] [minusAMinusBNoAlias] before test [2022-09-07T03:18:42,742][INFO ][o.o.s.l.MultiQueryIT ] [minusAMinusBNoAlias] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.minusAMinusBNoAlias" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT pk FROM opensearch-sql_test_index_system WHERE system_name = 'A' MINUS SELECT pk FROM opensearch-sql_test_index_system WHERE system_name = 'B' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT pk FROM opensearch-sql_test_index_system WHERE system_name = 'A' MINUS SELECT pk FROM opensearch-sql_test_index_system WHERE system_name = 'B' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:87D5460D24AB1704]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.innerMinusAMinusBNoAlias(MultiQueryIT.java:247) at app//org.opensearch.sql.legacy.MultiQueryIT.minusAMinusBNoAlias(MultiQueryIT.java:122) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:42,747][INFO ][o.o.s.l.MultiQueryIT ] [minusTMinusCNonExistentFieldFirstQueryWithScrolling] before test [2022-09-07T03:18:42,752][INFO ][o.o.s.l.MultiQueryIT ] [minusTMinusCNonExistentFieldFirstQueryWithScrolling] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.minusTMinusCNonExistentFieldFirstQueryWithScrolling" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! MINUS_SCROLL_FETCH_AND_RESULT_LIMITS(1000, 50, 100) */ letter FROM opensearch-sql_test_index_system WHERE system_name = 'T' MINUS SELECT letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! MINUS_SCROLL_FETCH_AND_RESULT_LIMITS(1000, 50, 100) */ letter FROM opensearch-sql_test_index_system WHERE system_name = 'T' MINUS SELECT letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:6062EA71FE69FB9]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.innerMinusTMinusCNonExistentFieldFirstQuery(MultiQueryIT.java:311) at app//org.opensearch.sql.legacy.MultiQueryIT.minusTMinusCNonExistentFieldFirstQueryWithScrolling(MultiQueryIT.java:221) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:42,756][INFO ][o.o.s.l.MultiQueryIT ] [minusAMinusBNoAliasWithScrollingAndTerms] before test [2022-09-07T03:18:42,762][INFO ][o.o.s.l.MultiQueryIT ] [minusAMinusBNoAliasWithScrollingAndTerms] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.minusAMinusBNoAliasWithScrollingAndTerms" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! MINUS_SCROLL_FETCH_AND_RESULT_LIMITS(1000, 50, 100) */ /*! MINUS_USE_TERMS_OPTIMIZATION(true) */ pk FROM opensearch-sql_test_index_system WHERE system_name = 'A' MINUS SELECT pk FROM opensearch-sql_test_index_system WHERE system_name = 'B' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! MINUS_SCROLL_FETCH_AND_RESULT_LIMITS(1000, 50, 100) */ /*! MINUS_USE_TERMS_OPTIMIZATION(true) */ pk FROM opensearch-sql_test_index_system WHERE system_name = 'A' MINUS SELECT pk FROM opensearch-sql_test_index_system WHERE system_name = 'B' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:F3E496BC667657AD]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.innerMinusAMinusBNoAlias(MultiQueryIT.java:247) at app//org.opensearch.sql.legacy.MultiQueryIT.minusAMinusBNoAliasWithScrollingAndTerms(MultiQueryIT.java:132) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:42,767][INFO ][o.o.s.l.MultiQueryIT ] [minusCMinusDTwoFieldsAliasOnBothTables] before test [2022-09-07T03:18:42,781][INFO ][o.o.s.l.MultiQueryIT ] [minusCMinusDTwoFieldsAliasOnBothTables] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.minusCMinusDTwoFieldsAliasOnBothTables" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT pk as myId, letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' MINUS SELECT myId, myLetter as letter FROM opensearch-sql_test_index_system WHERE system_name = 'E' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT pk as myId, letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' MINUS SELECT myId, myLetter as letter FROM opensearch-sql_test_index_system WHERE system_name = 'E' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B773ADFDB9420AA7]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.innerMinusCMinusDTwoFieldsAliasOnBothTables(MultiQueryIT.java:282) at app//org.opensearch.sql.legacy.MultiQueryIT.minusCMinusDTwoFieldsAliasOnBothTables(MultiQueryIT.java:167) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:42,787][INFO ][o.o.s.l.MultiQueryIT ] [minusCMinusDTwoFieldsNoAlias] before test [2022-09-07T03:18:42,794][INFO ][o.o.s.l.MultiQueryIT ] [minusCMinusDTwoFieldsNoAlias] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.minusCMinusDTwoFieldsNoAlias" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT pk, letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' MINUS SELECT pk, letter FROM opensearch-sql_test_index_system WHERE system_name = 'D' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT pk, letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' MINUS SELECT pk, letter FROM opensearch-sql_test_index_system WHERE system_name = 'D' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:3379059081A286D6]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.innerMinusCMinusDTwoFieldsNoAlias(MultiQueryIT.java:263) at app//org.opensearch.sql.legacy.MultiQueryIT.minusCMinusDTwoFieldsNoAlias(MultiQueryIT.java:137) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:42,799][INFO ][o.o.s.l.MultiQueryIT ] [minusAMinusANoAliasWithScrolling] before test [2022-09-07T03:18:42,805][INFO ][o.o.s.l.MultiQueryIT ] [minusAMinusANoAliasWithScrolling] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.minusAMinusANoAliasWithScrolling" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! MINUS_SCROLL_FETCH_AND_RESULT_LIMITS(1000, 50, 100) */ pk FROM opensearch-sql_test_index_system WHERE system_name = 'A' MINUS SELECT pk FROM opensearch-sql_test_index_system WHERE system_name = 'A' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! MINUS_SCROLL_FETCH_AND_RESULT_LIMITS(1000, 50, 100) */ pk FROM opensearch-sql_test_index_system WHERE system_name = 'A' MINUS SELECT pk FROM opensearch-sql_test_index_system WHERE system_name = 'A' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:C6536D80EA673A76]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.innerMinusAMinusANoAlias(MultiQueryIT.java:237) at app//org.opensearch.sql.legacy.MultiQueryIT.minusAMinusANoAliasWithScrolling(MultiQueryIT.java:112) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:42,809][INFO ][o.o.s.l.MultiQueryIT ] [minusCMinusDTwoFieldsAliasOnBothTablesWithScrolling] before test [2022-09-07T03:18:42,814][INFO ][o.o.s.l.MultiQueryIT ] [minusCMinusDTwoFieldsAliasOnBothTablesWithScrolling] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.minusCMinusDTwoFieldsAliasOnBothTablesWithScrolling" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! MINUS_SCROLL_FETCH_AND_RESULT_LIMITS(1000, 50, 100) */ pk as myId, letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' MINUS SELECT myId, myLetter as letter FROM opensearch-sql_test_index_system WHERE system_name = 'E' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! MINUS_SCROLL_FETCH_AND_RESULT_LIMITS(1000, 50, 100) */ pk as myId, letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' MINUS SELECT myId, myLetter as letter FROM opensearch-sql_test_index_system WHERE system_name = 'E' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:37972CFF8AAF7A3]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.innerMinusCMinusDTwoFieldsAliasOnBothTables(MultiQueryIT.java:282) at app//org.opensearch.sql.legacy.MultiQueryIT.minusCMinusDTwoFieldsAliasOnBothTablesWithScrolling(MultiQueryIT.java:172) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:42,818][INFO ][o.o.s.l.MultiQueryIT ] [minusAMinusANoAliasWithScrollingAndTerms] before test [2022-09-07T03:18:42,824][INFO ][o.o.s.l.MultiQueryIT ] [minusAMinusANoAliasWithScrollingAndTerms] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.minusAMinusANoAliasWithScrollingAndTerms" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! MINUS_SCROLL_FETCH_AND_RESULT_LIMITS(1000, 50, 100) */ /*! MINUS_USE_TERMS_OPTIMIZATION(true) */ pk FROM opensearch-sql_test_index_system WHERE system_name = 'A' MINUS SELECT pk FROM opensearch-sql_test_index_system WHERE system_name = 'A' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! MINUS_SCROLL_FETCH_AND_RESULT_LIMITS(1000, 50, 100) */ /*! MINUS_USE_TERMS_OPTIMIZATION(true) */ pk FROM opensearch-sql_test_index_system WHERE system_name = 'A' MINUS SELECT pk FROM opensearch-sql_test_index_system WHERE system_name = 'A' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:FDE06BC0B9F9A48E]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.innerMinusAMinusANoAlias(MultiQueryIT.java:237) at app//org.opensearch.sql.legacy.MultiQueryIT.minusAMinusANoAliasWithScrollingAndTerms(MultiQueryIT.java:117) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:42,829][INFO ][o.o.s.l.MultiQueryIT ] [minusCMinusTNonExistentFieldTwoFields] before test [2022-09-07T03:18:42,834][INFO ][o.o.s.l.MultiQueryIT ] [minusCMinusTNonExistentFieldTwoFields] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.minusCMinusTNonExistentFieldTwoFields" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT pk, letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' MINUS SELECT pk, letter FROM opensearch-sql_test_index_system WHERE system_name = 'T' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT pk, letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' MINUS SELECT pk, letter FROM opensearch-sql_test_index_system WHERE system_name = 'T' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:AA9BE430030C398F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.minusCMinusTNonExistentFieldTwoFields(MultiQueryIT.java:193) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:42,839][INFO ][o.o.s.l.MultiQueryIT ] [minusCMinusTNonExistentFieldOneField] before test [2022-09-07T03:18:42,846][INFO ][o.o.s.l.MultiQueryIT ] [minusCMinusTNonExistentFieldOneField] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.minusCMinusTNonExistentFieldOneField" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' MINUS SELECT letter FROM opensearch-sql_test_index_system WHERE system_name = 'T' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' MINUS SELECT letter FROM opensearch-sql_test_index_system WHERE system_name = 'T' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:6F88AF7DD3FFADE5]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.innerMinusCMinusTNonExistentFieldOneField(MultiQueryIT.java:301) at app//org.opensearch.sql.legacy.MultiQueryIT.minusCMinusTNonExistentFieldOneField(MultiQueryIT.java:199) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:42,851][INFO ][o.o.s.l.MultiQueryIT ] [minusCMinusDTwoFieldsNoAliasWithScrolling] before test [2022-09-07T03:18:42,856][INFO ][o.o.s.l.MultiQueryIT ] [minusCMinusDTwoFieldsNoAliasWithScrolling] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.minusCMinusDTwoFieldsNoAliasWithScrolling" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! MINUS_SCROLL_FETCH_AND_RESULT_LIMITS(1000, 50, 100) */ pk, letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' MINUS SELECT pk, letter FROM opensearch-sql_test_index_system WHERE system_name = 'D' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! MINUS_SCROLL_FETCH_AND_RESULT_LIMITS(1000, 50, 100) */ pk, letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' MINUS SELECT pk, letter FROM opensearch-sql_test_index_system WHERE system_name = 'D' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:6B6F7EFB9B268DD4]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.innerMinusCMinusDTwoFieldsNoAlias(MultiQueryIT.java:263) at app//org.opensearch.sql.legacy.MultiQueryIT.minusCMinusDTwoFieldsNoAliasWithScrolling(MultiQueryIT.java:142) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:42,860][INFO ][o.o.s.l.MultiQueryIT ] [unionAllSameRequestOnlyOneRecordTwice] before test [2022-09-07T03:18:42,866][INFO ][o.o.s.l.MultiQueryIT ] [unionAllSameRequestOnlyOneRecordTwice] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.unionAllSameRequestOnlyOneRecordTwice" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname FROM opensearch-sql_test_index_account WHERE firstname = 'Amber' LIMIT 1 UNION ALL SELECT firstname FROM opensearch-sql_test_index_account WHERE firstname = 'Amber' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname FROM opensearch-sql_test_index_account WHERE firstname = 'Amber' LIMIT 1 UNION ALL SELECT firstname FROM opensearch-sql_test_index_account WHERE firstname = 'Amber' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:14FDE79BF6E6BDD5]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.unionAllSameRequestOnlyOneRecordTwice(MultiQueryIT.java:47) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:42,873][INFO ][o.o.s.l.MultiQueryIT ] [minusTMinusCNonExistentFieldFirstQuery] before test [2022-09-07T03:18:42,880][INFO ][o.o.s.l.MultiQueryIT ] [minusTMinusCNonExistentFieldFirstQuery] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.minusTMinusCNonExistentFieldFirstQuery" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT letter FROM opensearch-sql_test_index_system WHERE system_name = 'T' MINUS SELECT letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT letter FROM opensearch-sql_test_index_system WHERE system_name = 'T' MINUS SELECT letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B870EAD131C52FCF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.innerMinusTMinusCNonExistentFieldFirstQuery(MultiQueryIT.java:311) at app//org.opensearch.sql.legacy.MultiQueryIT.minusTMinusCNonExistentFieldFirstQuery(MultiQueryIT.java:216) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:42,885][INFO ][o.o.s.l.MultiQueryIT ] [unionAllOnlyOneRecordEachWithAlias] before test [2022-09-07T03:18:42,890][INFO ][o.o.s.l.MultiQueryIT ] [unionAllOnlyOneRecordEachWithAlias] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.unionAllOnlyOneRecordEachWithAlias" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname FROM opensearch-sql_test_index_account WHERE firstname = 'Amber' UNION ALL SELECT dog_name as firstname FROM opensearch-sql_test_index_dog WHERE dog_name = 'rex' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname FROM opensearch-sql_test_index_account WHERE firstname = 'Amber' UNION ALL SELECT dog_name as firstname FROM opensearch-sql_test_index_dog WHERE dog_name = 'rex' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:48DE7AAB5527CF33]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.unionAllOnlyOneRecordEachWithAlias(MultiQueryIT.java:66) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:42,895][INFO ][o.o.s.l.MultiQueryIT ] [minusAMinusANoAlias] before test [2022-09-07T03:18:42,900][INFO ][o.o.s.l.MultiQueryIT ] [minusAMinusANoAlias] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.minusAMinusANoAlias" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT pk FROM opensearch-sql_test_index_system WHERE system_name = 'A' MINUS SELECT pk FROM opensearch-sql_test_index_system WHERE system_name = 'A' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT pk FROM opensearch-sql_test_index_system WHERE system_name = 'A' MINUS SELECT pk FROM opensearch-sql_test_index_system WHERE system_name = 'A' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:76CCC75776956227]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.innerMinusAMinusANoAlias(MultiQueryIT.java:237) at app//org.opensearch.sql.legacy.MultiQueryIT.minusAMinusANoAlias(MultiQueryIT.java:107) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:42,904][INFO ][o.o.s.l.MultiQueryIT ] [unionAllOnlyOneRecordEachWithComplexAlias] before test [2022-09-07T03:18:42,909][INFO ][o.o.s.l.MultiQueryIT ] [unionAllOnlyOneRecordEachWithComplexAlias] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.unionAllOnlyOneRecordEachWithComplexAlias" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname FROM opensearch-sql_test_index_account WHERE firstname = 'Amber' UNION ALL SELECT name.firstname as firstname FROM opensearch-sql_test_index_game_of_thrones WHERE name.firstname = 'daenerys' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname FROM opensearch-sql_test_index_account WHERE firstname = 'Amber' UNION ALL SELECT name.firstname as firstname FROM opensearch-sql_test_index_game_of_thrones WHERE name.firstname = 'daenerys' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:2BB84FD89CAFC8DE]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.unionAllOnlyOneRecordEachWithComplexAlias(MultiQueryIT.java:90) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:42,914][INFO ][o.o.s.l.MultiQueryIT ] [minusCMinusDTwoFieldsAliasOnBothSecondTableFields] before test [2022-09-07T03:18:42,921][INFO ][o.o.s.l.MultiQueryIT ] [minusCMinusDTwoFieldsAliasOnBothSecondTableFields] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.minusCMinusDTwoFieldsAliasOnBothSecondTableFields" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT pk, letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' MINUS SELECT myId as pk, myLetter as letter FROM opensearch-sql_test_index_system WHERE system_name = 'E' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT pk, letter FROM opensearch-sql_test_index_system WHERE system_name = 'C' MINUS SELECT myId as pk, myLetter as letter FROM opensearch-sql_test_index_system WHERE system_name = 'E' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E500FF83BF4A8477]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.minusCMinusDTwoFieldsAliasOnBothSecondTableFields(MultiQueryIT.java:152) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:18:42,927][INFO ][o.o.s.l.MultiQueryIT ] [minusAMinusBNoAliasWithScrolling] before test [2022-09-07T03:18:42,934][INFO ][o.o.s.l.MultiQueryIT ] [minusAMinusBNoAliasWithScrolling] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.MultiQueryIT.minusAMinusBNoAliasWithScrolling" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-SD -Dtests.timezone=Africa/Bujumbura -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! MINUS_SCROLL_FETCH_AND_RESULT_LIMITS(1000, 50, 100) */ pk FROM opensearch-sql_test_index_system WHERE system_name = 'A' MINUS SELECT pk FROM opensearch-sql_test_index_system WHERE system_name = 'B' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! MINUS_SCROLL_FETCH_AND_RESULT_LIMITS(1000, 50, 100) */ pk FROM opensearch-sql_test_index_system WHERE system_name = 'A' MINUS SELECT pk FROM opensearch-sql_test_index_system WHERE system_name = 'B' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:C8482512C1C3C9DD]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.MultiQueryIT.innerMinusAMinusBNoAlias(MultiQueryIT.java:247) at app//org.opensearch.sql.legacy.MultiQueryIT.minusAMinusBNoAliasWithScrolling(MultiQueryIT.java:127) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:43,721][INFO ][o.o.s.l.NestedFieldQueryIT] [groupByRegularFieldAndSum] before test [2022-09-07T07:48:43,723][INFO ][o.o.s.l.NestedFieldQueryIT] [groupByRegularFieldAndSum] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T07:48:46,181][INFO ][o.o.s.l.NestedFieldQueryIT] [groupByRegularFieldAndSum] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.groupByRegularFieldAndSum" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT *, SUM(m.dayOfWeek) AS sumDay FROM opensearch-sql_test_index_nested_type n, n.message m GROUP BY someField not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT *, SUM(m.dayOfWeek) AS sumDay FROM opensearch-sql_test_index_nested_type n, n.message m GROUP BY someField not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:9F2C54856C326CBB]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.groupByRegularFieldAndSum(NestedFieldQueryIT.java:346) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,188][INFO ][o.o.s.l.NestedFieldQueryIT] [countAggWithWhereOnParentOrNested] before test [2022-09-07T07:48:46,192][INFO ][o.o.s.l.NestedFieldQueryIT] [countAggWithWhereOnParentOrNested] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.countAggWithWhereOnParentOrNested" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name, COUNT(p) as c FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE e.name like '%smith%' or p.name LIKE '%security%' GROUP BY e.name HAVING c > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name, COUNT(p) as c FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE e.name like '%smith%' or p.name LIKE '%security%' GROUP BY e.name HAVING c > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:61FA86D2638CF22E]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.countAggWithWhereOnParentOrNested(NestedFieldQueryIT.java:485) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,196][INFO ][o.o.s.l.NestedFieldQueryIT] [havingCountAggWithoutWhere] before test [2022-09-07T07:48:46,200][INFO ][o.o.s.l.NestedFieldQueryIT] [havingCountAggWithoutWhere] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.havingCountAggWithoutWhere" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p GROUP BY e.name HAVING COUNT(p) > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p GROUP BY e.name HAVING COUNT(p) > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:A544699F5D7E80E1]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.havingCountAggWithoutWhere(NestedFieldQueryIT.java:611) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,204][INFO ][o.o.s.l.NestedFieldQueryIT] [singleCondition] before test [2022-09-07T07:48:46,208][INFO ][o.o.s.l.NestedFieldQueryIT] [singleCondition] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.singleCondition" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT myNum, m.author, m.info FROM opensearch-sql_test_index_nested_type n, n.message m WHERE m.info = 'c' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT myNum, m.author, m.info FROM opensearch-sql_test_index_nested_type n, n.message m WHERE m.info = 'c' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:1483F9BFB62055BE]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.execute(NestedFieldQueryIT.java:889) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.query(NestedFieldQueryIT.java:885) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.singleCondition(NestedFieldQueryIT.java:146) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,213][INFO ][o.o.s.l.NestedFieldQueryIT] [countAggWithWhereOnParent] before test [2022-09-07T07:48:46,218][INFO ][o.o.s.l.NestedFieldQueryIT] [countAggWithWhereOnParent] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.countAggWithWhereOnParent" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name, COUNT(p) as c FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE e.name like '%smith%' GROUP BY e.name HAVING c > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name, COUNT(p) as c FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE e.name like '%smith%' GROUP BY e.name HAVING c > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:572E665DD08CF64C]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.countAggWithWhereOnParent(NestedFieldQueryIT.java:445) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,224][INFO ][o.o.s.l.NestedFieldQueryIT] [havingCountAggWithWhereOnParent] before test [2022-09-07T07:48:46,230][INFO ][o.o.s.l.NestedFieldQueryIT] [havingCountAggWithWhereOnParent] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.havingCountAggWithWhereOnParent" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE e.name like '%smith%' GROUP BY e.name HAVING COUNT(p) > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE e.name like '%smith%' GROUP BY e.name HAVING COUNT(p) > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:AB36BDC46F1C3426]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.havingCountAggWithWhereOnParent(NestedFieldQueryIT.java:631) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,234][INFO ][o.o.s.l.NestedFieldQueryIT] [leftJoinSpecificFields] before test [2022-09-07T07:48:46,245][INFO ][o.o.s.l.NestedFieldQueryIT] [leftJoinSpecificFields] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.leftJoinSpecificFields" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name, p.name, p.started_year FROM opensearch-sql_test_index_employee_nested e LEFT JOIN e.projects p not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name, p.name, p.started_year FROM opensearch-sql_test_index_employee_nested e LEFT JOIN e.projects p not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B8CDC5317803AE68]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at app//org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.leftJoinSpecificFields(NestedFieldQueryIT.java:279) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,250][INFO ][o.o.s.l.NestedFieldQueryIT] [havingCountAggWithWhereOnNestedOrNested] before test [2022-09-07T07:48:46,254][INFO ][o.o.s.l.NestedFieldQueryIT] [havingCountAggWithWhereOnNestedOrNested] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.havingCountAggWithWhereOnNestedOrNested" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE p.started_year > 2000 OR p.name LIKE '%security%' GROUP BY e.name HAVING COUNT(p) > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE p.started_year > 2000 OR p.name LIKE '%security%' GROUP BY e.name HAVING COUNT(p) > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:3A5FC3D24B09B574]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.havingCountAggWithWhereOnNestedOrNested(NestedFieldQueryIT.java:731) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,258][INFO ][o.o.s.l.NestedFieldQueryIT] [groupByNestedFieldAndCount] before test [2022-09-07T07:48:46,264][INFO ][o.o.s.l.NestedFieldQueryIT] [groupByNestedFieldAndCount] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.groupByNestedFieldAndCount" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT m.info, COUNT(*) FROM opensearch-sql_test_index_nested_type n, n.message m GROUP BY m.info not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT m.info, COUNT(*) FROM opensearch-sql_test_index_nested_type n, n.message m GROUP BY m.info not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:5179029808BC544F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.groupByNestedFieldAndCount(NestedFieldQueryIT.java:326) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,270][INFO ][o.o.s.l.NestedFieldQueryIT] [leftJoinSelectAll] before test [2022-09-07T07:48:46,284][INFO ][o.o.s.l.NestedFieldQueryIT] [leftJoinSelectAll] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.leftJoinSelectAll" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_employee_nested e LEFT JOIN e.projects p not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql/_explain], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_employee_nested e LEFT JOIN e.projects p not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E801BE7B55A3FF76]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeExplainRequest(SQLIntegTestCase.java:313) at app//org.opensearch.sql.legacy.SQLIntegTestCase.explainQuery(SQLIntegTestCase.java:297) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.leftJoinSelectAll(NestedFieldQueryIT.java:264) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,290][INFO ][o.o.s.l.NestedFieldQueryIT] [havingCountAggOnNestedInnerFieldWithoutWhere] before test [2022-09-07T07:48:46,295][INFO ][o.o.s.l.NestedFieldQueryIT] [havingCountAggOnNestedInnerFieldWithoutWhere] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.havingCountAggOnNestedInnerFieldWithoutWhere" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE p.name LIKE '%security%' GROUP BY e.name HAVING COUNT(p.started_year) > 0 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE p.name LIKE '%security%' GROUP BY e.name HAVING COUNT(p.started_year) > 0 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:DED90EEAE6492540]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.havingCountAggOnNestedInnerFieldWithoutWhere(NestedFieldQueryIT.java:751) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,301][INFO ][o.o.s.l.NestedFieldQueryIT] [havingCountAggWithWhereOnParentAndNested] before test [2022-09-07T07:48:46,307][INFO ][o.o.s.l.NestedFieldQueryIT] [havingCountAggWithWhereOnParentAndNested] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.havingCountAggWithWhereOnParentAndNested" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE e.name like '%smith%' AND p.name LIKE '%security%' GROUP BY e.name HAVING COUNT(p) > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE e.name like '%smith%' AND p.name LIKE '%security%' GROUP BY e.name HAVING COUNT(p) > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:3CCCFE9886B90724]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.havingCountAggWithWhereOnParentAndNested(NestedFieldQueryIT.java:691) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,313][INFO ][o.o.s.l.NestedFieldQueryIT] [havingCountAggWithWhereOnParentOrNested] before test [2022-09-07T07:48:46,319][INFO ][o.o.s.l.NestedFieldQueryIT] [havingCountAggWithWhereOnParentOrNested] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.havingCountAggWithWhereOnParentOrNested" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE e.name like '%smith%' or p.name LIKE '%security%' GROUP BY e.name HAVING COUNT(p) > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE e.name like '%smith%' or p.name LIKE '%security%' GROUP BY e.name HAVING COUNT(p) > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:2CE06AFC3195CD1C]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.havingCountAggWithWhereOnParentOrNested(NestedFieldQueryIT.java:671) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,325][INFO ][o.o.s.l.NestedFieldQueryIT] [multipleConditionsOfRegularAndNestedField] before test [2022-09-07T07:48:46,330][INFO ][o.o.s.l.NestedFieldQueryIT] [multipleConditionsOfRegularAndNestedField] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.multipleConditionsOfRegularAndNestedField" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT myNum, m.author, m.info FROM opensearch-sql_test_index_nested_type n, n.message m WHERE myNum = 3 AND m.info = 'c' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT myNum, m.author, m.info FROM opensearch-sql_test_index_nested_type n, n.message m WHERE myNum = 3 AND m.info = 'c' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:AB0CF822560B0923]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.execute(NestedFieldQueryIT.java:889) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.query(NestedFieldQueryIT.java:885) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.multipleConditionsOfRegularAndNestedField(NestedFieldQueryIT.java:208) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,336][INFO ][o.o.s.l.NestedFieldQueryIT] [nestedFiledIsNotNull] before test [2022-09-07T07:48:46,341][INFO ][o.o.s.l.NestedFieldQueryIT] [nestedFiledIsNotNull] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.nestedFiledIsNotNull" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested as e, e.projects as p WHERE p IS NOT NULL not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested as e, e.projects as p WHERE p IS NOT NULL not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:657B319438AC1E00]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.nestedFiledIsNotNull(NestedFieldQueryIT.java:367) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,346][INFO ][o.o.s.l.NestedFieldQueryIT] [countAggWithWhereOnNested] before test [2022-09-07T07:48:46,352][INFO ][o.o.s.l.NestedFieldQueryIT] [countAggWithWhereOnNested] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.countAggWithWhereOnNested" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name, COUNT(p) as c FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE p.name LIKE '%security%' GROUP BY e.name HAVING c > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name, COUNT(p) as c FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE p.name LIKE '%security%' GROUP BY e.name HAVING c > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:62B186ECF3943DDC]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.countAggWithWhereOnNested(NestedFieldQueryIT.java:465) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,356][INFO ][o.o.s.l.NestedFieldQueryIT] [countAggOnNestedInnerFieldWithoutWhere] before test [2022-09-07T07:48:46,361][INFO ][o.o.s.l.NestedFieldQueryIT] [countAggOnNestedInnerFieldWithoutWhere] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.countAggOnNestedInnerFieldWithoutWhere" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name, COUNT(p.started_year) as count FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE p.name LIKE '%security%' GROUP BY e.name HAVING count > 0 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name, COUNT(p.started_year) as count FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE p.name LIKE '%security%' GROUP BY e.name HAVING count > 0 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:1BC9B66E57479AE]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.countAggOnNestedInnerFieldWithoutWhere(NestedFieldQueryIT.java:565) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,365][INFO ][o.o.s.l.NestedFieldQueryIT] [havingCountAggWithWhereOnNested] before test [2022-09-07T07:48:46,369][INFO ][o.o.s.l.NestedFieldQueryIT] [havingCountAggWithWhereOnNested] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.havingCountAggWithWhereOnNested" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE p.name LIKE '%security%' GROUP BY e.name HAVING COUNT(p) > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE p.name LIKE '%security%' GROUP BY e.name HAVING COUNT(p) > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:9B5585EC25A5FDAF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.havingCountAggWithWhereOnNested(NestedFieldQueryIT.java:651) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,375][INFO ][o.o.s.l.NestedFieldQueryIT] [aggregationWithoutGroupBy] before test [2022-09-07T07:48:46,380][INFO ][o.o.s.l.NestedFieldQueryIT] [aggregationWithoutGroupBy] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.aggregationWithoutGroupBy" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT AVG(m.dayOfWeek) AS avgDay FROM opensearch-sql_test_index_nested_type n, n.message m not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT AVG(m.dayOfWeek) AS avgDay FROM opensearch-sql_test_index_nested_type n, n.message m not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:79D8A4B6C7B7FD8]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.aggregationWithoutGroupBy(NestedFieldQueryIT.java:316) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,385][INFO ][o.o.s.l.NestedFieldQueryIT] [maxAggOnNestedInnerFieldWithoutWhere] before test [2022-09-07T07:48:46,390][INFO ][o.o.s.l.NestedFieldQueryIT] [maxAggOnNestedInnerFieldWithoutWhere] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.maxAggOnNestedInnerFieldWithoutWhere" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name, MAX(p.started_year) as max FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE p.name LIKE '%security%' GROUP BY e.name not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name, MAX(p.started_year) as max FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE p.name LIKE '%security%' GROUP BY e.name not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:7A3D0DA8319DF49F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.maxAggOnNestedInnerFieldWithoutWhere(NestedFieldQueryIT.java:588) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,395][INFO ][o.o.s.l.NestedFieldQueryIT] [havingCountAggWithWhereOnNestedAndNested] before test [2022-09-07T07:48:46,399][INFO ][o.o.s.l.NestedFieldQueryIT] [havingCountAggWithWhereOnNestedAndNested] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.havingCountAggWithWhereOnNestedAndNested" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE p.started_year > 2000 AND p.name LIKE '%security%' GROUP BY e.name HAVING COUNT(p) > 0 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE p.started_year > 2000 AND p.name LIKE '%security%' GROUP BY e.name HAVING COUNT(p) > 0 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:C31B577C9E0B981D]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.havingCountAggWithWhereOnNestedAndNested(NestedFieldQueryIT.java:711) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,404][INFO ][o.o.s.l.NestedFieldQueryIT] [groupByNestedAndRegularField] before test [2022-09-07T07:48:46,408][INFO ][o.o.s.l.NestedFieldQueryIT] [groupByNestedAndRegularField] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.groupByNestedAndRegularField" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT someField, m.info, COUNT(*) FROM opensearch-sql_test_index_nested_type n, n.message m GROUP BY someField, m.info not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT someField, m.info, COUNT(*) FROM opensearch-sql_test_index_nested_type n, n.message m GROUP BY someField, m.info not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:1E5D4C69DFD4BE64]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.groupByNestedAndRegularField(NestedFieldQueryIT.java:392) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,412][INFO ][o.o.s.l.NestedFieldQueryIT] [noCondition] before test [2022-09-07T07:48:46,416][INFO ][o.o.s.l.NestedFieldQueryIT] [noCondition] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.noCondition" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT myNum, someField, m.author, m.info FROM opensearch-sql_test_index_nested_type n, n.message m not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT myNum, someField, m.author, m.info FROM opensearch-sql_test_index_nested_type n, n.message m not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:33FB67ECFF81BD5A]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.execute(NestedFieldQueryIT.java:889) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.query(NestedFieldQueryIT.java:885) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.queryAll(NestedFieldQueryIT.java:83) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.noCondition(NestedFieldQueryIT.java:78) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,421][INFO ][o.o.s.l.NestedFieldQueryIT] [selectAll] before test [2022-09-07T07:48:46,426][INFO ][o.o.s.l.NestedFieldQueryIT] [selectAll] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.selectAll" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_nested_type n, n.message m not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_nested_type n, n.message m not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:4C5CACDE2B9EE0F5]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.execute(NestedFieldQueryIT.java:889) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.query(NestedFieldQueryIT.java:885) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.queryAll(NestedFieldQueryIT.java:83) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.selectAll(NestedFieldQueryIT.java:73) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,432][INFO ][o.o.s.l.NestedFieldQueryIT] [countAggWithoutWhere] before test [2022-09-07T07:48:46,436][INFO ][o.o.s.l.NestedFieldQueryIT] [countAggWithoutWhere] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.countAggWithoutWhere" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name, COUNT(p) as c FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p GROUP BY e.name HAVING c > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name, COUNT(p) as c FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p GROUP BY e.name HAVING c > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:77CC1E4F1057CB6F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.countAggWithoutWhere(NestedFieldQueryIT.java:425) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,442][INFO ][o.o.s.l.NestedFieldQueryIT] [countAggWithWhereOnParentAndNested] before test [2022-09-07T07:48:46,449][INFO ][o.o.s.l.NestedFieldQueryIT] [countAggWithWhereOnParentAndNested] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.countAggWithWhereOnParentAndNested" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name, COUNT(p) as c FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE e.name like '%smith%' AND p.name LIKE '%security%' GROUP BY e.name HAVING c > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name, COUNT(p) as c FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE e.name like '%smith%' AND p.name LIKE '%security%' GROUP BY e.name HAVING c > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:94DF6B4ADA01B820]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.countAggWithWhereOnParentAndNested(NestedFieldQueryIT.java:505) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,454][INFO ][o.o.s.l.NestedFieldQueryIT] [countAggWithWhereOnNestedOrNested] before test [2022-09-07T07:48:46,458][INFO ][o.o.s.l.NestedFieldQueryIT] [countAggWithWhereOnNestedOrNested] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.countAggWithWhereOnNestedOrNested" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name, COUNT(p) as c FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE p.started_year > 2000 OR p.name LIKE '%security%' GROUP BY e.name HAVING c > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name, COUNT(p) as c FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE p.started_year > 2000 OR p.name LIKE '%security%' GROUP BY e.name HAVING c > 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:9C48B5FF634E453D]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.countAggWithWhereOnNestedOrNested(NestedFieldQueryIT.java:545) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,463][INFO ][o.o.s.l.NestedFieldQueryIT] [multipleConditionsOfRegularOrNestedField] before test [2022-09-07T07:48:46,469][INFO ][o.o.s.l.NestedFieldQueryIT] [multipleConditionsOfRegularOrNestedField] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.multipleConditionsOfRegularOrNestedField" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT myNum, m.author, m.info FROM opensearch-sql_test_index_nested_type n, n.message m WHERE myNum = 2 OR m.info = 'c' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT myNum, m.author, m.info FROM opensearch-sql_test_index_nested_type n, n.message m WHERE myNum = 2 OR m.info = 'c' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:39860567812527]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.execute(NestedFieldQueryIT.java:889) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.query(NestedFieldQueryIT.java:885) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.multipleConditionsOfRegularOrNestedField(NestedFieldQueryIT.java:229) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,476][INFO ][o.o.s.l.NestedFieldQueryIT] [countAggWithWhereOnNestedAndNested] before test [2022-09-07T07:48:46,483][INFO ][o.o.s.l.NestedFieldQueryIT] [countAggWithWhereOnNestedAndNested] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.countAggWithWhereOnNestedAndNested" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name, COUNT(p) as c FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE p.started_year > 2000 AND p.name LIKE '%security%' GROUP BY e.name HAVING c > 0 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name, COUNT(p) as c FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE p.started_year > 2000 AND p.name LIKE '%security%' GROUP BY e.name HAVING c > 0 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:AFE1545EF6306DA3]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.countAggWithWhereOnNestedAndNested(NestedFieldQueryIT.java:525) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,489][INFO ][o.o.s.l.NestedFieldQueryIT] [havingMaxAggOnNestedInnerFieldWithoutWhere] before test [2022-09-07T07:48:46,498][INFO ][o.o.s.l.NestedFieldQueryIT] [havingMaxAggOnNestedInnerFieldWithoutWhere] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.havingMaxAggOnNestedInnerFieldWithoutWhere" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE p.name LIKE '%security%' GROUP BY e.name HAVING MAX(p.started_year) > 1990 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested AS e, e.projects AS p WHERE p.name LIKE '%security%' GROUP BY e.name HAVING MAX(p.started_year) > 1990 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:3CCB760E14C46F2A]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.havingMaxAggOnNestedInnerFieldWithoutWhere(NestedFieldQueryIT.java:775) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,506][INFO ][o.o.s.l.NestedFieldQueryIT] [multipleConditionsOfNestedField] before test [2022-09-07T07:48:46,512][INFO ][o.o.s.l.NestedFieldQueryIT] [multipleConditionsOfNestedField] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.multipleConditionsOfNestedField" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT someField, m.author, m.info FROM opensearch-sql_test_index_nested_type n, n.message m WHERE m.info = 'c' AND m.author = 'h' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT someField, m.author, m.info FROM opensearch-sql_test_index_nested_type n, n.message m WHERE m.info = 'c' AND m.author = 'h' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:DFA879B89800D2]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.execute(NestedFieldQueryIT.java:889) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.query(NestedFieldQueryIT.java:885) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.multipleConditionsOfNestedField(NestedFieldQueryIT.java:176) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T07:48:46,516][INFO ][o.o.s.l.NestedFieldQueryIT] [multipleConditionsOfNestedFieldNoMatch] before test [2022-09-07T07:48:46,523][INFO ][o.o.s.l.NestedFieldQueryIT] [multipleConditionsOfNestedFieldNoMatch] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.NestedFieldQueryIT.multipleConditionsOfNestedFieldNoMatch" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=uk -Dtests.timezone=Indian/Cocos -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT someField, m.author, m.info FROM opensearch-sql_test_index_nested_type n, n.message m WHERE m.info = 'c' AND m.author = 'i' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT someField, m.author, m.info FROM opensearch-sql_test_index_nested_type n, n.message m WHERE m.info = 'c' AND m.author = 'i' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:829846DCBE11EDC6]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.execute(NestedFieldQueryIT.java:889) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.query(NestedFieldQueryIT.java:885) at app//org.opensearch.sql.legacy.NestedFieldQueryIT.multipleConditionsOfNestedFieldNoMatch(NestedFieldQueryIT.java:197) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T02:18:47,041][INFO ][o.o.s.l.ObjectFieldSelectIT] [testSelectNestedFieldItself] before test [2022-09-07T02:18:47,043][INFO ][o.o.s.l.ObjectFieldSelectIT] [testSelectNestedFieldItself] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T02:18:48,152][INFO ][o.o.s.l.ObjectFieldSelectIT] [testSelectNestedFieldItself] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.ObjectFieldSelectIT.testSelectNestedFieldItself" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=lv-LV -Dtests.timezone=Africa/Porto-Novo -Druntime.java=17 org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT projects FROM opensearch-sql_test_index_deep_nested not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }java.lang.RuntimeException: org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT projects FROM opensearch-sql_test_index_deep_nested not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:C4249EA32FCEC309]:0) at org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:237) at org.opensearch.sql.legacy.ObjectFieldSelectIT.query(ObjectFieldSelectIT.java:105) at org.opensearch.sql.legacy.ObjectFieldSelectIT.testSelectNestedFieldItself(ObjectFieldSelectIT.java:71) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT projects FROM opensearch-sql_test_index_deep_nested not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:231) ... 42 more [2022-09-07T02:18:48,157][INFO ][o.o.s.l.ObjectFieldSelectIT] [testSelectObjectFieldItself] before test [2022-09-07T02:18:48,171][INFO ][o.o.s.l.ObjectFieldSelectIT] [testSelectObjectFieldItself] after test [2022-09-07T02:18:48,176][INFO ][o.o.s.l.ObjectFieldSelectIT] [testSelectObjectFieldOfArrayValuesInnerFields] before test [2022-09-07T02:18:48,189][INFO ][o.o.s.l.ObjectFieldSelectIT] [testSelectObjectFieldOfArrayValuesInnerFields] after test [2022-09-07T02:18:48,194][INFO ][o.o.s.l.ObjectFieldSelectIT] [testSelectObjectFieldOfArrayValuesItself] before test [2022-09-07T02:18:48,207][INFO ][o.o.s.l.ObjectFieldSelectIT] [testSelectObjectFieldOfArrayValuesItself] after test [2022-09-07T02:18:48,212][INFO ][o.o.s.l.ObjectFieldSelectIT] [testSelectObjectInnerFields] before test [2022-09-07T02:18:48,230][INFO ][o.o.s.l.ObjectFieldSelectIT] [testSelectObjectInnerFields] after test [2022-09-07T05:18:48,441][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [multipleOrderByOrdinal] before test [2022-09-07T05:18:48,442][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [multipleOrderByOrdinal] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T05:18:49,620][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [multipleOrderByOrdinal] after test [2022-09-07T05:18:49,625][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [simpleGroupByOrdinal] before test [2022-09-07T05:18:49,666][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [simpleGroupByOrdinal] after test [2022-09-07T05:18:49,672][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [explainSelectFieldiWithBacticksAndTableAliasGroupByOrdinal] before test [2022-09-07T05:18:49,704][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [explainSelectFieldiWithBacticksAndTableAliasGroupByOrdinal] after test [2022-09-07T05:18:49,708][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [explainSelectFieldiWithBacticksAndTableAliasOrderByOrdinal] before test [2022-09-07T05:18:49,731][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [explainSelectFieldiWithBacticksAndTableAliasOrderByOrdinal] after test [2022-09-07T05:18:49,736][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [selectFieldiWithBacticksOrderByOrdinal] before test [2022-09-07T05:18:49,762][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [selectFieldiWithBacticksOrderByOrdinal] after test [2022-09-07T05:18:49,772][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [selectFieldiWithBacticksAndTableAliasOrderByOrdinal] before test [2022-09-07T05:18:49,796][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [selectFieldiWithBacticksAndTableAliasOrderByOrdinal] after test [2022-09-07T05:18:49,801][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [simpleOrderByOrdinal] before test [2022-09-07T05:18:49,824][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [simpleOrderByOrdinal] after test [2022-09-07T05:18:49,830][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [selectFieldiWithBacticksGroupByOrdinal] before test [2022-09-07T05:18:49,857][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [selectFieldiWithBacticksGroupByOrdinal] after test [2022-09-07T05:18:49,861][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [multipleGroupByOrdinal] before test [2022-09-07T05:18:49,902][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [multipleGroupByOrdinal] after test [2022-09-07T05:18:49,906][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [selectFieldiWithBacticksAndTableAliasOrderByOrdinalAndNull] before test [2022-09-07T05:18:49,954][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [selectFieldiWithBacticksAndTableAliasOrderByOrdinalAndNull] after test [2022-09-07T05:18:49,958][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [selectFieldiWithBacticksAndTableAliasGroupByOrdinal] before test [2022-09-07T05:18:49,996][INFO ][o.o.s.l.OrdinalAliasRewriterIT] [selectFieldiWithBacticksAndTableAliasGroupByOrdinal] after test [2022-09-06T15:18:50,344][INFO ][o.o.s.l.PluginIT ] [nonRegisteredSQLSettingsThrowException] before test [2022-09-06T15:18:50,347][INFO ][o.o.s.l.PluginIT ] [nonRegisteredSQLSettingsThrowException] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T15:18:50,524][INFO ][o.o.s.l.PluginIT ] [nonRegisteredSQLSettingsThrowException] after test [2022-09-06T15:18:50,528][INFO ][o.o.s.l.PluginIT ] [ignoreNonSQLSettingsTest] before test [2022-09-06T15:18:50,846][INFO ][o.o.s.l.PluginIT ] [ignoreNonSQLSettingsTest] after test [2022-09-06T15:18:50,851][INFO ][o.o.s.l.PluginIT ] [sqlTransientOnlySettingTest] before test [2022-09-06T15:18:51,392][INFO ][o.o.s.l.PluginIT ] [sqlTransientOnlySettingTest] after test [2022-09-06T15:18:51,397][INFO ][o.o.s.l.PluginIT ] [sqlCombinedSettingTest] before test [2022-09-06T15:18:51,695][INFO ][o.o.s.l.PluginIT ] [sqlCombinedSettingTest] after test [2022-09-06T15:18:51,699][INFO ][o.o.s.l.PluginIT ] [sqlPersistentOnlySettingTest] before test [2022-09-06T15:18:52,323][INFO ][o.o.s.l.PluginIT ] [sqlPersistentOnlySettingTest] after test [2022-09-06T15:18:52,328][INFO ][o.o.s.l.PluginIT ] [sqlCombinedMixedSettingTest] before test [2022-09-06T15:18:52,850][INFO ][o.o.s.l.PluginIT ] [sqlCombinedMixedSettingTest] after test [2022-09-06T15:18:52,854][INFO ][o.o.s.l.PluginIT ] [ignoreNonTransientNonPersistentSettingsTest] before test [2022-09-06T15:18:53,446][INFO ][o.o.s.l.PluginIT ] [ignoreNonTransientNonPersistentSettingsTest] after test [2022-09-06T15:18:53,451][INFO ][o.o.s.l.PluginIT ] [sqlEnableSettingsTest] before test [2022-09-06T15:18:55,045][INFO ][o.o.s.l.PluginIT ] [sqlEnableSettingsTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.PluginIT.sqlEnableSettingsTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sr-Latn-ME -Dtests.timezone=Etc/GMT+10 -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname FROM opensearch-sql_test_index_account WHERE account_number=1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname FROM opensearch-sql_test_index_account WHERE account_number=1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:CEABDD74A179A116]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.PluginIT.sqlEnableSettingsTest(PluginIT.java:38) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T15:18:55,050][INFO ][o.o.s.l.PluginIT ] [sqlDeleteSettingsTest] before test [2022-09-06T15:18:55,525][INFO ][o.o.s.l.PluginIT ] [sqlDeleteSettingsTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.PluginIT.sqlDeleteSettingsTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sr-Latn-ME -Dtests.timezone=Etc/GMT+10 -Druntime.java=17 {"error":{"reason":"There was internal problem at backend","details":"Request DELETE FROM opensearch-sql_test_index_account not supported by new SQL engine","type":"RuntimeException"},"status":500}java.lang.AssertionError: {"error":{"reason":"There was internal problem at backend","details":"Request DELETE FROM opensearch-sql_test_index_account not supported by new SQL engine","type":"RuntimeException"},"status":500} at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:978265EFFB3C0FE3]:0) at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.assertTrue(Assert.java:42) at org.opensearch.sql.legacy.PluginIT.sqlDeleteSettingsTest(PluginIT.java:79) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) [2022-09-07T02:18:55,745][INFO ][o.o.s.l.PreparedStatementIT] [testPreparedStatement] before test [2022-09-07T02:18:55,747][INFO ][o.o.s.l.PreparedStatementIT] [testPreparedStatement] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T02:18:56,896][INFO ][o.o.s.l.PreparedStatementIT] [testPreparedStatement] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.PreparedStatementIT.testPreparedStatement" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ro-RO -Dtests.timezone=WET -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE age > 35 AND state in ('TN', 'UT') LIMIT 20 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE age > 35 AND state in ('TN', 'UT') LIMIT 20 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:5F8026460CFCA4C7]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.PreparedStatementIT.testPreparedStatement(PreparedStatementIT.java:28) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T08:18:57,170][INFO ][o.o.s.l.PrettyFormatResponseIT] [indexWithMissingFields] before test [2022-09-07T08:18:57,173][INFO ][o.o.s.l.PrettyFormatResponseIT] [indexWithMissingFields] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T08:19:02,101][INFO ][o.o.s.l.PrettyFormatResponseIT] [indexWithMissingFields] after test [2022-09-07T08:19:02,104][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectNestedFields] before test [2022-09-07T08:19:02,116][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectNestedFields] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.PrettyFormatResponseIT.selectNestedFields" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=Asia/Novosibirsk -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT nested(message.info), someField FROM opensearch-sql_test_index_nested_type not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT nested(message.info), someField FROM opensearch-sql_test_index_nested_type not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:68A475C35DBB18D1]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.PrettyFormatResponseIT.selectNestedFields(PrettyFormatResponseIT.java:194) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T08:19:02,122][INFO ][o.o.s.l.PrettyFormatResponseIT] [fieldOrder] before test [2022-09-07T08:19:02,137][INFO ][o.o.s.l.PrettyFormatResponseIT] [fieldOrder] after test [2022-09-07T08:19:02,142][INFO ][o.o.s.l.PrettyFormatResponseIT] [groupBySingleField] before test [2022-09-07T08:19:02,167][INFO ][o.o.s.l.PrettyFormatResponseIT] [groupBySingleField] after test [2022-09-07T08:19:02,173][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectAllFromNestedWithFieldInFrom] before test [2022-09-07T08:19:02,191][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectAllFromNestedWithFieldInFrom] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.PrettyFormatResponseIT.selectAllFromNestedWithFieldInFrom" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=Asia/Novosibirsk -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_nested_type e, e.message m not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_nested_type e, e.message m not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:13697D9D4EE64EA8]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.PrettyFormatResponseIT.assertNestedFieldQueryResultContainsColumnsAndData(PrettyFormatResponseIT.java:179) at app//org.opensearch.sql.legacy.PrettyFormatResponseIT.selectAllFromNestedWithFieldInFrom(PrettyFormatResponseIT.java:147) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T08:19:02,199][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectNames] before test [2022-09-07T08:19:02,235][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectNames] after test [2022-09-07T08:19:02,241][INFO ][o.o.s.l.PrettyFormatResponseIT] [joinQuerySelectOnlyOnOneTable] before test [2022-09-07T08:19:02,257][INFO ][o.o.s.l.PrettyFormatResponseIT] [joinQuerySelectOnlyOnOneTable] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.PrettyFormatResponseIT.joinQuerySelectOnlyOnOneTable" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=Asia/Novosibirsk -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT b1.age FROM opensearch-sql_test_index_account b1 JOIN opensearch-sql_test_index_account b2 ON b1.firstname = b2.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT b1.age FROM opensearch-sql_test_index_account b1 JOIN opensearch-sql_test_index_account b2 ON b1.firstname = b2.firstname not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:765F350F70B3A9DD]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.PrettyFormatResponseIT.joinQuerySelectOnlyOnOneTable(PrettyFormatResponseIT.java:479) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T08:19:02,265][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectAllFromNestedWithMultipleFieldsInFrom] before test [2022-09-07T08:19:02,282][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectAllFromNestedWithMultipleFieldsInFrom] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.PrettyFormatResponseIT.selectAllFromNestedWithMultipleFieldsInFrom" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=Asia/Novosibirsk -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_nested_type e, e.message m, e.comment c not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_nested_type e, e.message m, e.comment c not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:44A3D4B738A953D6]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.PrettyFormatResponseIT.assertNestedFieldQueryResultContainsColumnsAndData(PrettyFormatResponseIT.java:179) at app//org.opensearch.sql.legacy.PrettyFormatResponseIT.selectAllFromNestedWithMultipleFieldsInFrom(PrettyFormatResponseIT.java:153) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T08:19:02,289][INFO ][o.o.s.l.PrettyFormatResponseIT] [aggregationFunctionInHaving] before test [2022-09-07T08:19:02,309][INFO ][o.o.s.l.PrettyFormatResponseIT] [aggregationFunctionInHaving] after test [2022-09-07T08:19:02,314][INFO ][o.o.s.l.PrettyFormatResponseIT] [testSizeWithGroupBy] before test [2022-09-07T08:19:02,328][INFO ][o.o.s.l.PrettyFormatResponseIT] [testSizeWithGroupBy] after test [2022-09-07T08:19:02,333][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectAllFromNestedWithoutFieldInFrom] before test [2022-09-07T08:19:02,348][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectAllFromNestedWithoutFieldInFrom] after test [2022-09-07T08:19:02,353][INFO ][o.o.s.l.PrettyFormatResponseIT] [aggregationFunctionInSelectNoGroupBy] before test [2022-09-07T08:19:02,366][INFO ][o.o.s.l.PrettyFormatResponseIT] [aggregationFunctionInSelectNoGroupBy] after test [2022-09-07T08:19:02,372][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectNestedFieldWithWildcard] before test [2022-09-07T08:19:02,384][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectNestedFieldWithWildcard] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.PrettyFormatResponseIT.selectNestedFieldWithWildcard" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=Asia/Novosibirsk -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT nested(message.*) FROM opensearch-sql_test_index_nested_type not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT nested(message.*) FROM opensearch-sql_test_index_nested_type not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:7FE75D6FF56A9EED]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.PrettyFormatResponseIT.selectNestedFieldWithWildcard(PrettyFormatResponseIT.java:209) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T08:19:02,389][INFO ][o.o.s.l.PrettyFormatResponseIT] [fieldOrderOther] before test [2022-09-07T08:19:02,406][INFO ][o.o.s.l.PrettyFormatResponseIT] [fieldOrderOther] after test [2022-09-07T08:19:02,411][INFO ][o.o.s.l.PrettyFormatResponseIT] [aggregationFunctionInSelect] before test [2022-09-07T08:19:02,425][INFO ][o.o.s.l.PrettyFormatResponseIT] [aggregationFunctionInSelect] after test [2022-09-07T08:19:02,429][INFO ][o.o.s.l.PrettyFormatResponseIT] [joinQueryWithAlias] before test [2022-09-07T08:19:02,440][INFO ][o.o.s.l.PrettyFormatResponseIT] [joinQueryWithAlias] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.PrettyFormatResponseIT.joinQueryWithAlias" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=Asia/Novosibirsk -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT b1.balance AS bal, b1.age AS age, b2.firstname AS name FROM opensearch-sql_test_index_account b1 JOIN opensearch-sql_test_index_account b2 ON b1.age = b2.age not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT b1.balance AS bal, b1.age AS age, b2.firstname AS name FROM opensearch-sql_test_index_account b1 JOIN opensearch-sql_test_index_account b2 ON b1.age = b2.age not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:114219135BA3CAD0]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.PrettyFormatResponseIT.joinQueryWithAlias(PrettyFormatResponseIT.java:444) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T08:19:02,445][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectAllNestedFromNestedWithFieldInFrom] before test [2022-09-07T08:19:02,457][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectAllNestedFromNestedWithFieldInFrom] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.PrettyFormatResponseIT.selectAllNestedFromNestedWithFieldInFrom" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=Asia/Novosibirsk -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT m.* FROM opensearch-sql_test_index_nested_type e, e.message m not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT m.* FROM opensearch-sql_test_index_nested_type e, e.message m not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:F92A7DD3107A661C]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.PrettyFormatResponseIT.assertNestedFieldQueryResultContainsColumnsAndData(PrettyFormatResponseIT.java:179) at app//org.opensearch.sql.legacy.PrettyFormatResponseIT.selectAllNestedFromNestedWithFieldInFrom(PrettyFormatResponseIT.java:160) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T08:19:02,461][INFO ][o.o.s.l.PrettyFormatResponseIT] [joinQuery] before test [2022-09-07T08:19:02,474][INFO ][o.o.s.l.PrettyFormatResponseIT] [joinQuery] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.PrettyFormatResponseIT.joinQuery" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=Asia/Novosibirsk -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT b1.balance, b1.age, b2.firstname FROM opensearch-sql_test_index_account b1 JOIN opensearch-sql_test_index_account b2 ON b1.age = b2.age not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT b1.balance, b1.age, b2.firstname FROM opensearch-sql_test_index_account b1 JOIN opensearch-sql_test_index_account b2 ON b1.age = b2.age not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:1AD13DAFF67C06C0]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.PrettyFormatResponseIT.joinQuery(PrettyFormatResponseIT.java:432) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T08:19:02,478][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectScore] before test [2022-09-07T08:19:02,490][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectScore] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.PrettyFormatResponseIT.selectScore" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=Asia/Novosibirsk -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT _score FROM opensearch-sql_test_index_account WHERE balance > 30000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT _score FROM opensearch-sql_test_index_account WHERE balance > 30000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:9E87E023345F27AF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.PrettyFormatResponseIT.selectScore(PrettyFormatResponseIT.java:130) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T08:19:02,495][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectWithWhere] before test [2022-09-07T08:19:02,523][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectWithWhere] after test [2022-09-07T08:19:02,529][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectSpecificRegularFieldAndAllFromNestedWithFieldInFrom] before test [2022-09-07T08:19:02,541][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectSpecificRegularFieldAndAllFromNestedWithFieldInFrom] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.PrettyFormatResponseIT.selectSpecificRegularFieldAndAllFromNestedWithFieldInFrom" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=Asia/Novosibirsk -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.someField, m.* FROM opensearch-sql_test_index_nested_type e, e.message m not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.someField, m.* FROM opensearch-sql_test_index_nested_type e, e.message m not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E48006B19A511694]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.PrettyFormatResponseIT.assertNestedFieldQueryResultContainsColumnsAndData(PrettyFormatResponseIT.java:179) at app//org.opensearch.sql.legacy.PrettyFormatResponseIT.selectSpecificRegularFieldAndAllFromNestedWithFieldInFrom(PrettyFormatResponseIT.java:166) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T08:19:02,546][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectAll] before test [2022-09-07T08:19:02,595][INFO ][o.o.s.l.PrettyFormatResponseIT] [selectAll] after test [2022-09-07T08:19:02,599][INFO ][o.o.s.l.PrettyFormatResponseIT] [joinQueryWithObjectFieldInSelect] before test [2022-09-07T08:19:02,611][INFO ][o.o.s.l.PrettyFormatResponseIT] [joinQueryWithObjectFieldInSelect] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.PrettyFormatResponseIT.joinQueryWithObjectFieldInSelect" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=Asia/Novosibirsk -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname, d.name.lastname FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones d ON d.hname = c.house not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json&format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT c.name.firstname, d.name.lastname FROM opensearch-sql_test_index_game_of_thrones c JOIN opensearch-sql_test_index_game_of_thrones d ON d.hname = c.house not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B6DDD885EC14B095]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.PrettyFormatResponseIT.joinQueryWithObjectFieldInSelect(PrettyFormatResponseIT.java:459) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T08:19:02,615][INFO ][o.o.s.l.PrettyFormatResponseIT] [multipleAggregationFunctionsInSelect] before test [2022-09-07T08:19:02,630][INFO ][o.o.s.l.PrettyFormatResponseIT] [multipleAggregationFunctionsInSelect] after test [2022-09-07T10:19:03,294][INFO ][o.o.s.l.QueryFunctionsIT ] [matchPhraseQuery] before test [2022-09-07T10:19:03,294][INFO ][o.o.s.l.QueryFunctionsIT ] [matchPhraseQuery] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T10:19:06,654][INFO ][o.o.s.l.QueryFunctionsIT ] [matchPhraseQuery] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryFunctionsIT.matchPhraseQuery" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=fi -Dtests.timezone=Asia/Dili -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT phrase FROM opensearch-sql_test_index_phrase WHERE MATCH_PHRASE(phrase, 'brown fox') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT phrase FROM opensearch-sql_test_index_phrase WHERE MATCH_PHRASE(phrase, 'brown fox') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:1A35D0EF3DC2F78F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryFunctionsIT.execute(QueryFunctionsIT.java:287) at app//org.opensearch.sql.legacy.QueryFunctionsIT.query(QueryFunctionsIT.java:283) at app//org.opensearch.sql.legacy.QueryFunctionsIT.matchPhraseQuery(QueryFunctionsIT.java:153) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T10:19:06,658][INFO ][o.o.s.l.QueryFunctionsIT ] [scoreQuery] before test [2022-09-07T10:19:06,664][INFO ][o.o.s.l.QueryFunctionsIT ] [scoreQuery] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryFunctionsIT.scoreQuery" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=fi -Dtests.timezone=Asia/Dili -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname FROM opensearch-sql_test_index_account WHERE SCORE(MATCH_QUERY(firstname, 'Ayers'), 10) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname FROM opensearch-sql_test_index_account WHERE SCORE(MATCH_QUERY(firstname, 'Ayers'), 10) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:84EA4949A41BF769]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryFunctionsIT.execute(QueryFunctionsIT.java:287) at app//org.opensearch.sql.legacy.QueryFunctionsIT.query(QueryFunctionsIT.java:283) at app//org.opensearch.sql.legacy.QueryFunctionsIT.scoreQuery(QueryFunctionsIT.java:109) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T10:19:06,671][INFO ][o.o.s.l.QueryFunctionsIT ] [matchQueryRegularField] before test [2022-09-07T10:19:06,678][INFO ][o.o.s.l.QueryFunctionsIT ] [matchQueryRegularField] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryFunctionsIT.matchQueryRegularField" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=fi -Dtests.timezone=Asia/Dili -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname FROM opensearch-sql_test_index_account WHERE MATCH_QUERY(firstname, 'Ayers') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname FROM opensearch-sql_test_index_account WHERE MATCH_QUERY(firstname, 'Ayers') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:256856FD50C7ED9A]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryFunctionsIT.execute(QueryFunctionsIT.java:287) at app//org.opensearch.sql.legacy.QueryFunctionsIT.query(QueryFunctionsIT.java:283) at app//org.opensearch.sql.legacy.QueryFunctionsIT.matchQueryRegularField(QueryFunctionsIT.java:75) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T10:19:06,687][INFO ][o.o.s.l.QueryFunctionsIT ] [numberLiteralInSelectField] before test [2022-09-07T10:19:06,745][INFO ][o.o.s.l.QueryFunctionsIT ] [numberLiteralInSelectField] after test [2022-09-07T10:19:06,751][INFO ][o.o.s.l.QueryFunctionsIT ] [multiMatchQuerySingleField] before test [2022-09-07T10:19:06,756][INFO ][o.o.s.l.QueryFunctionsIT ] [multiMatchQuerySingleField] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryFunctionsIT.multiMatchQuerySingleField" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=fi -Dtests.timezone=Asia/Dili -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname FROM opensearch-sql_test_index_account WHERE MULTI_MATCH('query'='Ayers', 'fields'='firstname') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname FROM opensearch-sql_test_index_account WHERE MULTI_MATCH('query'='Ayers', 'fields'='firstname') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:6F50E4A1716C10A1]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryFunctionsIT.execute(QueryFunctionsIT.java:287) at app//org.opensearch.sql.legacy.QueryFunctionsIT.query(QueryFunctionsIT.java:283) at app//org.opensearch.sql.legacy.QueryFunctionsIT.multiMatchQuerySingleField(QueryFunctionsIT.java:167) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T10:19:06,762][INFO ][o.o.s.l.QueryFunctionsIT ] [matchQueryNestedField] before test [2022-09-07T10:19:06,768][INFO ][o.o.s.l.QueryFunctionsIT ] [matchQueryNestedField] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryFunctionsIT.matchQueryNestedField" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=fi -Dtests.timezone=Asia/Dili -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT comment.data FROM opensearch-sql_test_index_nested_type WHERE MATCH_QUERY(NESTED(comment.data), 'aa') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT comment.data FROM opensearch-sql_test_index_nested_type WHERE MATCH_QUERY(NESTED(comment.data), 'aa') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:95D1D4087FD23CF1]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryFunctionsIT.execute(QueryFunctionsIT.java:287) at app//org.opensearch.sql.legacy.QueryFunctionsIT.query(QueryFunctionsIT.java:283) at app//org.opensearch.sql.legacy.QueryFunctionsIT.matchQueryNestedField(QueryFunctionsIT.java:89) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T10:19:06,775][INFO ][o.o.s.l.QueryFunctionsIT ] [query] before test [2022-09-07T10:19:06,780][INFO ][o.o.s.l.QueryFunctionsIT ] [query] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryFunctionsIT.query" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=fi -Dtests.timezone=Asia/Dili -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state FROM opensearch-sql_test_index_account WHERE QUERY('CA') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT state FROM opensearch-sql_test_index_account WHERE QUERY('CA') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:8F288CFFF10EA52A]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryFunctionsIT.execute(QueryFunctionsIT.java:287) at app//org.opensearch.sql.legacy.QueryFunctionsIT.query(QueryFunctionsIT.java:283) at app//org.opensearch.sql.legacy.QueryFunctionsIT.query(QueryFunctionsIT.java:61) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T10:19:06,786][INFO ][o.o.s.l.QueryFunctionsIT ] [scoreQueryWithNestedField] before test [2022-09-07T10:19:06,792][INFO ][o.o.s.l.QueryFunctionsIT ] [scoreQueryWithNestedField] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryFunctionsIT.scoreQueryWithNestedField" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=fi -Dtests.timezone=Asia/Dili -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT comment.data FROM opensearch-sql_test_index_nested_type WHERE SCORE(MATCH_QUERY(NESTED(comment.data), 'ab'), 10) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT comment.data FROM opensearch-sql_test_index_nested_type WHERE SCORE(MATCH_QUERY(NESTED(comment.data), 'ab'), 10) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:4F4C6AE571B47489]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryFunctionsIT.execute(QueryFunctionsIT.java:287) at app//org.opensearch.sql.legacy.QueryFunctionsIT.query(QueryFunctionsIT.java:283) at app//org.opensearch.sql.legacy.QueryFunctionsIT.scoreQueryWithNestedField(QueryFunctionsIT.java:123) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T10:19:06,798][INFO ][o.o.s.l.QueryFunctionsIT ] [wildcardQuery] before test [2022-09-07T10:19:06,803][INFO ][o.o.s.l.QueryFunctionsIT ] [wildcardQuery] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryFunctionsIT.wildcardQuery" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=fi -Dtests.timezone=Asia/Dili -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT city FROM opensearch-sql_test_index_account WHERE WILDCARD_QUERY(city.keyword, 'B*') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT city FROM opensearch-sql_test_index_account WHERE WILDCARD_QUERY(city.keyword, 'B*') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:8479C1F28E9DFE19]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryFunctionsIT.execute(QueryFunctionsIT.java:287) at app//org.opensearch.sql.legacy.QueryFunctionsIT.query(QueryFunctionsIT.java:283) at app//org.opensearch.sql.legacy.QueryFunctionsIT.wildcardQuery(QueryFunctionsIT.java:139) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T10:19:06,809][INFO ][o.o.s.l.QueryFunctionsIT ] [multiMatchQueryWildcardField] before test [2022-09-07T10:19:06,814][INFO ][o.o.s.l.QueryFunctionsIT ] [multiMatchQueryWildcardField] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryFunctionsIT.multiMatchQueryWildcardField" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=fi -Dtests.timezone=Asia/Dili -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, lastname FROM opensearch-sql_test_index_account WHERE MULTI_MATCH('query'='Bradshaw', 'fields'='*name') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname, lastname FROM opensearch-sql_test_index_account WHERE MULTI_MATCH('query'='Bradshaw', 'fields'='*name') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:BF6FBC1A4128D701]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryFunctionsIT.execute(QueryFunctionsIT.java:287) at app//org.opensearch.sql.legacy.QueryFunctionsIT.query(QueryFunctionsIT.java:283) at app//org.opensearch.sql.legacy.QueryFunctionsIT.multiMatchQueryWildcardField(QueryFunctionsIT.java:181) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:07,353][INFO ][o.o.s.l.QueryIT ] [notBetweenTest] before test [2022-09-07T03:19:07,354][INFO ][o.o.s.l.QueryIT ] [notBetweenTest] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T03:19:23,811][INFO ][o.o.s.l.QueryIT ] [notBetweenTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.notBetweenTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_people WHERE age NOT BETWEEN 20 AND 37 LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_people WHERE age NOT BETWEEN 20 AND 37 LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:A704228AA14D4C5]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.notBetweenTest(QueryIT.java:560) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:23,817][INFO ][o.o.s.l.QueryIT ] [highlightPreTagsAndPostTags] before test [2022-09-07T03:19:23,826][INFO ][o.o.s.l.QueryIT ] [highlightPreTagsAndPostTags] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.highlightPreTagsAndPostTags" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! HIGHLIGHT(phrase, pre_tags : ['<b>'], post_tags : ['<\/b>']) */ * FROM opensearch-sql_test_index_phrase WHERE phrase LIKE 'fox' ORDER BY _score not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT /*! HIGHLIGHT(phrase, pre_tags : ['<b>'], post_tags : ['<\/b>']) */ * FROM opensearch-sql_test_index_phrase WHERE phrase LIKE 'fox' ORDER BY _score not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B708466AEB0B5B9F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.highlightPreTagsAndPostTags(QueryIT.java:1625) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:23,830][INFO ][o.o.s.l.QueryIT ] [termQueryWithStringIdentifier] before test [2022-09-07T03:19:23,839][INFO ][o.o.s.l.QueryIT ] [termQueryWithStringIdentifier] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.termQueryWithStringIdentifier" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT name FROM opensearch-sql_test_index_game_of_thrones WHERE name.firstname = term('brandon') LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT name FROM opensearch-sql_test_index_game_of_thrones WHERE name.firstname = term('brandon') LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:913D1FFB05C63DBE]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.termQueryWithStringIdentifier(QueryIT.java:677) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:23,843][INFO ][o.o.s.l.QueryIT ] [selectAllWithFieldAndGroupBy] before test [2022-09-07T03:19:23,851][INFO ][o.o.s.l.QueryIT ] [selectAllWithFieldAndGroupBy] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.selectAllWithFieldAndGroupBy" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT *, age FROM opensearch-sql_test_index_bank GROUP BY age LIMIT 10 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT *, age FROM opensearch-sql_test_index_bank GROUP BY age LIMIT 10 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:38A9C2E6896260A5]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.selectAllWithFieldAndGroupBy(QueryIT.java:156) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:23,855][INFO ][o.o.s.l.QueryIT ] [queryEndWithSemiColonTest] before test [2022-09-07T03:19:23,877][INFO ][o.o.s.l.QueryIT ] [queryEndWithSemiColonTest] after test [2022-09-07T03:19:23,882][INFO ][o.o.s.l.QueryIT ] [geoPolygon] before test [2022-09-07T03:19:23,895][INFO ][o.o.s.l.QueryIT ] [geoPolygon] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.geoPolygon" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_location WHERE GEO_POLYGON(center, 100,0, 100.5, 2, 101.0,0) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_location WHERE GEO_POLYGON(center, 100,0, 100.5, 2, 101.0,0) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B919DC5248D7FF61]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.geoPolygon(QueryIT.java:1196) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:23,901][INFO ][o.o.s.l.QueryIT ] [notInTest] before test [2022-09-07T03:19:23,910][INFO ][o.o.s.l.QueryIT ] [notInTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.notInTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT age FROM opensearch-sql_test_index_people WHERE age NOT IN (20, 22) LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT age FROM opensearch-sql_test_index_people WHERE age NOT IN (20, 22) LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:60E955F75C3829EF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.notInTest(QueryIT.java:713) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:23,915][INFO ][o.o.s.l.QueryIT ] [testWhereWithBoolEqualsTrue] before test [2022-09-07T03:19:23,924][INFO ][o.o.s.l.QueryIT ] [testWhereWithBoolEqualsTrue] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.testWhereWithBoolEqualsTrue" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank WHERE male = true LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank WHERE male = true LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:2A24E7960D9ECEB9]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.testWhereWithBoolEqualsTrue(QueryIT.java:969) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:23,929][INFO ][o.o.s.l.QueryIT ] [complexObjectSearch] before test [2022-09-07T03:19:23,937][INFO ][o.o.s.l.QueryIT ] [complexObjectSearch] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.complexObjectSearch" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_game_of_thrones WHERE MATCH_PHRASE(name.firstname, 'Jaime') LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_game_of_thrones WHERE MATCH_PHRASE(name.firstname, 'Jaime') LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:FFF7540BB49844F8]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.complexObjectSearch(QueryIT.java:1223) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:23,943][INFO ][o.o.s.l.QueryIT ] [testWhereWithBoolEqualsTrueAndGroupBy] before test [2022-09-07T03:19:23,953][INFO ][o.o.s.l.QueryIT ] [testWhereWithBoolEqualsTrueAndGroupBy] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.testWhereWithBoolEqualsTrueAndGroupBy" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank WHERE male = true GROUP BY balance LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank WHERE male = true GROUP BY balance LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:5B9D6E5F9A794650]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.testWhereWithBoolEqualsTrueAndGroupBy(QueryIT.java:983) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:23,957][INFO ][o.o.s.l.QueryIT ] [greaterThanTest] before test [2022-09-07T03:19:23,966][INFO ][o.o.s.l.QueryIT ] [greaterThanTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.greaterThanTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_people WHERE age > 25 LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_people WHERE age > 25 LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:EC395E912D6C7ECA]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.greaterThanTest(QueryIT.java:328) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:23,977][INFO ][o.o.s.l.QueryIT ] [testWhereWithBoolIsNotTrue] before test [2022-09-07T03:19:23,987][INFO ][o.o.s.l.QueryIT ] [testWhereWithBoolIsNotTrue] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.testWhereWithBoolIsNotTrue" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank WHERE male IS NOT true GROUP BY balance LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank WHERE male IS NOT true GROUP BY balance LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E49A8311E7D60AAC]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.testWhereWithBoolIsNotTrue(QueryIT.java:1028) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:23,992][INFO ][o.o.s.l.QueryIT ] [testMultiPartWhere] before test [2022-09-07T03:19:24,001][INFO ][o.o.s.l.QueryIT ] [testMultiPartWhere] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.testMultiPartWhere" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE (firstname LIKE 'opal' OR firstname LIKE 'rodriquez') AND (state like 'oh' OR state like 'hi') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE (firstname LIKE 'opal' OR firstname LIKE 'rodriquez') AND (state like 'oh' OR state like 'hi') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:516459E30B4E8D14]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.testMultiPartWhere(QueryIT.java:1117) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,006][INFO ][o.o.s.l.QueryIT ] [multipleFromTest] before test [2022-09-07T03:19:24,016][INFO ][o.o.s.l.QueryIT ] [multipleFromTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.multipleFromTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank, opensearch-sql_test_index_bank_two LIMIT 2000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank, opensearch-sql_test_index_bank_two LIMIT 2000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:ED8BAD429333C75D]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.multipleFromTest(QueryIT.java:98) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,023][INFO ][o.o.s.l.QueryIT ] [selectSpecificFieldsUsingTableNamePrefix] before test [2022-09-07T03:19:24,033][INFO ][o.o.s.l.QueryIT ] [selectSpecificFieldsUsingTableNamePrefix] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.selectSpecificFieldsUsingTableNamePrefix" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT opensearch-sql_test_index_account.age, opensearch-sql_test_index_account.account_number FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT opensearch-sql_test_index_account.age, opensearch-sql_test_index_account.account_number FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:C6C6D5FCD55DAAE9]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.selectSpecificFieldsUsingTableNamePrefix(QueryIT.java:222) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,040][INFO ][o.o.s.l.QueryIT ] [backticksQuotedAliasInJDBCResponseTest] before test [2022-09-07T03:19:24,062][INFO ][o.o.s.l.QueryIT ] [backticksQuotedAliasInJDBCResponseTest] after test [2022-09-07T03:19:24,067][INFO ][o.o.s.l.QueryIT ] [caseWhenJdbcResponseTest] before test [2022-09-07T03:19:24,120][INFO ][o.o.s.l.QueryIT ] [caseWhenJdbcResponseTest] after test [2022-09-07T03:19:24,129][INFO ][o.o.s.l.QueryIT ] [notMissFilterSearch] before test [2022-09-07T03:19:24,150][INFO ][o.o.s.l.QueryIT ] [notMissFilterSearch] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.notMissFilterSearch" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_phrase WHERE insert_time2 IS NOT missing not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_phrase WHERE insert_time2 IS NOT missing not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:D6585B5443279CEA]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.notMissFilterSearch(QueryIT.java:819) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,158][INFO ][o.o.s.l.QueryIT ] [selectAllWithFieldReturnsAll] before test [2022-09-07T03:19:24,174][INFO ][o.o.s.l.QueryIT ] [selectAllWithFieldReturnsAll] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.selectAllWithFieldReturnsAll" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT *, age FROM opensearch-sql_test_index_bank LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT *, age FROM opensearch-sql_test_index_bank LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:C2CE058F34D5D772]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.selectAllWithFieldReturnsAll(QueryIT.java:107) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,181][INFO ][o.o.s.l.QueryIT ] [isNotNullTest] before test [2022-09-07T03:19:24,198][INFO ][o.o.s.l.QueryIT ] [isNotNullTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.isNotNullTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT name FROM opensearch-sql_test_index_game_of_thrones WHERE nickname IS NOT NULL LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT name FROM opensearch-sql_test_index_game_of_thrones WHERE nickname IS NOT NULL LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:9DF968CEC00F02EF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.isNotNullTest(QueryIT.java:1311) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,206][INFO ][o.o.s.l.QueryIT ] [innerQueryTest] before test [2022-09-07T03:19:24,219][INFO ][o.o.s.l.QueryIT ] [innerQueryTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.innerQueryTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_dog D WHERE holdersName IN (SELECT firstname FROM opensearch-sql_test_index_account WHERE firstname = 'Hattie') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_dog D WHERE holdersName IN (SELECT firstname FROM opensearch-sql_test_index_account WHERE firstname = 'Hattie') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:8EEE091E4205DF90]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.innerQueryTest(QueryIT.java:1323) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,230][INFO ][o.o.s.l.QueryIT ] [inTestWithStrings] before test [2022-09-07T03:19:24,250][INFO ][o.o.s.l.QueryIT ] [inTestWithStrings] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.inTestWithStrings" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT phrase FROM opensearch-sql_test_index_phrase WHERE phrase IN ('quick', 'fox') LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT phrase FROM opensearch-sql_test_index_phrase WHERE phrase IN ('quick', 'fox') LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:22DD3A3EDF394A85]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.inTestWithStrings(QueryIT.java:594) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,258][INFO ][o.o.s.l.QueryIT ] [dateBetweenSearch] before test [2022-09-07T03:19:24,338][INFO ][o.o.s.l.QueryIT ] [dateBetweenSearch] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.dateBetweenSearch" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT insert_time FROM opensearch-sql_test_index_online WHERE insert_time BETWEEN '2014-08-18' AND '2014-08-21' LIMIT 3 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT insert_time FROM opensearch-sql_test_index_online WHERE insert_time BETWEEN '2014-08-18' AND '2014-08-21' LIMIT 3 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:3A1C55EF4552BDD3]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.dateBetweenSearch(QueryIT.java:782) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,347][INFO ][o.o.s.l.QueryIT ] [backticksQuotedAliasTest] before test [2022-09-07T03:19:24,396][INFO ][o.o.s.l.QueryIT ] [backticksQuotedAliasTest] after test [2022-09-07T03:19:24,404][INFO ][o.o.s.l.QueryIT ] [testWhereWithBoolIsTrue] before test [2022-09-07T03:19:24,418][INFO ][o.o.s.l.QueryIT ] [testWhereWithBoolIsTrue] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.testWhereWithBoolIsTrue" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank WHERE male IS true GROUP BY balance LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank WHERE male IS true GROUP BY balance LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:DA212D9CB5A06975]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.testWhereWithBoolIsTrue(QueryIT.java:1013) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,425][INFO ][o.o.s.l.QueryIT ] [lessThanOrEqualTest] before test [2022-09-07T03:19:24,439][INFO ][o.o.s.l.QueryIT ] [lessThanOrEqualTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.lessThanOrEqualTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE age <= 25 LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE age <= 25 LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:16A80E88006F3AA7]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.lessThanOrEqualTest(QueryIT.java:386) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,447][INFO ][o.o.s.l.QueryIT ] [boundingBox] before test [2022-09-07T03:19:24,458][INFO ][o.o.s.l.QueryIT ] [boundingBox] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.boundingBox" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_location WHERE GEO_BOUNDING_BOX(center, 100.0, 1.0, 101, 0.0) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_location WHERE GEO_BOUNDING_BOX(center, 100.0, 1.0, 101, 0.0) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:809B720CC66D7DF3]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.boundingBox(QueryIT.java:1168) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,464][INFO ][o.o.s.l.QueryIT ] [inTermsTestWithStrings] before test [2022-09-07T03:19:24,482][INFO ][o.o.s.l.QueryIT ] [inTermsTestWithStrings] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.inTermsTestWithStrings" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT name FROM opensearch-sql_test_index_game_of_thrones WHERE name.firstname = IN_TERMS('daenerys','eddard') LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT name FROM opensearch-sql_test_index_game_of_thrones WHERE name.firstname = IN_TERMS('daenerys','eddard') LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:D1D99334F9F3F9B4]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.inTermsTestWithStrings(QueryIT.java:627) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,491][INFO ][o.o.s.l.QueryIT ] [testWhereWithBoolEqualsFalseAndGroupBy] before test [2022-09-07T03:19:24,505][INFO ][o.o.s.l.QueryIT ] [testWhereWithBoolEqualsFalseAndGroupBy] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.testWhereWithBoolEqualsFalseAndGroupBy" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank WHERE male = false GROUP BY balance LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank WHERE male = false GROUP BY balance LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:5E81B741A275DE63]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.testWhereWithBoolEqualsFalseAndGroupBy(QueryIT.java:1057) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,512][INFO ][o.o.s.l.QueryIT ] [greaterThanOrEqualTest] before test [2022-09-07T03:19:24,523][INFO ][o.o.s.l.QueryIT ] [greaterThanOrEqualTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.greaterThanOrEqualTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE age >= 25 LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE age >= 25 LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:4499D4EBB761EEC8]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.greaterThanOrEqualTest(QueryIT.java:344) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,530][INFO ][o.o.s.l.QueryIT ] [orderByAscFieldWithSpaceTest] before test [2022-09-07T03:19:24,542][INFO ][o.o.s.l.QueryIT ] [orderByAscFieldWithSpaceTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.orderByAscFieldWithSpaceTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_phrase WHERE `test field` IS NOT null ORDER BY `test field` ASC LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_phrase WHERE `test field` IS NOT null ORDER BY `test field` ASC LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:DE27238D33957593]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.orderByAscFieldWithSpaceTest(QueryIT.java:945) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,551][INFO ][o.o.s.l.QueryIT ] [orderByAscTest] before test [2022-09-07T03:19:24,561][INFO ][o.o.s.l.QueryIT ] [orderByAscTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.orderByAscTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT age FROM opensearch-sql_test_index_account ORDER BY age ASC LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT age FROM opensearch-sql_test_index_account ORDER BY age ASC LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:9C808EF384FF0269]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.orderByAscTest(QueryIT.java:892) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,568][INFO ][o.o.s.l.QueryIT ] [selectAllWithMultipleFields] before test [2022-09-07T03:19:24,582][INFO ][o.o.s.l.QueryIT ] [selectAllWithMultipleFields] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.selectAllWithMultipleFields" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT *, age, address FROM opensearch-sql_test_index_bank LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT *, age, address FROM opensearch-sql_test_index_bank LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:3807DFA238D2568B]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.selectAllWithMultipleFields(QueryIT.java:131) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,590][INFO ][o.o.s.l.QueryIT ] [geoDistance] before test [2022-09-07T03:19:24,608][INFO ][o.o.s.l.QueryIT ] [geoDistance] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.geoDistance" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_location WHERE GEO_DISTANCE(center, '1km', 100.5, 0.500001) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_location WHERE GEO_DISTANCE(center, '1km', 100.5, 0.500001) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:942505F453245C9B]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.geoDistance(QueryIT.java:1182) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,613][INFO ][o.o.s.l.QueryIT ] [isNullTest] before test [2022-09-07T03:19:24,632][INFO ][o.o.s.l.QueryIT ] [isNullTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.isNullTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT name FROM opensearch-sql_test_index_game_of_thrones WHERE nickname IS NULL LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT name FROM opensearch-sql_test_index_game_of_thrones WHERE nickname IS NULL LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:1B86504F8B018DF0]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.isNullTest(QueryIT.java:1299) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,642][INFO ][o.o.s.l.QueryIT ] [testWhereWithBoolEqualsFalseAndOrderBy] before test [2022-09-07T03:19:24,658][INFO ][o.o.s.l.QueryIT ] [testWhereWithBoolEqualsFalseAndOrderBy] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.testWhereWithBoolEqualsFalseAndOrderBy" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank WHERE male = false ORDER BY age LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank WHERE male = false ORDER BY age LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:703F6AAF137CD741]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.testWhereWithBoolEqualsFalseAndOrderBy(QueryIT.java:1072) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,667][INFO ][o.o.s.l.QueryIT ] [testWhereWithBoolEqualsTrueAndOrderBy] before test [2022-09-07T03:19:24,683][INFO ][o.o.s.l.QueryIT ] [testWhereWithBoolEqualsTrueAndOrderBy] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.testWhereWithBoolEqualsTrueAndOrderBy" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank WHERE male = true ORDER BY age LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank WHERE male = true ORDER BY age LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:9D4F4093D310EFF9]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.testWhereWithBoolEqualsTrueAndOrderBy(QueryIT.java:998) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,691][INFO ][o.o.s.l.QueryIT ] [orderByDescTest] before test [2022-09-07T03:19:24,706][INFO ][o.o.s.l.QueryIT ] [orderByDescTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.orderByDescTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT age FROM opensearch-sql_test_index_account ORDER BY age DESC LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT age FROM opensearch-sql_test_index_account ORDER BY age DESC LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:90ED2A3428DBF287]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.orderByDescTest(QueryIT.java:912) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,712][INFO ][o.o.s.l.QueryIT ] [orderByDescUsingTableAliasTest] before test [2022-09-07T03:19:24,726][INFO ][o.o.s.l.QueryIT ] [orderByDescUsingTableAliasTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.orderByDescUsingTableAliasTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT a.age FROM opensearch-sql_test_index_account a ORDER BY a.age DESC LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT a.age FROM opensearch-sql_test_index_account a ORDER BY a.age DESC LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:87D7EDE63095E1EF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.orderByDescUsingTableAliasTest(QueryIT.java:920) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,733][INFO ][o.o.s.l.QueryIT ] [complexConditionQuery] before test [2022-09-07T03:19:24,747][INFO ][o.o.s.l.QueryIT ] [complexConditionQuery] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.complexConditionQuery" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE (gender='m' AND (age> 25 OR account_number>5)) OR (gender='f' AND (age>30 OR account_number < 8)) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE (gender='m' AND (age> 25 OR account_number>5)) OR (gender='f' AND (age>30 OR account_number < 8)) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:8F371B2397A695E0]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.complexConditionQuery(QueryIT.java:838) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,753][INFO ][o.o.s.l.QueryIT ] [caseWhenSwitchTest] before test [2022-09-07T03:19:24,762][INFO ][o.o.s.l.QueryIT ] [caseWhenSwitchTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.caseWhenSwitchTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CASE age WHEN 30 THEN '1' WHEN 40 THEN '2' ELSE '0' END AS cases FROM opensearch-sql_test_index_account WHERE age IS NOT NULL not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CASE age WHEN 30 THEN '1' WHEN 40 THEN '2' ELSE '0' END AS cases FROM opensearch-sql_test_index_account WHERE age IS NOT NULL not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:F0F5CC45FBE30983]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.caseWhenSwitchTest(QueryIT.java:1730) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,767][INFO ][o.o.s.l.QueryIT ] [selectAllWithFieldAndOrderBy] before test [2022-09-07T03:19:24,782][INFO ][o.o.s.l.QueryIT ] [selectAllWithFieldAndOrderBy] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.selectAllWithFieldAndOrderBy" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT *, age FROM opensearch-sql_test_index_bank ORDER BY age LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT *, age FROM opensearch-sql_test_index_bank ORDER BY age LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:99B99F7767E6B9BD]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.selectAllWithFieldAndOrderBy(QueryIT.java:143) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,789][INFO ][o.o.s.l.QueryIT ] [nestedEqualsTestFieldNormalField] before test [2022-09-07T03:19:24,800][INFO ][o.o.s.l.QueryIT ] [nestedEqualsTestFieldNormalField] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.nestedEqualsTestFieldNormalField" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_nested_type WHERE nested(message.info)='b' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_nested_type WHERE nested(message.info)='b' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:F3A8915333927D47]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.nestedEqualsTestFieldNormalField(QueryIT.java:1448) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,805][INFO ][o.o.s.l.QueryIT ] [multipleIndicesOneNotExistWithoutHint] before test [2022-09-07T03:19:24,816][INFO ][o.o.s.l.QueryIT ] [multipleIndicesOneNotExistWithoutHint] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.multipleIndicesOneNotExistWithoutHint" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 expected:<400> but was:<500>java.lang.AssertionError: expected:<400> but was:<500> at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B243C2B72C4C7F3D]:0) at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:633) at org.opensearch.sql.legacy.QueryIT.multipleIndicesOneNotExistWithoutHint(QueryIT.java:1578) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,822][INFO ][o.o.s.l.QueryIT ] [limitTest] before test [2022-09-07T03:19:24,838][INFO ][o.o.s.l.QueryIT ] [limitTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.limitTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account LIMIT 30 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account LIMIT 30 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:62F4A2FDECDA4127]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.limitTest(QueryIT.java:531) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,848][INFO ][o.o.s.l.QueryIT ] [selectSpecificFieldsUsingTableAlias] before test [2022-09-07T03:19:24,864][INFO ][o.o.s.l.QueryIT ] [selectSpecificFieldsUsingTableAlias] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.selectSpecificFieldsUsingTableAlias" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT a.age, a.account_number FROM opensearch-sql_test_index_account a not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT a.age, a.account_number FROM opensearch-sql_test_index_account a not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:2D224B4F941D7BAF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.selectSpecificFieldsUsingTableAlias(QueryIT.java:212) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,877][INFO ][o.o.s.l.QueryIT ] [selectSpecificFields] before test [2022-09-07T03:19:24,895][INFO ][o.o.s.l.QueryIT ] [selectSpecificFields] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.selectSpecificFields" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT age, account_number FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT age, account_number FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:12B9EDA12EFFC19B]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.selectSpecificFields(QueryIT.java:201) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:24,907][INFO ][o.o.s.l.QueryIT ] [queryWithDotAtStartOfIndexName] before test [2022-09-07T03:19:25,971][INFO ][o.o.s.l.QueryIT ] [queryWithDotAtStartOfIndexName] after test [2022-09-07T03:19:25,977][INFO ][o.o.s.l.QueryIT ] [testMultiPartWhere3] before test [2022-09-07T03:19:25,986][INFO ][o.o.s.l.QueryIT ] [testMultiPartWhere3] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.testMultiPartWhere3" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE ((account_number > 25 AND account_number < 75) AND age >35 ) AND (state LIKE 'md' OR (address LIKE 'avenue' OR address LIKE 'street')) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE ((account_number > 25 AND account_number < 75) AND age >35 ) AND (state LIKE 'md' OR (address LIKE 'avenue' OR address LIKE 'street')) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:C3BCF4E109ABF403]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.testMultiPartWhere3(QueryIT.java:1141) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:25,993][INFO ][o.o.s.l.QueryIT ] [doubleNotTest] before test [2022-09-07T03:19:26,001][INFO ][o.o.s.l.QueryIT ] [doubleNotTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.doubleNotTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE NOT gender LIKE 'm' AND NOT gender LIKE 'f' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE NOT gender LIKE 'm' AND NOT gender LIKE 'f' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:8C7F9C6FFD6498FF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.doubleNotTest(QueryIT.java:493) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,006][INFO ][o.o.s.l.QueryIT ] [orTest] before test [2022-09-07T03:19:26,015][INFO ][o.o.s.l.QueryIT ] [orTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.orTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE match_phrase(gender, 'F') OR match_phrase(gender, 'M') LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE match_phrase(gender, 'F') OR match_phrase(gender, 'M') LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:CC270A66418B55AC]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.orTest(QueryIT.java:411) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,021][INFO ][o.o.s.l.QueryIT ] [missFilterSearch] before test [2022-09-07T03:19:26,032][INFO ][o.o.s.l.QueryIT ] [missFilterSearch] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.missFilterSearch" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_phrase WHERE insert_time2 IS missing not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_phrase WHERE insert_time2 IS missing not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:9A06C367FFB95441]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.missFilterSearch(QueryIT.java:803) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,039][INFO ][o.o.s.l.QueryIT ] [complexNotConditionQuery] before test [2022-09-07T03:19:26,048][INFO ][o.o.s.l.QueryIT ] [complexNotConditionQuery] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.complexNotConditionQuery" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE NOT (gender='m' AND NOT (age > 25 OR account_number > 5)) OR (NOT gender='f' AND NOT (age > 30 OR account_number < 8)) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE NOT (gender='m' AND NOT (age > 25 OR account_number > 5)) OR (NOT gender='f' AND NOT (age > 30 OR account_number < 8)) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:6A17010B581B9D5A]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.complexNotConditionQuery(QueryIT.java:866) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,053][INFO ][o.o.s.l.QueryIT ] [inTermsWithNumbers] before test [2022-09-07T03:19:26,063][INFO ][o.o.s.l.QueryIT ] [inTermsWithNumbers] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.inTermsWithNumbers" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT name FROM opensearch-sql_test_index_game_of_thrones WHERE name.ofHisName = IN_TERMS(4,2) LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT name FROM opensearch-sql_test_index_game_of_thrones WHERE name.ofHisName = IN_TERMS(4,2) LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:2F9163B05937B7A1]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.inTermsWithNumbers(QueryIT.java:645) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,068][INFO ][o.o.s.l.QueryIT ] [backticksQuotedFieldNamesTest] before test [2022-09-07T03:19:26,103][INFO ][o.o.s.l.QueryIT ] [backticksQuotedFieldNamesTest] after test [2022-09-07T03:19:26,108][INFO ][o.o.s.l.QueryIT ] [useTableAliasInWhereClauseTest] before test [2022-09-07T03:19:26,119][INFO ][o.o.s.l.QueryIT ] [useTableAliasInWhereClauseTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.useTableAliasInWhereClauseTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account a WHERE a.city = 'Nogal' LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account a WHERE a.city = 'Nogal' LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B496D0CA8C7C9113]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.useTableAliasInWhereClauseTest(QueryIT.java:274) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,126][INFO ][o.o.s.l.QueryIT ] [andTest] before test [2022-09-07T03:19:26,138][INFO ][o.o.s.l.QueryIT ] [andTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.andTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_people WHERE age=32 AND gender='M' LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_people WHERE age=32 AND gender='M' LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E1D1713C16868416]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.andTest(QueryIT.java:421) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,145][INFO ][o.o.s.l.QueryIT ] [dateSearchBraces] before test [2022-09-07T03:19:26,157][INFO ][o.o.s.l.QueryIT ] [dateSearchBraces] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.dateSearchBraces" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT odbc_time FROM opensearch-sql_test_index_odbc WHERE odbc_time < {ts '2015-03-15 00:00:00.000'} not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT odbc_time FROM opensearch-sql_test_index_odbc WHERE odbc_time < {ts '2015-03-15 00:00:00.000'} not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:1ADBA6B2893307EF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.dateSearchBraces(QueryIT.java:756) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,163][INFO ][o.o.s.l.QueryIT ] [lessThanTest] before test [2022-09-07T03:19:26,177][INFO ][o.o.s.l.QueryIT ] [lessThanTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.lessThanTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_people WHERE age < 25 LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_people WHERE age < 25 LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:463A0638579448F9]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.lessThanTest(QueryIT.java:370) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,183][INFO ][o.o.s.l.QueryIT ] [selectAllWithFieldReverseOrder] before test [2022-09-07T03:19:26,195][INFO ][o.o.s.l.QueryIT ] [selectAllWithFieldReverseOrder] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.selectAllWithFieldReverseOrder" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT *, age FROM opensearch-sql_test_index_bank LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT *, age FROM opensearch-sql_test_index_bank LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:65A5D603252C3042]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.selectAllWithFieldReverseOrder(QueryIT.java:119) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,201][INFO ][o.o.s.l.QueryIT ] [termQueryWithNumber] before test [2022-09-07T03:19:26,208][INFO ][o.o.s.l.QueryIT ] [termQueryWithNumber] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.termQueryWithNumber" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT name FROM opensearch-sql_test_index_game_of_thrones WHERE name.ofHisName = term(4) LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT name FROM opensearch-sql_test_index_game_of_thrones WHERE name.ofHisName = term(4) LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:CB9C7B7C410926B9]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.termQueryWithNumber(QueryIT.java:662) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,213][INFO ][o.o.s.l.QueryIT ] [testWhereWithBoolEqualsFalse] before test [2022-09-07T03:19:26,221][INFO ][o.o.s.l.QueryIT ] [testWhereWithBoolEqualsFalse] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.testWhereWithBoolEqualsFalse" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank WHERE male = false LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank WHERE male = false LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:2D700EEA5C940BBC]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.testWhereWithBoolEqualsFalse(QueryIT.java:1043) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,226][INFO ][o.o.s.l.QueryIT ] [betweenTest] before test [2022-09-07T03:19:26,235][INFO ][o.o.s.l.QueryIT ] [betweenTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.betweenTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_people WHERE age BETWEEN 27 AND 30 LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_people WHERE age BETWEEN 27 AND 30 LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:34EE86E102DF5ABC]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.betweenTest(QueryIT.java:542) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,240][INFO ][o.o.s.l.QueryIT ] [nestedOnInTermsQuery] before test [2022-09-07T03:19:26,250][INFO ][o.o.s.l.QueryIT ] [nestedOnInTermsQuery] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.nestedOnInTermsQuery" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_nested_type WHERE nested(message.info) = IN_TERMS('a', 'b') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_nested_type WHERE nested(message.info) = IN_TERMS('a', 'b') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:49A5C476CD17E0F4]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.nestedOnInTermsQuery(QueryIT.java:1496) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,255][INFO ][o.o.s.l.QueryIT ] [complexNestedQueryNotBothOnSameObject] before test [2022-09-07T03:19:26,263][INFO ][o.o.s.l.QueryIT ] [complexNestedQueryNotBothOnSameObject] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.complexNestedQueryNotBothOnSameObject" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_nested_type WHERE nested('message', message.info = 'a' AND message.author ='h') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_nested_type WHERE nested('message', message.info = 'a' AND message.author ='h') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:FDB4B0788E45221E]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.complexNestedQueryNotBothOnSameObject(QueryIT.java:1485) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,270][INFO ][o.o.s.l.QueryIT ] [regexQueryTest] before test [2022-09-07T03:19:26,285][INFO ][o.o.s.l.QueryIT ] [regexQueryTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.regexQueryTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_dog WHERE dog_name = REGEXP_QUERY('sn.*', 'INTERSECTION|COMPLEMENT|EMPTY', 10000) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_dog WHERE dog_name = REGEXP_QUERY('sn.*', 'INTERSECTION|COMPLEMENT|EMPTY', 10000) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:A800093B58B7322A]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.regexQueryTest(QueryIT.java:460) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,293][INFO ][o.o.s.l.QueryIT ] [testWhereWithBoolIsFalse] before test [2022-09-07T03:19:26,304][INFO ][o.o.s.l.QueryIT ] [testWhereWithBoolIsFalse] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.testWhereWithBoolIsFalse" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank WHERE male IS false GROUP BY balance LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank WHERE male IS false GROUP BY balance LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:776E51E66E84E9BD]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.testWhereWithBoolIsFalse(QueryIT.java:1087) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,309][INFO ][o.o.s.l.QueryIT ] [selectFieldWithAliasAndGroupBy] before test [2022-09-07T03:19:26,340][INFO ][o.o.s.l.QueryIT ] [selectFieldWithAliasAndGroupBy] after test [2022-09-07T03:19:26,348][INFO ][o.o.s.l.QueryIT ] [inTermsTestWithIdentifiersTreatedLikeStrings] before test [2022-09-07T03:19:26,360][INFO ][o.o.s.l.QueryIT ] [inTermsTestWithIdentifiersTreatedLikeStrings] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.inTermsTestWithIdentifiersTreatedLikeStrings" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT name FROM opensearch-sql_test_index_game_of_thrones WHERE name.firstname = IN_TERMS('daenerys','eddard') LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT name FROM opensearch-sql_test_index_game_of_thrones WHERE name.firstname = IN_TERMS('daenerys','eddard') LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:247BC5E9C2362806]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.inTermsTestWithIdentifiersTreatedLikeStrings(QueryIT.java:609) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,369][INFO ][o.o.s.l.QueryIT ] [likeTest] before test [2022-09-07T03:19:26,382][INFO ][o.o.s.l.QueryIT ] [likeTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.likeTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE firstname LIKE 'amb%' LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE firstname LIKE 'amb%' LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:D5F2E69DB2E260F0]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.likeTest(QueryIT.java:435) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,388][INFO ][o.o.s.l.QueryIT ] [backticksQuotedAliasWithSpecialCharactersTest] before test [2022-09-07T03:19:26,424][INFO ][o.o.s.l.QueryIT ] [backticksQuotedAliasWithSpecialCharactersTest] after test [2022-09-07T03:19:26,430][INFO ][o.o.s.l.QueryIT ] [filterPolygonTest] before test [2022-09-07T03:19:26,440][INFO ][o.o.s.l.QueryIT ] [filterPolygonTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.filterPolygonTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_location WHERE GEO_INTERSECTS(place,'POLYGON ((102 2, 103 2, 103 3, 102 3, 102 2))') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_location WHERE GEO_INTERSECTS(place,'POLYGON ((102 2, 103 2, 103 3, 102 3, 102 2))') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:143DE20330FC4CC0]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.filterPolygonTest(QueryIT.java:1153) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,445][INFO ][o.o.s.l.QueryIT ] [notUseTableAliasInWhereClauseTest] before test [2022-09-07T03:19:26,453][INFO ][o.o.s.l.QueryIT ] [notUseTableAliasInWhereClauseTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.notUseTableAliasInWhereClauseTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account a WHERE city = 'Nogal' LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account a WHERE city = 'Nogal' LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:41900292136D749A]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.notUseTableAliasInWhereClauseTest(QueryIT.java:284) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,458][INFO ][o.o.s.l.QueryIT ] [searchTypeTest] before test [2022-09-07T03:19:26,468][INFO ][o.o.s.l.QueryIT ] [searchTypeTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.searchTypeTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_phrase LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_phrase LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:5485FF46676A7BF4]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.searchTypeTest(QueryIT.java:90) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,474][INFO ][o.o.s.l.QueryIT ] [complexNestedQueryBothOnSameObject] before test [2022-09-07T03:19:26,486][INFO ][o.o.s.l.QueryIT ] [complexNestedQueryBothOnSameObject] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.complexNestedQueryBothOnSameObject" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_nested_type WHERE nested('message', message.info = 'a' AND message.author ='i') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_nested_type WHERE nested('message', message.info = 'a' AND message.author ='i') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B9707CAB469C21D3]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.complexNestedQueryBothOnSameObject(QueryIT.java:1474) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,494][INFO ][o.o.s.l.QueryIT ] [notLikeTest] before test [2022-09-07T03:19:26,503][INFO ][o.o.s.l.QueryIT ] [notLikeTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.notLikeTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE firstname NOT LIKE 'amb%' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE firstname NOT LIKE 'amb%' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:8F234E2029B6C326]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.notLikeTest(QueryIT.java:446) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,509][INFO ][o.o.s.l.QueryIT ] [notLikeTests] before test [2022-09-07T03:19:26,517][INFO ][o.o.s.l.QueryIT ] [notLikeTests] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.notLikeTests" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT name FROM opensearch-sql_test_index_game_of_thrones WHERE name.firstname NOT LIKE 'd%' AND name IS NOT NULL LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT name FROM opensearch-sql_test_index_game_of_thrones WHERE name.firstname NOT LIKE 'd%' AND name IS NOT NULL LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:F0E41039F939B480]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.notLikeTests(QueryIT.java:1277) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,524][INFO ][o.o.s.l.QueryIT ] [equalityTestPhrase] before test [2022-09-07T03:19:26,532][INFO ][o.o.s.l.QueryIT ] [equalityTestPhrase] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.equalityTestPhrase" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_phrase WHERE match_phrase(phrase, 'quick fox here') LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_phrase WHERE match_phrase(phrase, 'quick fox here') LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E8F9FB7DB8F189CC]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.equalityTestPhrase(QueryIT.java:316) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,537][INFO ][o.o.s.l.QueryIT ] [complexObjectReturnField] before test [2022-09-07T03:19:26,547][INFO ][o.o.s.l.QueryIT ] [complexObjectReturnField] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.complexObjectReturnField" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT parents.father FROM opensearch-sql_test_index_game_of_thrones WHERE MATCH_PHRASE(name.firstname, 'Brandon') LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT parents.father FROM opensearch-sql_test_index_game_of_thrones WHERE MATCH_PHRASE(name.firstname, 'Brandon') LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E3124BB3460DA60A]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.complexObjectReturnField(QueryIT.java:1235) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,552][INFO ][o.o.s.l.QueryIT ] [equalityTest] before test [2022-09-07T03:19:26,559][INFO ][o.o.s.l.QueryIT ] [equalityTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.equalityTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE city = 'Nogal' LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE city = 'Nogal' LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:415C11D96115DB7C]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.equalityTest(QueryIT.java:306) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,564][INFO ][o.o.s.l.QueryIT ] [selectAllWithFieldAndGroupByReverseOrder] before test [2022-09-07T03:19:26,576][INFO ][o.o.s.l.QueryIT ] [selectAllWithFieldAndGroupByReverseOrder] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.selectAllWithFieldAndGroupByReverseOrder" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT *, age FROM opensearch-sql_test_index_bank GROUP BY age LIMIT 10 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT *, age FROM opensearch-sql_test_index_bank GROUP BY age LIMIT 10 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:251075260C868634]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.selectAllWithFieldAndGroupByReverseOrder(QueryIT.java:169) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,581][INFO ][o.o.s.l.QueryIT ] [negativeRegexQueryTest] before test [2022-09-07T03:19:26,590][INFO ][o.o.s.l.QueryIT ] [negativeRegexQueryTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.negativeRegexQueryTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_dog WHERE NOT(dog_name = REGEXP_QUERY('sn.*', 'INTERSECTION|COMPLEMENT|EMPTY', 10000)) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_dog WHERE NOT(dog_name = REGEXP_QUERY('sn.*', 'INTERSECTION|COMPLEMENT|EMPTY', 10000)) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:6E986D2D8D49A568]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.negativeRegexQueryTest(QueryIT.java:477) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,597][INFO ][o.o.s.l.QueryIT ] [testWhereWithBoolIsNotFalse] before test [2022-09-07T03:19:26,606][INFO ][o.o.s.l.QueryIT ] [testWhereWithBoolIsNotFalse] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.testWhereWithBoolIsNotFalse" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank WHERE male IS NOT false GROUP BY balance LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_bank WHERE male IS NOT false GROUP BY balance LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:2B8C1DD4C0F5FE07]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.testWhereWithBoolIsNotFalse(QueryIT.java:1102) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,610][INFO ][o.o.s.l.QueryIT ] [useTableNamePrefixInWhereClauseTest] before test [2022-09-07T03:19:26,618][INFO ][o.o.s.l.QueryIT ] [useTableNamePrefixInWhereClauseTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.useTableNamePrefixInWhereClauseTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE opensearch-sql_test_index_account.city = 'Nogal' LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE opensearch-sql_test_index_account.city = 'Nogal' LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E13F7FB4B1D3290F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.useTableNamePrefixInWhereClauseTest(QueryIT.java:294) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,623][INFO ][o.o.s.l.QueryIT ] [dateSearch] before test [2022-09-07T03:19:26,631][INFO ][o.o.s.l.QueryIT ] [dateSearch] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.dateSearch" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT insert_time FROM opensearch-sql_test_index_online WHERE insert_time < '2014-08-18' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT insert_time FROM opensearch-sql_test_index_online WHERE insert_time < '2014-08-18' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:CB329F95950717F3]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.dateSearch(QueryIT.java:735) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,635][INFO ][o.o.s.l.QueryIT ] [testMultiPartWhere2] before test [2022-09-07T03:19:26,645][INFO ][o.o.s.l.QueryIT ] [testMultiPartWhere2] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.testMultiPartWhere2" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE ((account_number > 200 AND account_number < 300) OR gender LIKE 'm') AND (state LIKE 'hi' OR address LIKE 'avenue') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_account WHERE ((account_number > 200 AND account_number < 300) OR gender LIKE 'm') AND (state LIKE 'hi' OR address LIKE 'avenue') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:C9EA93C6C6520E95]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.testMultiPartWhere2(QueryIT.java:1129) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,650][INFO ][o.o.s.l.QueryIT ] [nestedEqualsTestFieldInsideArrays] before test [2022-09-07T03:19:26,658][INFO ][o.o.s.l.QueryIT ] [nestedEqualsTestFieldInsideArrays] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.nestedEqualsTestFieldInsideArrays" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_nested_type WHERE nested(message.info) = 'a' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_nested_type WHERE nested(message.info) = 'a' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:5271118D3C32F766]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.nestedEqualsTestFieldInsideArrays(QueryIT.java:1457) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T03:19:26,663][INFO ][o.o.s.l.QueryIT ] [termQueryWithStringLiteral] before test [2022-09-07T03:19:26,676][INFO ][o.o.s.l.QueryIT ] [termQueryWithStringLiteral] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.QueryIT.termQueryWithStringLiteral" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-JO -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT name FROM opensearch-sql_test_index_game_of_thrones WHERE name.firstname = term('brandon') LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT name FROM opensearch-sql_test_index_game_of_thrones WHERE name.firstname = term('brandon') LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:65CB5C28199677A8]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.QueryIT.termQueryWithStringLiteral(QueryIT.java:694) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:28,922][INFO ][o.o.s.l.SQLFunctionsIT ] [castFieldToDatetimeWithWhereClauseJdbcFormatTest] before test [2022-09-07T06:19:28,924][INFO ][o.o.s.l.SQLFunctionsIT ] [castFieldToDatetimeWithWhereClauseJdbcFormatTest] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T06:19:35,389][INFO ][o.o.s.l.SQLFunctionsIT ] [castFieldToDatetimeWithWhereClauseJdbcFormatTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.castFieldToDatetimeWithWhereClauseJdbcFormatTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(date_keyword AS DATETIME) FROM opensearch-sql_test_index_date WHERE date_keyword IS NOT NULL ORDER BY date_keyword not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }java.lang.RuntimeException: org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(date_keyword AS DATETIME) FROM opensearch-sql_test_index_date WHERE date_keyword IS NOT NULL ORDER BY date_keyword not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:492FCA55B8ABB93D]:0) at org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:237) at org.opensearch.sql.legacy.SQLIntegTestCase.executeJdbcRequest(SQLIntegTestCase.java:242) at org.opensearch.sql.legacy.SQLFunctionsIT.castFieldToDatetimeWithWhereClauseJdbcFormatTest(SQLFunctionsIT.java:344) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(date_keyword AS DATETIME) FROM opensearch-sql_test_index_date WHERE date_keyword IS NOT NULL ORDER BY date_keyword not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:231) ... 42 more [2022-09-07T06:19:35,397][INFO ][o.o.s.l.SQLFunctionsIT ] [ifFuncWithBinaryComparisonAsConditionTest] before test [2022-09-07T06:19:35,401][INFO ][o.o.s.l.SQLFunctionsIT ] [ifFuncWithBinaryComparisonAsConditionTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.ifFuncWithBinaryComparisonAsConditionTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT IF(2 > 0, 'hello', 'world') AS ifTrue FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT IF(2 > 0, 'hello', 'world') AS ifTrue FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:844573501FFF62C0]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SQLFunctionsIT.ifFuncWithBinaryComparisonAsConditionTest(SQLFunctionsIT.java:715) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:35,405][INFO ][o.o.s.l.SQLFunctionsIT ] [literalWithAlias] before test [2022-09-07T06:19:35,410][INFO ][o.o.s.l.SQLFunctionsIT ] [literalWithAlias] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.literalWithAlias" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT 10 as key from opensearch-sql_test_index_account limit 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT 10 as key from opensearch-sql_test_index_account limit 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:8B9F89220987FC8C]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.SQLFunctionsIT.query(SQLFunctionsIT.java:865) at app//org.opensearch.sql.legacy.SQLFunctionsIT.literalWithAlias(SQLFunctionsIT.java:848) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:35,415][INFO ][o.o.s.l.SQLFunctionsIT ] [isnullWithNotNullInputTest] before test [2022-09-07T06:19:35,419][INFO ][o.o.s.l.SQLFunctionsIT ] [isnullWithNotNullInputTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.isnullWithNotNullInputTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT ISNULL('elastic') AS isnull FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT ISNULL('elastic') AS isnull FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:927F65C40858EF7F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SQLFunctionsIT.isnullWithNotNullInputTest(SQLFunctionsIT.java:783) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:35,423][INFO ][o.o.s.l.SQLFunctionsIT ] [isnullShouldPassJDBC] before test [2022-09-07T06:19:35,451][INFO ][o.o.s.l.SQLFunctionsIT ] [isnullShouldPassJDBC] after test [2022-09-07T06:19:35,457][INFO ][o.o.s.l.SQLFunctionsIT ] [ifnullWithNotNullInputTest] before test [2022-09-07T06:19:35,467][INFO ][o.o.s.l.SQLFunctionsIT ] [ifnullWithNotNullInputTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.ifnullWithNotNullInputTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT IFNULL('sample', 'IsNull') AS ifnull FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT IFNULL('sample', 'IsNull') AS ifnull FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:D98209BFBBF4798C]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SQLFunctionsIT.ifnullWithNotNullInputTest(SQLFunctionsIT.java:753) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:35,475][INFO ][o.o.s.l.SQLFunctionsIT ] [castStatementInWhereClauseEqualToConstantTest] before test [2022-09-07T06:19:35,524][INFO ][o.o.s.l.SQLFunctionsIT ] [castStatementInWhereClauseEqualToConstantTest] after test [2022-09-07T06:19:35,532][INFO ][o.o.s.l.SQLFunctionsIT ] [ifFuncWithNullInputAsConditionTest] before test [2022-09-07T06:19:35,539][INFO ][o.o.s.l.SQLFunctionsIT ] [ifFuncWithNullInputAsConditionTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.ifFuncWithNullInputAsConditionTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT IF(null, 1, 0) AS ifNull FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT IF(null, 1, 0) AS ifNull FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:8141A5F9D0E21F7B]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SQLFunctionsIT.ifFuncWithNullInputAsConditionTest(SQLFunctionsIT.java:735) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:35,547][INFO ][o.o.s.l.SQLFunctionsIT ] [functionAlias] before test [2022-09-07T06:19:35,553][INFO ][o.o.s.l.SQLFunctionsIT ] [functionAlias] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.functionAlias" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT substring(address,0,3) as key,address from opensearch-sql_test_index_account where address is not null order by address desc limit 10 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT substring(address,0,3) as key,address from opensearch-sql_test_index_account where address is not null order by address desc limit 10 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:2E2F2AF309FC4845]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SQLFunctionsIT.functionAlias(SQLFunctionsIT.java:109) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:35,558][INFO ][o.o.s.l.SQLFunctionsIT ] [functionPow] before test [2022-09-07T06:19:35,564][INFO ][o.o.s.l.SQLFunctionsIT ] [functionPow] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.functionPow" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT pow(account_number, 2) as key,abs(age - 60) as new_age from opensearch-sql_test_index_account WHERE firstname = 'Virginia' and lastname='Ayala' limit 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT pow(account_number, 2) as key,abs(age - 60) as new_age from opensearch-sql_test_index_account WHERE firstname = 'Virginia' and lastname='Ayala' limit 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B72FAAE95E1E1E74]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SQLFunctionsIT.functionPow(SQLFunctionsIT.java:570) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:35,569][INFO ][o.o.s.l.SQLFunctionsIT ] [functionFieldAliasAndGroupByAlias] before test [2022-09-07T06:19:35,576][INFO ][o.o.s.l.SQLFunctionsIT ] [functionFieldAliasAndGroupByAlias] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.functionFieldAliasAndGroupByAlias" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT floor(substring(address,0,3)*20) as key,sum(age) cvalue FROM opensearch-sql_test_index_account where address is not null group by key order by cvalue desc limit 10 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT floor(substring(address,0,3)*20) as key,sum(age) cvalue FROM opensearch-sql_test_index_account where address is not null group by key order by cvalue desc limit 10 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:81E7BBD39C84A47B]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SQLFunctionsIT.functionFieldAliasAndGroupByAlias(SQLFunctionsIT.java:69) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:35,582][INFO ][o.o.s.l.SQLFunctionsIT ] [literalMultiField] before test [2022-09-07T06:19:35,587][INFO ][o.o.s.l.SQLFunctionsIT ] [literalMultiField] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.literalMultiField" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT 1, 2 from opensearch-sql_test_index_account limit 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT 1, 2 from opensearch-sql_test_index_account limit 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:5699E5A9404B463E]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.SQLFunctionsIT.query(SQLFunctionsIT.java:865) at app//org.opensearch.sql.legacy.SQLFunctionsIT.literalMultiField(SQLFunctionsIT.java:858) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:35,595][INFO ][o.o.s.l.SQLFunctionsIT ] [literalWithDoubleValue] before test [2022-09-07T06:19:35,601][INFO ][o.o.s.l.SQLFunctionsIT ] [literalWithDoubleValue] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.literalWithDoubleValue" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT 10.0 from opensearch-sql_test_index_account limit 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT 10.0 from opensearch-sql_test_index_account limit 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:224E72881283BF9D]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.SQLFunctionsIT.query(SQLFunctionsIT.java:865) at app//org.opensearch.sql.legacy.SQLFunctionsIT.literalWithDoubleValue(SQLFunctionsIT.java:840) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:35,606][INFO ][o.o.s.l.SQLFunctionsIT ] [castKeywordFieldToDatetimeWithoutAliasJdbcFormatTest] before test [2022-09-07T06:19:35,621][INFO ][o.o.s.l.SQLFunctionsIT ] [castKeywordFieldToDatetimeWithoutAliasJdbcFormatTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.castKeywordFieldToDatetimeWithoutAliasJdbcFormatTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(date_keyword AS DATETIME) FROM opensearch-sql_test_index_date ORDER BY date_keyword not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }java.lang.RuntimeException: org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(date_keyword AS DATETIME) FROM opensearch-sql_test_index_date ORDER BY date_keyword not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:3087A24AECD8A9A5]:0) at org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:237) at org.opensearch.sql.legacy.SQLIntegTestCase.executeJdbcRequest(SQLIntegTestCase.java:242) at org.opensearch.sql.legacy.SQLFunctionsIT.castKeywordFieldToDatetimeWithoutAliasJdbcFormatTest(SQLFunctionsIT.java:319) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(date_keyword AS DATETIME) FROM opensearch-sql_test_index_date ORDER BY date_keyword not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:231) ... 42 more [2022-09-07T06:19:35,628][INFO ][o.o.s.l.SQLFunctionsIT ] [ifnullShouldPassJDBC] before test [2022-09-07T06:19:35,679][INFO ][o.o.s.l.SQLFunctionsIT ] [ifnullShouldPassJDBC] after test [2022-09-07T06:19:35,688][INFO ][o.o.s.l.SQLFunctionsIT ] [castStatementInWhereClauseGreaterThanTest] before test [2022-09-07T06:19:35,730][INFO ][o.o.s.l.SQLFunctionsIT ] [castStatementInWhereClauseGreaterThanTest] after test [2022-09-07T06:19:35,739][INFO ][o.o.s.l.SQLFunctionsIT ] [literal] before test [2022-09-07T06:19:35,750][INFO ][o.o.s.l.SQLFunctionsIT ] [literal] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.literal" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT 10 from opensearch-sql_test_index_account limit 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT 10 from opensearch-sql_test_index_account limit 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:C49826D442AEDD3]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.SQLFunctionsIT.query(SQLFunctionsIT.java:865) at app//org.opensearch.sql.legacy.SQLFunctionsIT.literal(SQLFunctionsIT.java:831) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:35,758][INFO ][o.o.s.l.SQLFunctionsIT ] [castFieldToDatetimeWithGroupByJdbcFormatTest] before test [2022-09-07T06:19:35,774][INFO ][o.o.s.l.SQLFunctionsIT ] [castFieldToDatetimeWithGroupByJdbcFormatTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.castFieldToDatetimeWithGroupByJdbcFormatTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(date_keyword AS DATETIME) AS test_alias FROM opensearch-sql_test_index_date GROUP BY test_alias DESC not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }java.lang.RuntimeException: org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(date_keyword AS DATETIME) AS test_alias FROM opensearch-sql_test_index_date GROUP BY test_alias DESC not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:A139412FF5E833C8]:0) at org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:237) at org.opensearch.sql.legacy.SQLIntegTestCase.executeJdbcRequest(SQLIntegTestCase.java:242) at org.opensearch.sql.legacy.SQLFunctionsIT.castFieldToDatetimeWithGroupByJdbcFormatTest(SQLFunctionsIT.java:357) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(date_keyword AS DATETIME) AS test_alias FROM opensearch-sql_test_index_date GROUP BY test_alias DESC not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:231) ... 42 more [2022-09-07T06:19:35,782][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToDoubleWithoutAliasTest] before test [2022-09-07T06:19:35,789][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToDoubleWithoutAliasTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.castIntFieldToDoubleWithoutAliasTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(age AS DOUBLE) FROM opensearch-sql_test_index_account ORDER BY age DESC LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(age AS DOUBLE) FROM opensearch-sql_test_index_account ORDER BY age DESC LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:C91B4D0DBCF06DFF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.SQLFunctionsIT.query(SQLFunctionsIT.java:865) at app//org.opensearch.sql.legacy.SQLFunctionsIT.castIntFieldToDoubleWithoutAliasTest(SQLFunctionsIT.java:165) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:35,799][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToDoubleWithoutAliasOrderByTest] before test [2022-09-07T06:19:35,805][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToDoubleWithoutAliasOrderByTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.castIntFieldToDoubleWithoutAliasOrderByTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(age AS DOUBLE) FROM opensearch-sql_test_index_account ORDER BY age LIMIT 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(age AS DOUBLE) FROM opensearch-sql_test_index_account ORDER BY age LIMIT 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E05BA1A00E656E18]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.SQLFunctionsIT.query(SQLFunctionsIT.java:865) at app//org.opensearch.sql.legacy.SQLFunctionsIT.castIntFieldToDoubleWithoutAliasOrderByTest(SQLFunctionsIT.java:242) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:35,812][INFO ][o.o.s.l.SQLFunctionsIT ] [castStatementInWhereClauseLessThanConstantTest] before test [2022-09-07T06:19:35,846][INFO ][o.o.s.l.SQLFunctionsIT ] [castStatementInWhereClauseLessThanConstantTest] after test [2022-09-07T06:19:35,853][INFO ][o.o.s.l.SQLFunctionsIT ] [caseChangeTest] before test [2022-09-07T06:19:35,859][INFO ][o.o.s.l.SQLFunctionsIT ] [caseChangeTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.caseChangeTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT LOWER(firstname) FROM opensearch-sql_test_index_account WHERE UPPER(lastname)='DUKE' ORDER BY upper(lastname) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT LOWER(firstname) FROM opensearch-sql_test_index_account WHERE UPPER(lastname)='DUKE' ORDER BY upper(lastname) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:D98C6631AB1275A6]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SQLFunctionsIT.caseChangeTest(SQLFunctionsIT.java:124) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:35,865][INFO ][o.o.s.l.SQLFunctionsIT ] [castStatementInWhereClauseLessThanTest] before test [2022-09-07T06:19:35,903][INFO ][o.o.s.l.SQLFunctionsIT ] [castStatementInWhereClauseLessThanTest] after test [2022-09-07T06:19:35,910][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToDoubleWithAliasJdbcFormatGroupByTest] before test [2022-09-07T06:19:35,928][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToDoubleWithAliasJdbcFormatGroupByTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.castIntFieldToDoubleWithAliasJdbcFormatGroupByTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(age AS DOUBLE) AS jdbc_double_alias FROM opensearch-sql_test_index_account GROUP BY jdbc_double_alias DESC LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }java.lang.RuntimeException: org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(age AS DOUBLE) AS jdbc_double_alias FROM opensearch-sql_test_index_account GROUP BY jdbc_double_alias DESC LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:9A1085E02232818F]:0) at org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:237) at org.opensearch.sql.legacy.SQLIntegTestCase.executeJdbcRequest(SQLIntegTestCase.java:242) at org.opensearch.sql.legacy.SQLFunctionsIT.castIntFieldToDoubleWithAliasJdbcFormatGroupByTest(SQLFunctionsIT.java:301) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(age AS DOUBLE) AS jdbc_double_alias FROM opensearch-sql_test_index_account GROUP BY jdbc_double_alias DESC LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:231) ... 42 more [2022-09-07T06:19:35,937][INFO ][o.o.s.l.SQLFunctionsIT ] [caseChangeTestWithLocale] before test [2022-09-07T06:19:35,948][INFO ][o.o.s.l.SQLFunctionsIT ] [caseChangeTestWithLocale] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.caseChangeTestWithLocale" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT LOWER(state.keyword, 'tr') FROM opensearch-sql_test_index_account WHERE account_number=1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT LOWER(state.keyword, 'tr') FROM opensearch-sql_test_index_account WHERE account_number=1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:2E10B085C98788D]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SQLFunctionsIT.caseChangeTestWithLocale(SQLFunctionsIT.java:142) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:35,955][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToStringWithoutAliasTest] before test [2022-09-07T06:19:35,962][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToStringWithoutAliasTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.castIntFieldToStringWithoutAliasTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(balance AS STRING) FROM opensearch-sql_test_index_account ORDER BY balance LIMIT 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(balance AS STRING) FROM opensearch-sql_test_index_account ORDER BY balance LIMIT 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:6F7F1399D8632600]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.SQLFunctionsIT.query(SQLFunctionsIT.java:865) at app//org.opensearch.sql.legacy.SQLFunctionsIT.castIntFieldToStringWithoutAliasTest(SQLFunctionsIT.java:190) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:35,970][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToFloatWithAliasJdbcFormatGroupByTest] before test [2022-09-07T06:19:36,016][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToFloatWithAliasJdbcFormatGroupByTest] after test [2022-09-07T06:19:36,022][INFO ][o.o.s.l.SQLFunctionsIT ] [castBoolFieldToNumericValueWithGroupByAlias] before test [2022-09-07T06:19:36,041][INFO ][o.o.s.l.SQLFunctionsIT ] [castBoolFieldToNumericValueWithGroupByAlias] after test [2022-09-07T06:19:36,047][INFO ][o.o.s.l.SQLFunctionsIT ] [operatorLength] before test [2022-09-07T06:19:36,082][INFO ][o.o.s.l.SQLFunctionsIT ] [operatorLength] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.operatorLength" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT LENGTH('sampleName') AS length FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT LENGTH('sampleName') AS length FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:3854F545373C83B6]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SQLFunctionsIT.operatorLength(SQLFunctionsIT.java:601) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:36,089][INFO ][o.o.s.l.SQLFunctionsIT ] [functionLogs] before test [2022-09-07T06:19:36,096][INFO ][o.o.s.l.SQLFunctionsIT ] [functionLogs] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.functionLogs" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT log10(100) as a, log(1) as b, log(2, 4) as c, log2(8) as d from opensearch-sql_test_index_account limit 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT log10(100) as a, log(1) as b, log(2, 4) as c, log2(8) as d from opensearch-sql_test_index_account limit 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:A99D2047263EE9BB]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SQLFunctionsIT.functionLogs(SQLFunctionsIT.java:555) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:36,102][INFO ][o.o.s.l.SQLFunctionsIT ] [concat_ws_field_and_string] before test [2022-09-07T06:19:36,107][INFO ][o.o.s.l.SQLFunctionsIT ] [concat_ws_field_and_string] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.concat_ws_field_and_string" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT concat_ws('-',age,'-') as age,address from opensearch-sql_test_index_account limit 10 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT concat_ws('-',age,'-') as age,address from opensearch-sql_test_index_account limit 10 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:51C57A8CD12D5A40]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SQLFunctionsIT.concat_ws_field_and_string(SQLFunctionsIT.java:498) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:36,112][INFO ][o.o.s.l.SQLFunctionsIT ] [castBoolFieldToNumericValueInSelectClause] before test [2022-09-07T06:19:36,130][INFO ][o.o.s.l.SQLFunctionsIT ] [castBoolFieldToNumericValueInSelectClause] after test [2022-09-07T06:19:36,135][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToFloatWithAliasJdbcFormatTest] before test [2022-09-07T06:19:36,158][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToFloatWithAliasJdbcFormatTest] after test [2022-09-07T06:19:36,165][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToFloatWithoutAliasJdbcFormatGroupByTest] before test [2022-09-07T06:19:36,200][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToFloatWithoutAliasJdbcFormatGroupByTest] after test [2022-09-07T06:19:36,207][INFO ][o.o.s.l.SQLFunctionsIT ] [ifnullWithNullInputTest] before test [2022-09-07T06:19:36,215][INFO ][o.o.s.l.SQLFunctionsIT ] [ifnullWithNullInputTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.ifnullWithNullInputTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT IFNULL(null, 10) AS ifnull FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT IFNULL(null, 10) AS ifnull FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:5A7346BF1E2E22A]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SQLFunctionsIT.ifnullWithNullInputTest(SQLFunctionsIT.java:761) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:36,223][INFO ][o.o.s.l.SQLFunctionsIT ] [castStatementInWhereClauseDatetimeCastTest] before test [2022-09-07T06:19:36,242][INFO ][o.o.s.l.SQLFunctionsIT ] [castStatementInWhereClauseDatetimeCastTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.castStatementInWhereClauseDatetimeCastTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT date_keyword FROM opensearch-sql_test_index_date WHERE (CAST(date_keyword AS DATETIME) = '2014-08-19T07:09:13.434Z') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }java.lang.RuntimeException: org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT date_keyword FROM opensearch-sql_test_index_date WHERE (CAST(date_keyword AS DATETIME) = '2014-08-19T07:09:13.434Z') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:591CB570D5415A56]:0) at org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:237) at org.opensearch.sql.legacy.SQLIntegTestCase.executeJdbcRequest(SQLIntegTestCase.java:242) at org.opensearch.sql.legacy.SQLFunctionsIT.castStatementInWhereClauseDatetimeCastTest(SQLFunctionsIT.java:481) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT date_keyword FROM opensearch-sql_test_index_date WHERE (CAST(date_keyword AS DATETIME) = '2014-08-19T07:09:13.434Z') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:231) ... 42 more [2022-09-07T06:19:36,250][INFO ][o.o.s.l.SQLFunctionsIT ] [isnullWithNullInputTest] before test [2022-09-07T06:19:36,256][INFO ][o.o.s.l.SQLFunctionsIT ] [isnullWithNullInputTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.isnullWithNullInputTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT ISNULL(null) AS isnull FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT ISNULL(null) AS isnull FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:6FCE35D0CF1239A4]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SQLFunctionsIT.isnullWithNullInputTest(SQLFunctionsIT.java:795) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:36,262][INFO ][o.o.s.l.SQLFunctionsIT ] [caseChangeWithAggregationTest] before test [2022-09-07T06:19:36,270][INFO ][o.o.s.l.SQLFunctionsIT ] [caseChangeWithAggregationTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.caseChangeWithAggregationTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT UPPER(e.firstname) AS upper, COUNT(*)FROM opensearch-sql_test_index_account e WHERE LOWER(e.lastname)='duke' GROUP BY upper not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT UPPER(e.firstname) AS upper, COUNT(*)FROM opensearch-sql_test_index_account e WHERE LOWER(e.lastname)='duke' GROUP BY upper not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:F60A6A646E07B5F9]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SQLFunctionsIT.caseChangeWithAggregationTest(SQLFunctionsIT.java:156) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:36,277][INFO ][o.o.s.l.SQLFunctionsIT ] [operatorSubstring] before test [2022-09-07T06:19:36,285][INFO ][o.o.s.l.SQLFunctionsIT ] [operatorSubstring] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.operatorSubstring" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT substring('sampleName', 1, 4) AS substring FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT substring('sampleName', 1, 4) AS substring FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:44660A07F4E10256]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SQLFunctionsIT.operatorSubstring(SQLFunctionsIT.java:579) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:36,293][INFO ][o.o.s.l.SQLFunctionsIT ] [operatorReplace] before test [2022-09-07T06:19:36,322][INFO ][o.o.s.l.SQLFunctionsIT ] [operatorReplace] after test [2022-09-07T06:19:36,331][INFO ][o.o.s.l.SQLFunctionsIT ] [rtrim] before test [2022-09-07T06:19:36,339][INFO ][o.o.s.l.SQLFunctionsIT ] [rtrim] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.rtrim" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT RTRIM(' sampleName ') AS rtrim FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT RTRIM(' sampleName ') AS rtrim FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:AFDDF44C37DC7983]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SQLFunctionsIT.rtrim(SQLFunctionsIT.java:639) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:36,347][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToFloatWithoutAliasJdbcFormatTest] before test [2022-09-07T06:19:36,365][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToFloatWithoutAliasJdbcFormatTest] after test [2022-09-07T06:19:36,377][INFO ][o.o.s.l.SQLFunctionsIT ] [concat_ws_fields] before test [2022-09-07T06:19:36,388][INFO ][o.o.s.l.SQLFunctionsIT ] [concat_ws_fields] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.concat_ws_fields" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT concat_ws('-',age,address) as combine,address from opensearch-sql_test_index_account limit 10 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT concat_ws('-',age,address) as combine,address from opensearch-sql_test_index_account limit 10 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:A506E41DACFABD6E]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SQLFunctionsIT.concat_ws_fields(SQLFunctionsIT.java:544) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:36,399][INFO ][o.o.s.l.SQLFunctionsIT ] [ifFuncWithBooleanExprInputAsConditionTest] before test [2022-09-07T06:19:36,408][INFO ][o.o.s.l.SQLFunctionsIT ] [ifFuncWithBooleanExprInputAsConditionTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.ifFuncWithBooleanExprInputAsConditionTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT IF(true, 1, 0) AS ifBoolean FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT IF(true, 1, 0) AS ifBoolean FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E856A22599367B61]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SQLFunctionsIT.ifFuncWithBooleanExprInputAsConditionTest(SQLFunctionsIT.java:727) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:36,418][INFO ][o.o.s.l.SQLFunctionsIT ] [castKeywordFieldToDatetimeWithAliasJdbcFormatTest] before test [2022-09-07T06:19:36,441][INFO ][o.o.s.l.SQLFunctionsIT ] [castKeywordFieldToDatetimeWithAliasJdbcFormatTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.castKeywordFieldToDatetimeWithAliasJdbcFormatTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(date_keyword AS DATETIME) AS test_alias FROM opensearch-sql_test_index_date ORDER BY date_keyword not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }java.lang.RuntimeException: org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(date_keyword AS DATETIME) AS test_alias FROM opensearch-sql_test_index_date ORDER BY date_keyword not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:153165E9EDA2E962]:0) at org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:237) at org.opensearch.sql.legacy.SQLIntegTestCase.executeJdbcRequest(SQLIntegTestCase.java:242) at org.opensearch.sql.legacy.SQLFunctionsIT.castKeywordFieldToDatetimeWithAliasJdbcFormatTest(SQLFunctionsIT.java:332) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(date_keyword AS DATETIME) AS test_alias FROM opensearch-sql_test_index_date ORDER BY date_keyword not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:231) ... 42 more [2022-09-07T06:19:36,449][INFO ][o.o.s.l.SQLFunctionsIT ] [ltrim] before test [2022-09-07T06:19:36,455][INFO ][o.o.s.l.SQLFunctionsIT ] [ltrim] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.ltrim" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT LTRIM(' sampleName ') AS ltrim FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT LTRIM(' sampleName ') AS ltrim FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:CF27A7CA89F4A17D]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SQLFunctionsIT.ltrim(SQLFunctionsIT.java:647) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:36,461][INFO ][o.o.s.l.SQLFunctionsIT ] [isnullWithMathExpr] before test [2022-09-07T06:19:36,466][INFO ][o.o.s.l.SQLFunctionsIT ] [isnullWithMathExpr] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.isnullWithMathExpr" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT ISNULL(1+1) AS isnull FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT ISNULL(1+1) AS isnull FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:8A8D8614153D14F2]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SQLFunctionsIT.isnullWithMathExpr(SQLFunctionsIT.java:803) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:36,474][INFO ][o.o.s.l.SQLFunctionsIT ] [ifFuncShouldPassJDBC] before test [2022-09-07T06:19:36,509][INFO ][o.o.s.l.SQLFunctionsIT ] [ifFuncShouldPassJDBC] after test [2022-09-07T06:19:36,516][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToDoubleWithAliasOrderByTest] before test [2022-09-07T06:19:36,526][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToDoubleWithAliasOrderByTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.castIntFieldToDoubleWithAliasOrderByTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(age AS DOUBLE) AS alias FROM opensearch-sql_test_index_account ORDER BY alias DESC LIMIT 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(age AS DOUBLE) AS alias FROM opensearch-sql_test_index_account ORDER BY alias DESC LIMIT 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:FAD102F1CE9F8B34]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.SQLFunctionsIT.query(SQLFunctionsIT.java:865) at app//org.opensearch.sql.legacy.SQLFunctionsIT.castIntFieldToDoubleWithAliasOrderByTest(SQLFunctionsIT.java:254) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:36,535][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToStringWithAliasTest] before test [2022-09-07T06:19:36,544][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToStringWithAliasTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.castIntFieldToStringWithAliasTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(balance AS STRING) AS cast_string_alias FROM opensearch-sql_test_index_account ORDER BY cast_string_alias DESC LIMIT 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(balance AS STRING) AS cast_string_alias FROM opensearch-sql_test_index_account ORDER BY cast_string_alias DESC LIMIT 1 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E24A73E1BBF44158]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.SQLFunctionsIT.query(SQLFunctionsIT.java:865) at app//org.opensearch.sql.legacy.SQLFunctionsIT.castIntFieldToStringWithAliasTest(SQLFunctionsIT.java:203) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T06:19:36,552][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToDoubleWithAliasTest] before test [2022-09-07T06:19:36,557][INFO ][o.o.s.l.SQLFunctionsIT ] [castIntFieldToDoubleWithAliasTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SQLFunctionsIT.castIntFieldToDoubleWithAliasTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Indian/Kerguelen -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(age AS DOUBLE) AS test_alias FROM opensearch-sql_test_index_account ORDER BY age LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT CAST(age AS DOUBLE) AS test_alias FROM opensearch-sql_test_index_account ORDER BY age LIMIT 5 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:2432A61B3942696]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQueryWithStringOutput(SQLIntegTestCase.java:303) at app//org.opensearch.sql.legacy.SQLFunctionsIT.query(SQLFunctionsIT.java:865) at app//org.opensearch.sql.legacy.SQLFunctionsIT.castIntFieldToDoubleWithAliasTest(SQLFunctionsIT.java:178) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T01:19:37,452][INFO ][o.o.s.l.ShowIT ] [showAllMatchAll] before test [2022-09-07T01:19:37,453][INFO ][o.o.s.l.ShowIT ] [showAllMatchAll] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T01:19:40,321][INFO ][o.o.s.l.ShowIT ] [showAllMatchAll] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.ShowIT.showAllMatchAll" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Africa/Bissau -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SHOW TABLES LIKE % not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SHOW TABLES LIKE % not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:2C1224250EA9EB79]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.ShowIT.showIndexTest(ShowIT.java:57) at app//org.opensearch.sql.legacy.ShowIT.showAllMatchAll(ShowIT.java:32) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T01:19:40,326][INFO ][o.o.s.l.ShowIT ] [showIndexMatchSuffix] before test [2022-09-07T01:19:40,341][INFO ][o.o.s.l.ShowIT ] [showIndexMatchSuffix] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.ShowIT.showIndexMatchSuffix" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Africa/Bissau -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SHOW TABLES LIKE %ijk not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SHOW TABLES LIKE %ijk not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:64E877FC973EAD76]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.ShowIT.showIndexTest(ShowIT.java:57) at app//org.opensearch.sql.legacy.ShowIT.showIndexMatchSuffix(ShowIT.java:44) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T01:19:40,345][INFO ][o.o.s.l.ShowIT ] [showIndexMatchExact] before test [2022-09-07T01:19:40,360][INFO ][o.o.s.l.ShowIT ] [showIndexMatchExact] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.ShowIT.showIndexMatchExact" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Africa/Bissau -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SHOW TABLES LIKE abcdefg not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SHOW TABLES LIKE abcdefg not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:1678F168A697C66C]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.ShowIT.showIndexTest(ShowIT.java:57) at app//org.opensearch.sql.legacy.ShowIT.showIndexMatchExact(ShowIT.java:50) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T01:19:40,364][INFO ][o.o.s.l.ShowIT ] [showIndexMatchPrefix] before test [2022-09-07T01:19:40,371][INFO ][o.o.s.l.ShowIT ] [showIndexMatchPrefix] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.ShowIT.showIndexMatchPrefix" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Africa/Bissau -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SHOW TABLES LIKE abcdefg% not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SHOW TABLES LIKE abcdefg% not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:14034AE9525934FA]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.ShowIT.showIndexTest(ShowIT.java:57) at app//org.opensearch.sql.legacy.ShowIT.showIndexMatchPrefix(ShowIT.java:38) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T22:19:40,796][INFO ][o.o.s.l.SourceFieldIT ] [allTest] before test [2022-09-06T22:19:40,797][INFO ][o.o.s.l.SourceFieldIT ] [allTest] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T22:19:41,984][INFO ][o.o.s.l.SourceFieldIT ] [allTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SourceFieldIT.allTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-AU -Dtests.timezone=America/Halifax -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT exclude('*name','*ge'),include('b*'),exclude('*ddre*'),include('gender') FROM opensearch-sql_test_index_account LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT exclude('*name','*ge'),include('b*'),exclude('*ddre*'),include('gender') FROM opensearch-sql_test_index_account LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:89EAB96807AA7439]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SourceFieldIT.query(SourceFieldIT.java:82) at app//org.opensearch.sql.legacy.SourceFieldIT.allTest(SourceFieldIT.java:67) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T22:19:41,989][INFO ][o.o.s.l.SourceFieldIT ] [excludeTest] before test [2022-09-06T22:19:41,993][INFO ][o.o.s.l.SourceFieldIT ] [excludeTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SourceFieldIT.excludeTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-AU -Dtests.timezone=America/Halifax -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT exclude('*name','*ge'),exclude('b*'),exclude('*ddre*'),exclude('gender') FROM opensearch-sql_test_index_account LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT exclude('*name','*ge'),exclude('b*'),exclude('*ddre*'),exclude('gender') FROM opensearch-sql_test_index_account LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:8E2E5C6DF3BE5F21]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SourceFieldIT.query(SourceFieldIT.java:82) at app//org.opensearch.sql.legacy.SourceFieldIT.excludeTest(SourceFieldIT.java:50) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T22:19:41,998][INFO ][o.o.s.l.SourceFieldIT ] [includeTest] before test [2022-09-06T22:19:42,001][INFO ][o.o.s.l.SourceFieldIT ] [includeTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SourceFieldIT.includeTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=en-AU -Dtests.timezone=America/Halifax -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT include('*name','*ge'),include('b*'),include('*ddre*'),include('gender') FROM opensearch-sql_test_index_account LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT include('*name','*ge'),include('b*'),include('*ddre*'),include('gender') FROM opensearch-sql_test_index_account LIMIT 1000 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:2DC3FEA5A7516CD4]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SourceFieldIT.query(SourceFieldIT.java:82) at app//org.opensearch.sql.legacy.SourceFieldIT.includeTest(SourceFieldIT.java:34) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:19:42,242][INFO ][o.o.s.l.SubqueryIT ] [nonCorrelatedExistsWhere] before test [2022-09-07T11:19:42,242][INFO ][o.o.s.l.SubqueryIT ] [nonCorrelatedExistsWhere] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T11:19:45,339][INFO ][o.o.s.l.SubqueryIT ] [nonCorrelatedExistsWhere] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SubqueryIT.nonCorrelatedExistsWhere" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Antarctica/Macquarie -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested as e WHERE EXISTS (SELECT * FROM e.projects as p WHERE p.name LIKE 'aurora') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested as e WHERE EXISTS (SELECT * FROM e.projects as p WHERE p.name LIKE 'aurora') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:37925497C059759D]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SubqueryIT.nonCorrelatedExistsWhere(SubqueryIT.java:188) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:19:45,345][INFO ][o.o.s.l.SubqueryIT ] [selectFromSubqueryWithCountShouldPass] before test [2022-09-07T11:19:45,349][INFO ][o.o.s.l.SubqueryIT ] [selectFromSubqueryWithCountShouldPass] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SubqueryIT.selectFromSubqueryWithCountShouldPass" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Antarctica/Macquarie -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT t.TEMP as count FROM (SELECT COUNT(*) as TEMP FROM opensearch-sql_test_index_account) t not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT t.TEMP as count FROM (SELECT COUNT(*) as TEMP FROM opensearch-sql_test_index_account) t not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:A28F081D53EEB8AF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SubqueryIT.selectFromSubqueryWithCountShouldPass(SubqueryIT.java:272) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:19:45,353][INFO ][o.o.s.l.SubqueryIT ] [testIN] before test [2022-09-07T11:19:45,357][INFO ][o.o.s.l.SubqueryIT ] [testIN] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SubqueryIT.testIN" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Antarctica/Macquarie -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT dog_name FROM opensearch-sql_test_index_subquery A WHERE holdersName IN (SELECT firstname FROM opensearch-sql_test_index_account B) AND dog_name <> 'babala' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT dog_name FROM opensearch-sql_test_index_subquery A WHERE holdersName IN (SELECT firstname FROM opensearch-sql_test_index_account B) AND dog_name <> 'babala' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:4A56547CE895A3FE]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SubqueryIT.testIN(SubqueryIT.java:59) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:19:45,361][INFO ][o.o.s.l.SubqueryIT ] [selectFromSubqueryCountAndSum] before test [2022-09-07T11:19:45,365][INFO ][o.o.s.l.SubqueryIT ] [selectFromSubqueryCountAndSum] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SubqueryIT.selectFromSubqueryCountAndSum" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Antarctica/Macquarie -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT t.TEMP1 as count, t.TEMP2 as balance FROM (SELECT COUNT(*) as TEMP1, SUM(balance) as TEMP2 FROM opensearch-sql_test_index_account) t not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT t.TEMP1 as count, t.TEMP2 as balance FROM (SELECT COUNT(*) as TEMP1, SUM(balance) as TEMP2 FROM opensearch-sql_test_index_account) t not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:3C4D788586EC1050]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SubqueryIT.selectFromSubqueryCountAndSum(SubqueryIT.java:340) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:19:45,369][INFO ][o.o.s.l.SubqueryIT ] [selectFromSubqueryWithCountAndGroupByShouldPass] before test [2022-09-07T11:19:45,375][INFO ][o.o.s.l.SubqueryIT ] [selectFromSubqueryWithCountAndGroupByShouldPass] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SubqueryIT.selectFromSubqueryWithCountAndGroupByShouldPass" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Antarctica/Macquarie -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT t.TEMP as count FROM (SELECT COUNT(*) as TEMP FROM opensearch-sql_test_index_account GROUP BY gender) t not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT t.TEMP as count FROM (SELECT COUNT(*) as TEMP FROM opensearch-sql_test_index_account GROUP BY gender) t not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B612E1F12C6D6CCC]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SubqueryIT.selectFromSubqueryWithCountAndGroupByShouldPass(SubqueryIT.java:290) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:19:45,380][INFO ][o.o.s.l.SubqueryIT ] [nonCorrelatedExists] before test [2022-09-07T11:19:45,384][INFO ][o.o.s.l.SubqueryIT ] [nonCorrelatedExists] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SubqueryIT.nonCorrelatedExists" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Antarctica/Macquarie -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested as e WHERE EXISTS (SELECT * FROM e.projects as p) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested as e WHERE EXISTS (SELECT * FROM e.projects as p) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:A14E2F922CFA7B75]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SubqueryIT.nonCorrelatedExists(SubqueryIT.java:170) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:19:45,390][INFO ][o.o.s.l.SubqueryIT ] [selectFromSubqueryWithCountAndGroupByAndHavingShouldPass] before test [2022-09-07T11:19:45,394][INFO ][o.o.s.l.SubqueryIT ] [selectFromSubqueryWithCountAndGroupByAndHavingShouldPass] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SubqueryIT.selectFromSubqueryWithCountAndGroupByAndHavingShouldPass" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Antarctica/Macquarie -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT t.T1 as g, t.T2 as c FROM (SELECT gender as T1, COUNT(*) as T2 FROM opensearch-sql_test_index_account GROUP BY gender HAVING T2 > 500) t not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT t.T1 as g, t.T2 as c FROM (SELECT gender as T1, COUNT(*) as T2 FROM opensearch-sql_test_index_account GROUP BY gender HAVING T2 > 500) t not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:71411E2BC0283503]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SubqueryIT.selectFromSubqueryWithCountAndGroupByAndHavingShouldPass(SubqueryIT.java:329) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:19:45,399][INFO ][o.o.s.l.SubqueryIT ] [selectFromSubqueryWithWhereAndCountShouldPass] before test [2022-09-07T11:19:45,403][INFO ][o.o.s.l.SubqueryIT ] [selectFromSubqueryWithWhereAndCountShouldPass] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SubqueryIT.selectFromSubqueryWithWhereAndCountShouldPass" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Antarctica/Macquarie -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT t.TEMP as count FROM (SELECT COUNT(*) as TEMP FROM opensearch-sql_test_index_account WHERE age > 30) t not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT t.TEMP as count FROM (SELECT COUNT(*) as TEMP FROM opensearch-sql_test_index_account WHERE age > 30) t not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:D8210BA135F7A98B]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SubqueryIT.selectFromSubqueryWithWhereAndCountShouldPass(SubqueryIT.java:281) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:19:45,406][INFO ][o.o.s.l.SubqueryIT ] [testINWithInnerWhere] before test [2022-09-07T11:19:45,410][INFO ][o.o.s.l.SubqueryIT ] [testINWithInnerWhere] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SubqueryIT.testINWithInnerWhere" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Antarctica/Macquarie -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT dog_name FROM opensearch-sql_test_index_subquery A WHERE holdersName IN (SELECT firstname FROM opensearch-sql_test_index_account B WHERE age <> 36) AND dog_name <> 'babala' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT dog_name FROM opensearch-sql_test_index_subquery A WHERE holdersName IN (SELECT firstname FROM opensearch-sql_test_index_account B WHERE age <> 36) AND dog_name <> 'babala' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:1F9EDDB5189A550F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SubqueryIT.testINWithInnerWhere(SubqueryIT.java:120) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:19:45,414][INFO ][o.o.s.l.SubqueryIT ] [testINWithAlias] before test [2022-09-07T11:19:45,418][INFO ][o.o.s.l.SubqueryIT ] [testINWithAlias] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SubqueryIT.testINWithAlias" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Antarctica/Macquarie -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT A.dog_name FROM opensearch-sql_test_index_subquery A WHERE A.holdersName IN (SELECT B.firstname FROM opensearch-sql_test_index_account B) AND A.dog_name <> 'babala' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT A.dog_name FROM opensearch-sql_test_index_subquery A WHERE A.holdersName IN (SELECT B.firstname FROM opensearch-sql_test_index_account B) AND A.dog_name <> 'babala' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B3DBCEEF2982031E]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SubqueryIT.testINWithAlias(SubqueryIT.java:78) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:19:45,423][INFO ][o.o.s.l.SubqueryIT ] [nonCorrelatedNotExistsWhere] before test [2022-09-07T11:19:45,428][INFO ][o.o.s.l.SubqueryIT ] [nonCorrelatedNotExistsWhere] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SubqueryIT.nonCorrelatedNotExistsWhere" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Antarctica/Macquarie -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested as e WHERE NOT EXISTS (SELECT * FROM e.projects as p WHERE p.name LIKE 'aurora') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested as e WHERE NOT EXISTS (SELECT * FROM e.projects as p WHERE p.name LIKE 'aurora') not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:239B5E7404FF099F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SubqueryIT.nonCorrelatedNotExistsWhere(SubqueryIT.java:241) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:19:45,432][INFO ][o.o.s.l.SubqueryIT ] [nonCorrelatedNotExists] before test [2022-09-07T11:19:45,436][INFO ][o.o.s.l.SubqueryIT ] [nonCorrelatedNotExists] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SubqueryIT.nonCorrelatedNotExists" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Antarctica/Macquarie -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested as e WHERE NOT EXISTS (SELECT * FROM e.projects as p) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested as e WHERE NOT EXISTS (SELECT * FROM e.projects as p) not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:B192EE2F2299B25F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SubqueryIT.nonCorrelatedNotExists(SubqueryIT.java:223) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:19:45,440][INFO ][o.o.s.l.SubqueryIT ] [nonCorrelatedExistsParentWhere] before test [2022-09-07T11:19:45,445][INFO ][o.o.s.l.SubqueryIT ] [nonCorrelatedExistsParentWhere] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SubqueryIT.nonCorrelatedExistsParentWhere" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Antarctica/Macquarie -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested as e WHERE EXISTS (SELECT * FROM e.projects as p WHERE p.name LIKE 'security') AND e.name LIKE 'jane' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested as e WHERE EXISTS (SELECT * FROM e.projects as p WHERE p.name LIKE 'security') AND e.name LIKE 'jane' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:8B7A6A0C46663AA3]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SubqueryIT.nonCorrelatedExistsParentWhere(SubqueryIT.java:206) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:19:45,449][INFO ][o.o.s.l.SubqueryIT ] [testNotSupportedQuery] before test [2022-09-07T11:19:45,453][INFO ][o.o.s.l.SubqueryIT ] [testNotSupportedQuery] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SubqueryIT.testNotSupportedQuery" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Antarctica/Macquarie -Druntime.java=17 Expected: (an instance of org.opensearch.client.ResponseException and exception with message a string containing "Unsupported subquery") but: exception with message a string containing "Unsupported subquery" message was "method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT dog_name FROM opensearch-sql_test_index_subquery A WHERE holdersName NOT IN (SELECT firstname FROM opensearch-sql_test_index_account B WHERE age <> 36) AND dog_name <> 'babala' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }" Stacktrace was: org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT dog_name FROM opensearch-sql_test_index_subquery A WHERE holdersName NOT IN (SELECT firstname FROM opensearch-sql_test_index_account B WHERE age <> 36) AND dog_name <> 'babala' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at org.opensearch.client.RestClient.performRequest(RestClient.java:345) at org.opensearch.client.RestClient.performRequest(RestClient.java:320) at org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at org.opensearch.sql.legacy.SubqueryIT.testNotSupportedQuery(SubqueryIT.java:139) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) java.lang.AssertionError: Expected: (an instance of org.opensearch.client.ResponseException and exception with message a string containing "Unsupported subquery") but: exception with message a string containing "Unsupported subquery" message was "method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT dog_name FROM opensearch-sql_test_index_subquery A WHERE holdersName NOT IN (SELECT firstname FROM opensearch-sql_test_index_account B WHERE age <> 36) AND dog_name <> 'babala' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }" Stacktrace was: org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT dog_name FROM opensearch-sql_test_index_subquery A WHERE holdersName NOT IN (SELECT firstname FROM opensearch-sql_test_index_account B WHERE age <> 36) AND dog_name <> 'babala' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at org.opensearch.client.RestClient.performRequest(RestClient.java:345) at org.opensearch.client.RestClient.performRequest(RestClient.java:320) at org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at org.opensearch.sql.legacy.SubqueryIT.testNotSupportedQuery(SubqueryIT.java:139) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:99BF1B42F9421154]:0) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.junit.Assert.assertThat(Assert.java:964) at org.junit.Assert.assertThat(Assert.java:930) at org.junit.rules.ExpectedException.handleException(ExpectedException.java:271) at org.junit.rules.ExpectedException.access$000(ExpectedException.java:111) at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:260) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:19:45,457][INFO ][o.o.s.l.SubqueryIT ] [selectFromSubqueryWithCountAndGroupByAndOrderByShouldPass] before test [2022-09-07T11:19:45,461][INFO ][o.o.s.l.SubqueryIT ] [selectFromSubqueryWithCountAndGroupByAndOrderByShouldPass] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SubqueryIT.selectFromSubqueryWithCountAndGroupByAndOrderByShouldPass" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Antarctica/Macquarie -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT t.TEMP as count FROM (SELECT COUNT(*) as TEMP FROM opensearch-sql_test_index_account GROUP BY age ORDER BY TEMP) t not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT t.TEMP as count FROM (SELECT COUNT(*) as TEMP FROM opensearch-sql_test_index_account GROUP BY age ORDER BY TEMP) t not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:616A30E88059ADCF]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SubqueryIT.selectFromSubqueryWithCountAndGroupByAndOrderByShouldPass(SubqueryIT.java:313) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:19:45,466][INFO ][o.o.s.l.SubqueryIT ] [nonCorrelatedNotExistsParentWhere] before test [2022-09-07T11:19:45,471][INFO ][o.o.s.l.SubqueryIT ] [nonCorrelatedNotExistsParentWhere] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SubqueryIT.nonCorrelatedNotExistsParentWhere" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Antarctica/Macquarie -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested as e WHERE NOT EXISTS (SELECT * FROM e.projects as p WHERE p.name LIKE 'security') AND e.name LIKE 'smith' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT e.name FROM opensearch-sql_test_index_employee_nested as e WHERE NOT EXISTS (SELECT * FROM e.projects as p WHERE p.name LIKE 'security') AND e.name LIKE 'smith' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:E61C43323892579A]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SubqueryIT.nonCorrelatedNotExistsParentWhere(SubqueryIT.java:261) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T11:19:45,476][INFO ][o.o.s.l.SubqueryIT ] [testINSelectAll] before test [2022-09-07T11:19:45,480][INFO ][o.o.s.l.SubqueryIT ] [testINSelectAll] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.legacy.SubqueryIT.testINSelectAll" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=he-IL -Dtests.timezone=Antarctica/Macquarie -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_subquery A WHERE holdersName IN (SELECT firstname FROM opensearch-sql_test_index_account B) AND dog_name <> 'babala' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT * FROM opensearch-sql_test_index_subquery A WHERE holdersName IN (SELECT firstname FROM opensearch-sql_test_index_account B) AND dog_name <> 'babala' not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:3A45675361A6B03D]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.legacy.SubqueryIT.testINSelectAll(SubqueryIT.java:97) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [0004-09-07T05:19:45,942][INFO ][o.o.s.l.TypeInformationIT] [testUpperWithStringFieldReturnsString] before test [0004-09-07T05:19:45,948][INFO ][o.o.s.l.TypeInformationIT] [testUpperWithStringFieldReturnsString] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [0004-09-07T05:19:50,262][INFO ][o.o.s.l.TypeInformationIT] [testUpperWithStringFieldReturnsString] after test [0004-09-07T05:19:50,266][INFO ][o.o.s.l.TypeInformationIT] [testSinWithLongFieldReturnsDouble] before test [0004-09-07T05:19:50,277][INFO ][o.o.s.l.TypeInformationIT] [testSinWithLongFieldReturnsDouble] after test [0004-09-07T05:19:50,282][INFO ][o.o.s.l.TypeInformationIT] [testLengthWithTextFieldReturnsInt] before test [0004-09-07T05:19:50,294][INFO ][o.o.s.l.TypeInformationIT] [testLengthWithTextFieldReturnsInt] after test [0004-09-07T05:19:50,299][INFO ][o.o.s.l.TypeInformationIT] [testAbsWithIntFieldReturnsInt] before test [0004-09-07T05:19:50,311][INFO ][o.o.s.l.TypeInformationIT] [testAbsWithIntFieldReturnsInt] after test [0004-09-07T05:19:50,315][INFO ][o.o.s.l.TypeInformationIT] [testLowerWithTextFieldReturnsText] before test [0004-09-07T05:19:50,326][INFO ][o.o.s.l.TypeInformationIT] [testLowerWithTextFieldReturnsText] after test [0004-09-07T05:19:50,331][INFO ][o.o.s.l.TypeInformationIT] [testRadiansWithLongFieldReturnsDouble] before test [0004-09-07T05:19:50,343][INFO ][o.o.s.l.TypeInformationIT] [testRadiansWithLongFieldReturnsDouble] after test [0004-09-07T05:19:50,348][INFO ][o.o.s.l.TypeInformationIT] [testDayOfWeekWithKeywordReturnsText] before test [0004-09-07T05:19:50,361][INFO ][o.o.s.l.TypeInformationIT] [testDayOfWeekWithKeywordReturnsText] after test [0004-09-07T05:19:50,365][INFO ][o.o.s.l.TypeInformationIT] [testCeilWithLongFieldReturnsLong] before test [0004-09-07T05:19:50,377][INFO ][o.o.s.l.TypeInformationIT] [testCeilWithLongFieldReturnsLong] after test [0004-09-07T05:19:50,381][INFO ][o.o.s.l.TypeInformationIT] [testSubtractLongWithLongReturnsLong] before test [0004-09-07T05:19:50,395][INFO ][o.o.s.l.TypeInformationIT] [testSubtractLongWithLongReturnsLong] after test [0004-09-07T05:19:50,401][INFO ][o.o.s.l.TypeInformationIT] [testYearWithKeywordReturnsText] before test [0004-09-07T05:19:50,414][INFO ][o.o.s.l.TypeInformationIT] [testYearWithKeywordReturnsText] after test [0004-09-07T05:19:50,419][INFO ][o.o.s.l.TypeInformationIT] [testPiReturnsDouble] before test [0004-09-07T05:19:50,433][INFO ][o.o.s.l.TypeInformationIT] [testPiReturnsDouble] after test [0004-09-07T05:19:50,437][INFO ][o.o.s.l.TypeInformationIT] [testLengthWithGroupByExpr] before test [0004-09-07T05:19:50,455][INFO ][o.o.s.l.TypeInformationIT] [testLengthWithGroupByExpr] after test [0004-09-07T05:19:50,459][INFO ][o.o.s.l.TypeInformationIT] [testAddWithIntReturnsInt] before test [0004-09-07T05:19:50,472][INFO ][o.o.s.l.TypeInformationIT] [testAddWithIntReturnsInt] after test [2022-09-07T04:19:50,796][INFO ][o.o.s.p.CsvFormatIT ] [escapeSanitizeTest] before test [2022-09-07T04:19:50,798][INFO ][o.o.s.p.CsvFormatIT ] [escapeSanitizeTest] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T04:19:51,874][INFO ][o.o.s.p.CsvFormatIT ] [escapeSanitizeTest] after test [2022-09-07T04:19:51,878][INFO ][o.o.s.p.CsvFormatIT ] [sanitizeTest] before test [2022-09-07T04:19:51,888][INFO ][o.o.s.p.CsvFormatIT ] [sanitizeTest] after test [2022-09-07T03:19:52,141][INFO ][o.o.s.p.DataTypeIT ] [test_long_integer_data_type] before test [2022-09-07T03:19:52,142][INFO ][o.o.s.p.DataTypeIT ] [test_long_integer_data_type] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T03:19:53,768][INFO ][o.o.s.p.DataTypeIT ] [test_long_integer_data_type] after test [2022-09-07T03:19:53,774][INFO ][o.o.s.p.DataTypeIT ] [test_nonnumeric_data_types] before test [2022-09-07T03:19:53,790][INFO ][o.o.s.p.DataTypeIT ] [test_nonnumeric_data_types] after test [2022-09-07T03:19:53,798][INFO ][o.o.s.p.DataTypeIT ] [test_numeric_data_types] before test [2022-09-07T03:19:53,809][INFO ][o.o.s.p.DataTypeIT ] [test_numeric_data_types] after test [2022-09-06T22:19:54,269][INFO ][o.o.s.p.DateTimeFunctionIT] [testToDays] before test [2022-09-06T22:19:54,270][INFO ][o.o.s.p.DateTimeFunctionIT] [testToDays] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T22:19:55,495][INFO ][o.o.s.p.DateTimeFunctionIT] [testToDays] after test [2022-09-06T22:19:55,500][INFO ][o.o.s.p.DateTimeFunctionIT] [testDayOfMonth] before test [2022-09-06T22:19:55,521][INFO ][o.o.s.p.DateTimeFunctionIT] [testDayOfMonth] after test [2022-09-06T22:19:55,526][INFO ][o.o.s.p.DateTimeFunctionIT] [testTimeToSec] before test [2022-09-06T22:19:55,545][INFO ][o.o.s.p.DateTimeFunctionIT] [testTimeToSec] after test [2022-09-06T22:19:55,555][INFO ][o.o.s.p.DateTimeFunctionIT] [testMicrosecond] before test [2022-09-06T22:19:55,641][INFO ][o.o.s.p.DateTimeFunctionIT] [testMicrosecond] after test [2022-09-06T22:19:55,646][INFO ][o.o.s.p.DateTimeFunctionIT] [testDayName] before test [2022-09-06T22:19:55,673][INFO ][o.o.s.p.DateTimeFunctionIT] [testDayName] after test [2022-09-06T22:19:55,677][INFO ][o.o.s.p.DateTimeFunctionIT] [testDay] before test [2022-09-06T22:19:55,698][INFO ][o.o.s.p.DateTimeFunctionIT] [testDay] after test [2022-09-06T22:19:55,702][INFO ][o.o.s.p.DateTimeFunctionIT] [testAddDate] before test [2022-09-06T22:19:55,740][INFO ][o.o.s.p.DateTimeFunctionIT] [testAddDate] after test [2022-09-06T22:19:55,745][INFO ][o.o.s.p.DateTimeFunctionIT] [testFromDays] before test [2022-09-06T22:19:55,757][INFO ][o.o.s.p.DateTimeFunctionIT] [testFromDays] after test [2022-09-06T22:19:55,762][INFO ][o.o.s.p.DateTimeFunctionIT] [testMakeTime] before test [2022-09-06T22:19:55,777][INFO ][o.o.s.p.DateTimeFunctionIT] [testMakeTime] after test [2022-09-06T22:19:55,782][INFO ][o.o.s.p.DateTimeFunctionIT] [testDateAdd] before test [2022-09-06T22:19:55,820][INFO ][o.o.s.p.DateTimeFunctionIT] [testDateAdd] after test [2022-09-06T22:19:55,825][INFO ][o.o.s.p.DateTimeFunctionIT] [testMonth] before test [2022-09-06T22:19:55,842][INFO ][o.o.s.p.DateTimeFunctionIT] [testMonth] after test [2022-09-06T22:19:55,847][INFO ][o.o.s.p.DateTimeFunctionIT] [testSubDate] before test [2022-09-06T22:19:55,879][INFO ][o.o.s.p.DateTimeFunctionIT] [testSubDate] after test [2022-09-06T22:19:55,883][INFO ][o.o.s.p.DateTimeFunctionIT] [testMakeDate] before test [2022-09-06T22:19:55,894][INFO ][o.o.s.p.DateTimeFunctionIT] [testMakeDate] after test [2022-09-06T22:19:55,898][INFO ][o.o.s.p.DateTimeFunctionIT] [testDayOfYear] before test [2022-09-06T22:19:55,918][INFO ][o.o.s.p.DateTimeFunctionIT] [testDayOfYear] after test [2022-09-06T22:19:55,922][INFO ][o.o.s.p.DateTimeFunctionIT] [testDateFormat] before test [2022-09-06T22:19:55,974][INFO ][o.o.s.p.DateTimeFunctionIT] [testDateFormat] after test [2022-09-06T22:19:55,980][INFO ][o.o.s.p.DateTimeFunctionIT] [testQuarter] before test [2022-09-06T22:19:56,003][INFO ][o.o.s.p.DateTimeFunctionIT] [testQuarter] after test [2022-09-06T22:19:56,007][INFO ][o.o.s.p.DateTimeFunctionIT] [testMonthName] before test [2022-09-06T22:19:56,029][INFO ][o.o.s.p.DateTimeFunctionIT] [testMonthName] after test [2022-09-06T22:19:56,033][INFO ][o.o.s.p.DateTimeFunctionIT] [testDayOfWeek] before test [2022-09-06T22:19:56,055][INFO ][o.o.s.p.DateTimeFunctionIT] [testDayOfWeek] after test [2022-09-06T22:19:56,061][INFO ][o.o.s.p.DateTimeFunctionIT] [testSecond] before test [2022-09-06T22:19:56,104][INFO ][o.o.s.p.DateTimeFunctionIT] [testSecond] after test [2022-09-06T22:19:56,109][INFO ][o.o.s.p.DateTimeFunctionIT] [testDateFormatISO8601] before test [2022-09-06T22:19:56,151][INFO ][o.o.s.p.DateTimeFunctionIT] [testDateFormatISO8601] after test [2022-09-06T22:19:56,157][INFO ][o.o.s.p.DateTimeFunctionIT] [testWeek] before test [2022-09-06T22:19:56,220][INFO ][o.o.s.p.DateTimeFunctionIT] [testWeek] after test [2022-09-06T22:19:56,225][INFO ][o.o.s.p.DateTimeFunctionIT] [testHour] before test [2022-09-06T22:19:56,265][INFO ][o.o.s.p.DateTimeFunctionIT] [testHour] after test [2022-09-06T22:19:56,271][INFO ][o.o.s.p.DateTimeFunctionIT] [testMinute] before test [2022-09-06T22:19:56,313][INFO ][o.o.s.p.DateTimeFunctionIT] [testMinute] after test [2022-09-06T22:19:56,317][INFO ][o.o.s.p.DateTimeFunctionIT] [testYear] before test [2022-09-06T22:19:56,338][INFO ][o.o.s.p.DateTimeFunctionIT] [testYear] after test [2022-09-06T22:19:56,343][INFO ][o.o.s.p.DateTimeFunctionIT] [testDateSub] before test [2022-09-06T22:19:56,374][INFO ][o.o.s.p.DateTimeFunctionIT] [testDateSub] after test [2022-09-06T15:49:56,590][INFO ][o.o.s.p.DedupCommandIT ] [testAllowMoreDuplicates] before test [2022-09-06T15:49:56,591][INFO ][o.o.s.p.DedupCommandIT ] [testAllowMoreDuplicates] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T15:49:58,462][INFO ][o.o.s.p.DedupCommandIT ] [testAllowMoreDuplicates] after test [2022-09-06T15:49:58,466][INFO ][o.o.s.p.DedupCommandIT ] [testKeepEmptyDedup] before test [2022-09-06T15:49:58,477][INFO ][o.o.s.p.DedupCommandIT ] [testKeepEmptyDedup] after test [2022-09-06T15:49:58,481][INFO ][o.o.s.p.DedupCommandIT ] [testConsecutiveDedup] before test [2022-09-06T15:49:58,492][INFO ][o.o.s.p.DedupCommandIT ] [testConsecutiveDedup] after test [2022-09-06T15:49:58,496][INFO ][o.o.s.p.DedupCommandIT ] [testDedup] before test [2022-09-06T15:49:58,505][INFO ][o.o.s.p.DedupCommandIT ] [testDedup] after test [2022-09-06T20:19:58,840][INFO ][o.o.s.p.DescribeCommandIT] [testDescribeAllFields] before test [2022-09-06T20:19:58,843][INFO ][o.o.s.p.DescribeCommandIT] [testDescribeAllFields] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T20:19:59,888][INFO ][o.o.s.p.DescribeCommandIT] [testDescribeAllFields] after test [2022-09-06T20:19:59,893][INFO ][o.o.s.p.DescribeCommandIT] [testDescribeFilterFields] before test [2022-09-06T20:19:59,903][INFO ][o.o.s.p.DescribeCommandIT] [testDescribeFilterFields] after test [2022-09-06T20:19:59,906][INFO ][o.o.s.p.DescribeCommandIT] [testDescribeWithSpecialIndexName] before test [2022-09-06T20:20:01,442][INFO ][o.o.s.p.DescribeCommandIT] [testDescribeWithSpecialIndexName] after test [2022-09-07T03:20:01,892][INFO ][o.o.s.p.ExplainIT ] [testExplain] before test [2022-09-07T03:20:01,893][INFO ][o.o.s.p.ExplainIT ] [testExplain] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T03:20:03,131][INFO ][o.o.s.p.ExplainIT ] [testExplain] after test [2022-09-07T03:20:03,135][INFO ][o.o.s.p.ExplainIT ] [testSortPushDownExplain] before test [2022-09-07T03:20:03,144][INFO ][o.o.s.p.ExplainIT ] [testSortPushDownExplain] after test [2022-09-07T03:20:03,149][INFO ][o.o.s.p.ExplainIT ] [testFilterAndAggPushDownExplain] before test [2022-09-07T03:20:03,174][INFO ][o.o.s.p.ExplainIT ] [testFilterAndAggPushDownExplain] after test [2022-09-07T03:20:03,178][INFO ][o.o.s.p.ExplainIT ] [testFilterPushDownExplain] before test [2022-09-07T03:20:03,188][INFO ][o.o.s.p.ExplainIT ] [testFilterPushDownExplain] after test [2022-09-07T10:50:03,392][INFO ][o.o.s.p.FieldsCommandIT ] [testSelectDateTypeField] before test [2022-09-07T10:50:03,394][INFO ][o.o.s.p.FieldsCommandIT ] [testSelectDateTypeField] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T10:50:05,512][INFO ][o.o.s.p.FieldsCommandIT ] [testSelectDateTypeField] after test [2022-09-07T10:50:05,516][INFO ][o.o.s.p.FieldsCommandIT ] [testFieldsWithMultiFields] before test [2022-09-07T10:50:05,540][INFO ][o.o.s.p.FieldsCommandIT ] [testFieldsWithMultiFields] after test [2022-09-07T10:50:05,546][INFO ][o.o.s.p.FieldsCommandIT ] [testFieldsWithOneField] before test [2022-09-07T10:50:05,567][INFO ][o.o.s.p.FieldsCommandIT ] [testFieldsWithOneField] after test [2022-09-07T13:20:05,895][INFO ][o.o.s.p.HeadCommandIT ] [testHeadWithNumberAndFrom] before test [2022-09-07T13:20:05,896][INFO ][o.o.s.p.HeadCommandIT ] [testHeadWithNumberAndFrom] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T13:20:07,545][INFO ][o.o.s.p.HeadCommandIT ] [testHeadWithNumberAndFrom] after test [2022-09-07T13:20:07,550][INFO ][o.o.s.p.HeadCommandIT ] [testHeadWithNumberLargerThanMaxResultWindow] before test [2022-09-07T13:20:08,070][INFO ][o.o.s.p.HeadCommandIT ] [testHeadWithNumberLargerThanMaxResultWindow] after test [2022-09-07T13:20:08,075][INFO ][o.o.s.p.HeadCommandIT ] [testHead] before test [2022-09-07T13:20:08,421][INFO ][o.o.s.p.HeadCommandIT ] [testHead] after test [2022-09-07T13:20:08,427][INFO ][o.o.s.p.HeadCommandIT ] [testHeadWithNumber] before test [2022-09-07T13:20:08,670][INFO ][o.o.s.p.HeadCommandIT ] [testHeadWithNumber] after test [2022-09-06T21:20:08,890][INFO ][o.o.s.p.LegacyAPICompatibilityIT] [explain] before test [2022-09-06T21:20:08,892][INFO ][o.o.s.p.LegacyAPICompatibilityIT] [explain] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T21:20:10,200][WARN ][o.o.c.RestClient ] [explain] request [POST http://[::1]:59435/_opendistro/_ppl/_explain] returned 1 warnings: [299 OpenSearch-2.2.0-SNAPSHOT-b1017fa3b9a1c781d4f34ecee411e0cdf930a515 "[POST /_opendistro/_ppl/_explain] is deprecated! Use [POST /_plugins/_ppl/_explain] instead."] [2022-09-06T21:20:10,201][INFO ][o.o.s.p.LegacyAPICompatibilityIT] [explain] after test [2022-09-06T21:20:10,204][INFO ][o.o.s.p.LegacyAPICompatibilityIT] [legacySettingNewEndpoint] before test [2022-09-06T21:20:10,327][WARN ][o.o.c.RestClient ] [legacySettingNewEndpoint] request [PUT http://127.0.0.1:59436/_plugins/_query/settings] returned 1 warnings: [299 OpenSearch-2.2.0-SNAPSHOT-b1017fa3b9a1c781d4f34ecee411e0cdf930a515 "[opendistro.ppl.query.memory_limit] setting was deprecated in OpenSearch and will be removed in a future release! See the breaking changes documentation for the next major version."] [2022-09-06T21:20:10,327][INFO ][o.o.s.p.LegacyAPICompatibilityIT] [legacySettingNewEndpoint] after test [2022-09-06T21:20:10,333][INFO ][o.o.s.p.LegacyAPICompatibilityIT] [newSettingNewEndpoint] before test [2022-09-06T21:20:10,442][INFO ][o.o.s.p.LegacyAPICompatibilityIT] [newSettingNewEndpoint] after test [2022-09-06T21:20:10,446][INFO ][o.o.s.p.LegacyAPICompatibilityIT] [query] before test [2022-09-06T21:20:10,475][INFO ][o.o.s.p.LegacyAPICompatibilityIT] [query] after test [2022-09-06T21:20:10,480][INFO ][o.o.s.p.LegacyAPICompatibilityIT] [stats] before test [2022-09-06T21:20:10,484][INFO ][o.o.s.p.LegacyAPICompatibilityIT] [stats] after test [2022-09-06T23:20:10,902][INFO ][o.o.s.p.MatchBoolPrefixIT] [no_matches_test] before test [2022-09-06T23:20:10,903][INFO ][o.o.s.p.MatchBoolPrefixIT] [no_matches_test] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T23:20:12,157][INFO ][o.o.s.p.MatchBoolPrefixIT] [no_matches_test] after test [2022-09-06T23:20:12,162][INFO ][o.o.s.p.MatchBoolPrefixIT] [optional_parameter_match_test] before test [2022-09-06T23:20:12,186][INFO ][o.o.s.p.MatchBoolPrefixIT] [optional_parameter_match_test] after test [2022-09-06T23:20:12,190][INFO ][o.o.s.p.MatchBoolPrefixIT] [valid_query_match_test] before test [2022-09-06T23:20:12,202][INFO ][o.o.s.p.MatchBoolPrefixIT] [valid_query_match_test] after test [2022-09-06T22:20:12,519][INFO ][o.o.s.p.MatchIT ] [test_match_function] before test [2022-09-06T22:20:12,521][INFO ][o.o.s.p.MatchIT ] [test_match_function] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T22:20:13,494][INFO ][o.o.s.p.MatchIT ] [test_match_function] after test [2022-09-07T09:20:13,791][INFO ][o.o.s.p.MatchPhraseIT ] [test_match_phrase_function] before test [2022-09-07T09:20:13,791][INFO ][o.o.s.p.MatchPhraseIT ] [test_match_phrase_function] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T09:20:15,355][INFO ][o.o.s.p.MatchPhraseIT ] [test_match_phrase_function] after test [2022-09-07T09:20:15,359][INFO ][o.o.s.p.MatchPhraseIT ] [test_match_phrase_with_slop] before test [2022-09-07T09:20:15,369][INFO ][o.o.s.p.MatchPhraseIT ] [test_match_phrase_with_slop] after test [2022-09-06T21:20:15,594][INFO ][o.o.s.p.MatchPhrasePrefixIT] [zero_term_query_all] before test [2022-09-06T21:20:15,595][INFO ][o.o.s.p.MatchPhrasePrefixIT] [zero_term_query_all] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T21:20:17,283][INFO ][o.o.s.p.MatchPhrasePrefixIT] [zero_term_query_all] after test [2022-09-06T21:20:17,288][INFO ][o.o.s.p.MatchPhrasePrefixIT] [slop_is_3] before test [2022-09-06T21:20:17,303][INFO ][o.o.s.p.MatchPhrasePrefixIT] [slop_is_3] after test [2022-09-06T21:20:17,307][INFO ][o.o.s.p.MatchPhrasePrefixIT] [max_expansions_is_3] before test [2022-09-06T21:20:17,319][INFO ][o.o.s.p.MatchPhrasePrefixIT] [max_expansions_is_3] after test [2022-09-06T21:20:17,325][INFO ][o.o.s.p.MatchPhrasePrefixIT] [analyzer_standard] before test [2022-09-06T21:20:17,338][INFO ][o.o.s.p.MatchPhrasePrefixIT] [analyzer_standard] after test [2022-09-06T21:20:17,344][INFO ][o.o.s.p.MatchPhrasePrefixIT] [analyzer_english] before test [2022-09-06T21:20:17,356][INFO ][o.o.s.p.MatchPhrasePrefixIT] [analyzer_english] after test [2022-09-06T21:20:17,362][INFO ][o.o.s.p.MatchPhrasePrefixIT] [slop_is_2] before test [2022-09-06T21:20:17,376][INFO ][o.o.s.p.MatchPhrasePrefixIT] [slop_is_2] after test [2022-09-06T21:20:17,382][INFO ][o.o.s.p.MatchPhrasePrefixIT] [all_optional_parameters] before test [2022-09-06T21:20:17,396][INFO ][o.o.s.p.MatchPhrasePrefixIT] [all_optional_parameters] after test [2022-09-06T21:20:17,402][INFO ][o.o.s.p.MatchPhrasePrefixIT] [required_parameters] before test [2022-09-06T21:20:17,415][INFO ][o.o.s.p.MatchPhrasePrefixIT] [required_parameters] after test [2022-09-07T03:20:17,744][INFO ][o.o.s.p.MathematicalFunctionIT] [testCot] before test [2022-09-07T03:20:17,744][INFO ][o.o.s.p.MathematicalFunctionIT] [testCot] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T03:20:19,612][INFO ][o.o.s.p.MathematicalFunctionIT] [testCot] after test [2022-09-07T03:20:19,617][INFO ][o.o.s.p.MathematicalFunctionIT] [testPow] before test [2022-09-07T03:20:19,635][INFO ][o.o.s.p.MathematicalFunctionIT] [testPow] after test [2022-09-07T03:20:19,639][INFO ][o.o.s.p.MathematicalFunctionIT] [testSign] before test [2022-09-07T03:20:19,650][INFO ][o.o.s.p.MathematicalFunctionIT] [testSign] after test [2022-09-07T03:20:19,654][INFO ][o.o.s.p.MathematicalFunctionIT] [testTruncate] before test [2022-09-07T03:20:19,675][INFO ][o.o.s.p.MathematicalFunctionIT] [testTruncate] after test [2022-09-07T03:20:19,680][INFO ][o.o.s.p.MathematicalFunctionIT] [testAtan2] before test [2022-09-07T03:20:19,693][INFO ][o.o.s.p.MathematicalFunctionIT] [testAtan2] after test [2022-09-07T03:20:19,700][INFO ][o.o.s.p.MathematicalFunctionIT] [testCos] before test [2022-09-07T03:20:19,712][INFO ][o.o.s.p.MathematicalFunctionIT] [testCos] after test [2022-09-07T03:20:19,718][INFO ][o.o.s.p.MathematicalFunctionIT] [testLog10] before test [2022-09-07T03:20:19,732][INFO ][o.o.s.p.MathematicalFunctionIT] [testLog10] after test [2022-09-07T03:20:19,737][INFO ][o.o.s.p.MathematicalFunctionIT] [testMod] before test [2022-09-07T03:20:19,750][INFO ][o.o.s.p.MathematicalFunctionIT] [testMod] after test [2022-09-07T03:20:19,755][INFO ][o.o.s.p.MathematicalFunctionIT] [testDegrees] before test [2022-09-07T03:20:19,767][INFO ][o.o.s.p.MathematicalFunctionIT] [testDegrees] after test [2022-09-07T03:20:19,773][INFO ][o.o.s.p.MathematicalFunctionIT] [testLog2] before test [2022-09-07T03:20:19,785][INFO ][o.o.s.p.MathematicalFunctionIT] [testLog2] after test [2022-09-07T03:20:19,791][INFO ][o.o.s.p.MathematicalFunctionIT] [testSin] before test [2022-09-07T03:20:19,805][INFO ][o.o.s.p.MathematicalFunctionIT] [testSin] after test [2022-09-07T03:20:19,810][INFO ][o.o.s.p.MathematicalFunctionIT] [testAbs] before test [2022-09-07T03:20:19,822][INFO ][o.o.s.p.MathematicalFunctionIT] [testAbs] after test [2022-09-07T03:20:19,828][INFO ][o.o.s.p.MathematicalFunctionIT] [testConv] before test [2022-09-07T03:20:19,841][INFO ][o.o.s.p.MathematicalFunctionIT] [testConv] after test [2022-09-07T03:20:19,848][INFO ][o.o.s.p.MathematicalFunctionIT] [testSqrt] before test [2022-09-07T03:20:19,862][INFO ][o.o.s.p.MathematicalFunctionIT] [testSqrt] after test [2022-09-07T03:20:19,867][INFO ][o.o.s.p.MathematicalFunctionIT] [testLogOneArg] before test [2022-09-07T03:20:19,882][INFO ][o.o.s.p.MathematicalFunctionIT] [testLogOneArg] after test [2022-09-07T03:20:19,887][INFO ][o.o.s.p.MathematicalFunctionIT] [testAtan] before test [2022-09-07T03:20:19,909][INFO ][o.o.s.p.MathematicalFunctionIT] [testAtan] after test [2022-09-07T03:20:19,913][INFO ][o.o.s.p.MathematicalFunctionIT] [testPi] before test [2022-09-07T03:20:19,925][INFO ][o.o.s.p.MathematicalFunctionIT] [testPi] after test [2022-09-07T03:20:19,929][INFO ][o.o.s.p.MathematicalFunctionIT] [testCeil] before test [2022-09-07T03:20:19,940][INFO ][o.o.s.p.MathematicalFunctionIT] [testCeil] after test [2022-09-07T03:20:19,945][INFO ][o.o.s.p.MathematicalFunctionIT] [testAcos] before test [2022-09-07T03:20:19,958][INFO ][o.o.s.p.MathematicalFunctionIT] [testAcos] after test [2022-09-07T03:20:19,962][INFO ][o.o.s.p.MathematicalFunctionIT] [testAsin] before test [2022-09-07T03:20:19,974][INFO ][o.o.s.p.MathematicalFunctionIT] [testAsin] after test [2022-09-07T03:20:19,981][INFO ][o.o.s.p.MathematicalFunctionIT] [testCeiling] before test [2022-09-07T03:20:19,994][INFO ][o.o.s.p.MathematicalFunctionIT] [testCeiling] after test [2022-09-07T03:20:19,999][INFO ][o.o.s.p.MathematicalFunctionIT] [testE] before test [2022-09-07T03:20:20,011][INFO ][o.o.s.p.MathematicalFunctionIT] [testE] after test [2022-09-07T03:20:20,015][INFO ][o.o.s.p.MathematicalFunctionIT] [testLogTwoArgs] before test [2022-09-07T03:20:20,029][INFO ][o.o.s.p.MathematicalFunctionIT] [testLogTwoArgs] after test [2022-09-07T03:20:20,036][INFO ][o.o.s.p.MathematicalFunctionIT] [testCrc32] before test [2022-09-07T03:20:20,054][INFO ][o.o.s.p.MathematicalFunctionIT] [testCrc32] after test [2022-09-07T03:20:20,063][INFO ][o.o.s.p.MathematicalFunctionIT] [testRadians] before test [2022-09-07T03:20:20,080][INFO ][o.o.s.p.MathematicalFunctionIT] [testRadians] after test [2022-09-07T03:20:20,086][INFO ][o.o.s.p.MathematicalFunctionIT] [testRound] before test [2022-09-07T03:20:20,110][INFO ][o.o.s.p.MathematicalFunctionIT] [testRound] after test [2022-09-07T03:20:20,115][INFO ][o.o.s.p.MathematicalFunctionIT] [testRand] before test [2022-09-07T03:20:20,139][INFO ][o.o.s.p.MathematicalFunctionIT] [testRand] after test [2022-09-07T03:20:20,145][INFO ][o.o.s.p.MathematicalFunctionIT] [testLn] before test [2022-09-07T03:20:20,157][INFO ][o.o.s.p.MathematicalFunctionIT] [testLn] after test [2022-09-07T03:20:20,162][INFO ][o.o.s.p.MathematicalFunctionIT] [testExp] before test [2022-09-07T03:20:20,173][INFO ][o.o.s.p.MathematicalFunctionIT] [testExp] after test [2022-09-07T03:20:20,179][INFO ][o.o.s.p.MathematicalFunctionIT] [testFloor] before test [2022-09-07T03:20:20,193][INFO ][o.o.s.p.MathematicalFunctionIT] [testFloor] after test [2022-09-07T04:20:20,642][INFO ][o.o.s.p.MetricsIT ] [requestCount] before test [2022-09-07T04:20:20,643][INFO ][o.o.s.p.MetricsIT ] [requestCount] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T04:20:23,584][INFO ][o.o.s.p.MetricsIT ] [requestCount] after test [2022-09-07T04:20:23,843][INFO ][o.o.s.p.MultiMatchIT ] [test_multi_match] before test [2022-09-07T04:20:23,843][INFO ][o.o.s.p.MultiMatchIT ] [test_multi_match] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T04:20:25,551][INFO ][o.o.s.p.MultiMatchIT ] [test_multi_match] after test [2022-09-07T04:20:25,554][INFO ][o.o.s.p.MultiMatchIT ] [test_multi_match_all_params] before test [2022-09-07T04:20:25,573][INFO ][o.o.s.p.MultiMatchIT ] [test_multi_match_all_params] after test [2022-09-07T04:20:25,583][INFO ][o.o.s.p.MultiMatchIT ] [test_wildcard_multi_match] before test [2022-09-07T04:20:25,622][INFO ][o.o.s.p.MultiMatchIT ] [test_wildcard_multi_match] after test [2022-09-07T12:20:25,838][INFO ][o.o.s.p.ObjectFieldOperateIT] [compare_object_field_in_where] before test [2022-09-07T12:20:25,840][INFO ][o.o.s.p.ObjectFieldOperateIT] [compare_object_field_in_where] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T12:20:26,958][INFO ][o.o.s.p.ObjectFieldOperateIT] [compare_object_field_in_where] after test [2022-09-07T12:20:26,962][INFO ][o.o.s.p.ObjectFieldOperateIT] [sort_by_object_field] before test [2022-09-07T12:20:26,977][INFO ][o.o.s.p.ObjectFieldOperateIT] [sort_by_object_field] after test [2022-09-07T12:20:26,981][INFO ][o.o.s.p.ObjectFieldOperateIT] [group_object_field_in_stats] before test [2022-09-07T12:20:26,991][INFO ][o.o.s.p.ObjectFieldOperateIT] [group_object_field_in_stats] after test [2022-09-07T12:20:26,995][INFO ][o.o.s.p.ObjectFieldOperateIT] [select_object_field] before test [2022-09-07T12:20:27,004][INFO ][o.o.s.p.ObjectFieldOperateIT] [select_object_field] after test [2022-09-07T13:20:27,241][INFO ][o.o.s.p.OperatorIT ] [testNotOperator] before test [2022-09-07T13:20:27,242][INFO ][o.o.s.p.OperatorIT ] [testNotOperator] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T13:20:29,060][INFO ][o.o.s.p.OperatorIT ] [testNotOperator] after test [2022-09-07T13:20:29,065][INFO ][o.o.s.p.OperatorIT ] [testArithmeticOperatorWithMissingValue] before test [2022-09-07T13:20:29,077][INFO ][o.o.s.p.OperatorIT ] [testArithmeticOperatorWithMissingValue] after test [2022-09-07T13:20:29,081][INFO ][o.o.s.p.OperatorIT ] [testArithmeticOperatorWithNullValue] before test [2022-09-07T13:20:29,090][INFO ][o.o.s.p.OperatorIT ] [testArithmeticOperatorWithNullValue] after test [2022-09-07T13:20:29,095][INFO ][o.o.s.p.OperatorIT ] [testAddOperator] before test [2022-09-07T13:20:29,106][INFO ][o.o.s.p.OperatorIT ] [testAddOperator] after test [2022-09-07T13:20:29,110][INFO ][o.o.s.p.OperatorIT ] [testLteOperator] before test [2022-09-07T13:20:29,123][INFO ][o.o.s.p.OperatorIT ] [testLteOperator] after test [2022-09-07T13:20:29,127][INFO ][o.o.s.p.OperatorIT ] [testGteOperator] before test [2022-09-07T13:20:29,139][INFO ][o.o.s.p.OperatorIT ] [testGteOperator] after test [2022-09-07T13:20:29,144][INFO ][o.o.s.p.OperatorIT ] [testSubtractOperator] before test [2022-09-07T13:20:29,157][INFO ][o.o.s.p.OperatorIT ] [testSubtractOperator] after test [2022-09-07T13:20:29,162][INFO ][o.o.s.p.OperatorIT ] [testMultipleArithmeticOperators] before test [2022-09-07T13:20:29,176][INFO ][o.o.s.p.OperatorIT ] [testMultipleArithmeticOperators] after test [2022-09-07T13:20:29,181][INFO ][o.o.s.p.OperatorIT ] [testBinaryPredicateWithNullValue] before test [2022-09-07T13:20:29,193][INFO ][o.o.s.p.OperatorIT ] [testBinaryPredicateWithNullValue] after test [2022-09-07T13:20:29,198][INFO ][o.o.s.p.OperatorIT ] [testAndOperator] before test [2022-09-07T13:20:29,218][INFO ][o.o.s.p.OperatorIT ] [testAndOperator] after test [2022-09-07T13:20:29,224][INFO ][o.o.s.p.OperatorIT ] [testXorOperator] before test [2022-09-07T13:20:29,252][INFO ][o.o.s.p.OperatorIT ] [testXorOperator] after test [2022-09-07T13:20:29,257][INFO ][o.o.s.p.OperatorIT ] [testDivideOperator] before test [2022-09-07T13:20:29,269][INFO ][o.o.s.p.OperatorIT ] [testDivideOperator] after test [2022-09-07T13:20:29,274][INFO ][o.o.s.p.OperatorIT ] [testModuleOperator] before test [2022-09-07T13:20:29,294][INFO ][o.o.s.p.OperatorIT ] [testModuleOperator] after test [2022-09-07T13:20:29,299][INFO ][o.o.s.p.OperatorIT ] [testGreaterOperator] before test [2022-09-07T13:20:29,311][INFO ][o.o.s.p.OperatorIT ] [testGreaterOperator] after test [2022-09-07T13:20:29,315][INFO ][o.o.s.p.OperatorIT ] [testEqualOperator] before test [2022-09-07T13:20:29,335][INFO ][o.o.s.p.OperatorIT ] [testEqualOperator] after test [2022-09-07T13:20:29,341][INFO ][o.o.s.p.OperatorIT ] [testOrOperator] before test [2022-09-07T13:20:29,361][INFO ][o.o.s.p.OperatorIT ] [testOrOperator] after test [2022-09-07T13:20:29,366][INFO ][o.o.s.p.OperatorIT ] [testLessOperator] before test [2022-09-07T13:20:29,377][INFO ][o.o.s.p.OperatorIT ] [testLessOperator] after test [2022-09-07T13:20:29,382][INFO ][o.o.s.p.OperatorIT ] [testMultiplyOperator] before test [2022-09-07T13:20:29,393][INFO ][o.o.s.p.OperatorIT ] [testMultiplyOperator] after test [2022-09-07T13:20:29,397][INFO ][o.o.s.p.OperatorIT ] [testBinaryPredicateWithMissingValue] before test [2022-09-07T13:20:29,408][INFO ][o.o.s.p.OperatorIT ] [testBinaryPredicateWithMissingValue] after test [2022-09-07T13:20:29,413][INFO ][o.o.s.p.OperatorIT ] [testNotEqualOperator] before test [2022-09-07T13:20:29,436][INFO ][o.o.s.p.OperatorIT ] [testNotEqualOperator] after test [2022-09-07T13:20:29,440][INFO ][o.o.s.p.OperatorIT ] [testLikeFunction] before test [2022-09-07T13:20:29,454][INFO ][o.o.s.p.OperatorIT ] [testLikeFunction] after test [2022-09-07T10:20:29,769][INFO ][o.o.s.p.PPLPluginIT ] [sqlEnableSettingsTest] before test [2022-09-07T10:20:29,769][INFO ][o.o.s.p.PPLPluginIT ] [sqlEnableSettingsTest] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T10:20:31,021][INFO ][o.o.s.p.PPLPluginIT ] [sqlEnableSettingsTest] after test [2022-09-07T10:20:31,026][INFO ][o.o.s.p.PPLPluginIT ] [testQueryEndpointShouldFail] before test [2022-09-07T10:20:31,038][INFO ][o.o.s.p.PPLPluginIT ] [testQueryEndpointShouldFail] after test [2022-09-07T10:20:31,052][INFO ][o.o.s.p.PPLPluginIT ] [testQueryEndpointShouldOK] before test [2022-09-07T10:20:32,059][INFO ][o.o.s.p.PPLPluginIT ] [testQueryEndpointShouldOK] after test [2022-09-07T02:20:32,489][INFO ][o.o.s.p.QueryAnalysisIT ] [queryWithIncorrectKeywordsShouldFailSyntaxCheck] before test [2022-09-07T02:20:32,491][INFO ][o.o.s.p.QueryAnalysisIT ] [queryWithIncorrectKeywordsShouldFailSyntaxCheck] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T02:20:33,749][INFO ][o.o.s.p.QueryAnalysisIT ] [queryWithIncorrectKeywordsShouldFailSyntaxCheck] after test [2022-09-07T02:20:33,753][INFO ][o.o.s.p.QueryAnalysisIT ] [unsupportedAggregationFunctionShouldFailSyntaxCheck] before test [2022-09-07T02:20:33,764][INFO ][o.o.s.p.QueryAnalysisIT ] [unsupportedAggregationFunctionShouldFailSyntaxCheck] after test [2022-09-07T02:20:33,769][INFO ][o.o.s.p.QueryAnalysisIT ] [queryWithIncorrectCommandShouldFailSyntaxCheck] before test [2022-09-07T02:20:33,779][INFO ][o.o.s.p.QueryAnalysisIT ] [queryWithIncorrectCommandShouldFailSyntaxCheck] after test [2022-09-07T02:20:33,784][INFO ][o.o.s.p.QueryAnalysisIT ] [whereCommandShouldPassSemanticCheck] before test [2022-09-07T02:20:33,801][INFO ][o.o.s.p.QueryAnalysisIT ] [whereCommandShouldPassSemanticCheck] after test [2022-09-07T02:20:33,805][INFO ][o.o.s.p.QueryAnalysisIT ] [sortCommandShouldPassSemanticCheck] before test [2022-09-07T02:20:33,845][INFO ][o.o.s.p.QueryAnalysisIT ] [sortCommandShouldPassSemanticCheck] after test [2022-09-07T02:20:33,851][INFO ][o.o.s.p.QueryAnalysisIT ] [searchCommandShouldPassSemanticCheck] before test [2022-09-07T02:20:33,870][INFO ][o.o.s.p.QueryAnalysisIT ] [searchCommandShouldPassSemanticCheck] after test [2022-09-07T02:20:33,877][INFO ][o.o.s.p.QueryAnalysisIT ] [fieldsCommandShouldPassSemanticCheck] before test [2022-09-07T02:20:33,903][INFO ][o.o.s.p.QueryAnalysisIT ] [fieldsCommandShouldPassSemanticCheck] after test [2022-09-07T02:20:33,908][INFO ][o.o.s.p.QueryAnalysisIT ] [queryShouldBeCaseInsensitiveInKeywords] before test [2022-09-07T02:20:33,959][INFO ][o.o.s.p.QueryAnalysisIT ] [queryShouldBeCaseInsensitiveInKeywords] after test [2022-09-07T02:20:33,966][INFO ][o.o.s.p.QueryAnalysisIT ] [evalCommandShouldPassSemanticCheck] before test [2022-09-07T02:20:34,051][INFO ][o.o.s.p.QueryAnalysisIT ] [evalCommandShouldPassSemanticCheck] after test [2022-09-07T02:20:34,057][INFO ][o.o.s.p.QueryAnalysisIT ] [dedupCommandShouldPassSemanticCheck] before test [2022-09-07T02:20:34,095][INFO ][o.o.s.p.QueryAnalysisIT ] [dedupCommandShouldPassSemanticCheck] after test [2022-09-07T02:20:34,102][INFO ][o.o.s.p.QueryAnalysisIT ] [statsCommandShouldPassSemanticCheck] before test [2022-09-07T02:20:34,118][INFO ][o.o.s.p.QueryAnalysisIT ] [statsCommandShouldPassSemanticCheck] after test [2022-09-07T02:20:34,126][INFO ][o.o.s.p.QueryAnalysisIT ] [nonexistentFieldShouldFailSemanticCheck] before test [2022-09-07T02:20:34,137][INFO ][o.o.s.p.QueryAnalysisIT ] [nonexistentFieldShouldFailSemanticCheck] after test [2022-09-07T02:20:34,143][INFO ][o.o.s.p.QueryAnalysisIT ] [queryNotStartingWithSearchCommandShouldFailSyntaxCheck] before test [2022-09-07T02:20:34,155][INFO ][o.o.s.p.QueryAnalysisIT ] [queryNotStartingWithSearchCommandShouldFailSyntaxCheck] after test [0004-09-07T04:20:34,392][INFO ][o.o.s.p.QueryStringIT ] [all_fields_test] before test [0004-09-07T04:20:34,392][INFO ][o.o.s.p.QueryStringIT ] [all_fields_test] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [0004-09-07T04:20:36,151][INFO ][o.o.s.p.QueryStringIT ] [all_fields_test] after test [0004-09-07T04:20:36,154][INFO ][o.o.s.p.QueryStringIT ] [wildcard_test] before test [0004-09-07T04:20:36,186][INFO ][o.o.s.p.QueryStringIT ] [wildcard_test] after test [0004-09-07T04:20:36,190][INFO ][o.o.s.p.QueryStringIT ] [all_params_test] before test [0004-09-07T04:20:36,211][INFO ][o.o.s.p.QueryStringIT ] [all_params_test] after test [0004-09-07T04:20:36,215][INFO ][o.o.s.p.QueryStringIT ] [mandatory_params_test] before test [0004-09-07T04:20:36,230][INFO ][o.o.s.p.QueryStringIT ] [mandatory_params_test] after test [2022-09-06T21:20:36,470][INFO ][o.o.s.p.RareCommandIT ] [testRareWithGroup] before test [2022-09-06T21:20:36,472][INFO ][o.o.s.p.RareCommandIT ] [testRareWithGroup] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T21:20:37,991][INFO ][o.o.s.p.RareCommandIT ] [testRareWithGroup] after test [2022-09-06T21:20:37,995][INFO ][o.o.s.p.RareCommandIT ] [testRareWithoutGroup] before test [2022-09-06T21:20:38,290][INFO ][o.o.s.p.RareCommandIT ] [testRareWithoutGroup] after test [2022-09-07T03:20:38,871][INFO ][o.o.s.p.RelevanceFunctionIT] [verify_flags_in_simple_query_string] before test [2022-09-07T03:20:38,872][INFO ][o.o.s.p.RelevanceFunctionIT] [verify_flags_in_simple_query_string] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T03:20:41,168][INFO ][o.o.s.p.RelevanceFunctionIT] [verify_flags_in_simple_query_string] after test [2022-09-07T03:20:41,172][INFO ][o.o.s.p.RelevanceFunctionIT] [test_wildcard_simple_query_string] before test [2022-09-07T03:20:41,189][INFO ][o.o.s.p.RelevanceFunctionIT] [test_wildcard_simple_query_string] after test [2022-09-07T03:20:41,194][INFO ][o.o.s.p.RelevanceFunctionIT] [verify_default_operator_in_multi_match] before test [2022-09-07T03:20:41,214][INFO ][o.o.s.p.RelevanceFunctionIT] [verify_default_operator_in_multi_match] after test [2022-09-07T03:20:41,219][INFO ][o.o.s.p.RelevanceFunctionIT] [verify_default_operator_in_simple_query_string] before test [2022-09-07T03:20:41,240][INFO ][o.o.s.p.RelevanceFunctionIT] [verify_default_operator_in_simple_query_string] after test [2022-09-07T03:20:41,245][INFO ][o.o.s.p.RelevanceFunctionIT] [verify_default_operator_in_query_string] before test [2022-09-07T03:20:41,266][INFO ][o.o.s.p.RelevanceFunctionIT] [verify_default_operator_in_query_string] after test [2022-09-07T03:20:41,270][INFO ][o.o.s.p.RelevanceFunctionIT] [verify_operator_in_match] before test [2022-09-07T03:20:41,291][INFO ][o.o.s.p.RelevanceFunctionIT] [verify_operator_in_match] after test [2022-09-07T03:20:41,296][INFO ][o.o.s.p.RelevanceFunctionIT] [verify_escape_in_query_string] before test [2022-09-07T03:20:41,315][INFO ][o.o.s.p.RelevanceFunctionIT] [verify_escape_in_query_string] after test [2022-09-06T20:20:41,590][INFO ][o.o.s.p.RenameCommandIT ] [testRenameMultiField] before test [2022-09-06T20:20:41,592][INFO ][o.o.s.p.RenameCommandIT ] [testRenameMultiField] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T20:20:42,805][INFO ][o.o.s.p.RenameCommandIT ] [testRenameMultiField] after test [2022-09-06T20:20:42,809][INFO ][o.o.s.p.RenameCommandIT ] [testRenameOneField] before test [2022-09-06T20:20:42,829][INFO ][o.o.s.p.RenameCommandIT ] [testRenameOneField] after test [2022-09-06T22:20:43,042][INFO ][o.o.s.p.ResourceMonitorIT] [queryExceedResourceLimitShouldFail] before test [2022-09-06T22:20:43,042][INFO ][o.o.s.p.ResourceMonitorIT] [queryExceedResourceLimitShouldFail] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T22:20:46,978][INFO ][o.o.s.p.ResourceMonitorIT] [queryExceedResourceLimitShouldFail] after test [2022-09-07T04:20:47,319][INFO ][o.o.s.p.SearchCommandIT ] [testSearchAllFields] before test [2022-09-07T04:20:47,320][INFO ][o.o.s.p.SearchCommandIT ] [testSearchAllFields] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T04:20:49,360][INFO ][o.o.s.p.SearchCommandIT ] [testSearchAllFields] after test [2022-09-07T04:20:49,364][INFO ][o.o.s.p.SearchCommandIT ] [testSearchCommandWithoutSearchKeyword] before test [2022-09-07T04:20:49,382][INFO ][o.o.s.p.SearchCommandIT ] [testSearchCommandWithoutSearchKeyword] after test [2022-09-07T04:20:49,386][INFO ][o.o.s.p.SearchCommandIT ] [testSearchCommandWithLogicalExpression] before test [2022-09-07T04:20:49,398][INFO ][o.o.s.p.SearchCommandIT ] [testSearchCommandWithLogicalExpression] after test [2022-09-07T04:20:49,402][INFO ][o.o.s.p.SearchCommandIT ] [testSearchCommandWithSpecialIndexName] before test [2022-09-07T04:20:50,893][INFO ][o.o.s.p.SearchCommandIT ] [testSearchCommandWithSpecialIndexName] after test [2022-09-06T21:20:51,470][INFO ][o.o.s.p.SettingsIT ] [testQuerySizeLimit] before test [2022-09-06T21:20:51,470][INFO ][o.o.s.p.SettingsIT ] [testQuerySizeLimit] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T21:20:53,629][INFO ][o.o.s.p.SettingsIT ] [testQuerySizeLimit] after test [2022-09-07T11:20:53,990][INFO ][o.o.s.p.SimpleQueryStringIT] [test_simple_query_string] before test [2022-09-07T11:20:53,991][INFO ][o.o.s.p.SimpleQueryStringIT] [test_simple_query_string] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T11:20:55,705][INFO ][o.o.s.p.SimpleQueryStringIT] [test_simple_query_string] after test [2022-09-07T11:20:55,710][INFO ][o.o.s.p.SimpleQueryStringIT] [test_simple_query_string_all_params] before test [2022-09-07T11:20:55,721][INFO ][o.o.s.p.SimpleQueryStringIT] [test_simple_query_string_all_params] after test [2022-09-07T11:20:55,725][INFO ][o.o.s.p.SimpleQueryStringIT] [test_wildcard_simple_query_string] before test [2022-09-07T11:20:55,751][INFO ][o.o.s.p.SimpleQueryStringIT] [test_wildcard_simple_query_string] after test [2022-09-07T14:20:56,019][INFO ][o.o.s.p.SortCommandIT ] [testSortCommand] before test [2022-09-07T14:20:56,019][INFO ][o.o.s.p.SortCommandIT ] [testSortCommand] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T14:20:59,064][INFO ][o.o.s.p.SortCommandIT ] [testSortCommand] after test [2022-09-07T14:20:59,070][INFO ][o.o.s.p.SortCommandIT ] [testSortMultipleFields] before test [2022-09-07T14:20:59,082][INFO ][o.o.s.p.SortCommandIT ] [testSortMultipleFields] after test [2022-09-07T14:20:59,087][INFO ][o.o.s.p.SortCommandIT ] [testSortStringField] before test [2022-09-07T14:20:59,097][INFO ][o.o.s.p.SortCommandIT ] [testSortStringField] after test [2022-09-07T04:20:59,620][INFO ][o.o.s.p.StandaloneIT ] [testSourceFieldQuery] before test [2022-09-07T04:20:59,622][INFO ][o.o.s.p.StandaloneIT ] [testSourceFieldQuery] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T04:21:01,874][INFO ][o.o.s.p.PPLService ] [testSourceFieldQuery{request_id=6375761b-a392-4a4e-bcef-862540e86deb}] [6375761b-a392-4a4e-bcef-862540e86deb] Incoming request source=test | fields + name [2022-09-07T04:21:02,372][INFO ][o.o.s.p.StandaloneIT ] [testSourceFieldQuery{request_id=6375761b-a392-4a4e-bcef-862540e86deb}] after test [2022-09-07T02:21:02,569][INFO ][o.o.s.p.StatsCommandIT ] [testStatsWithNull] before test [2022-09-07T02:21:02,571][INFO ][o.o.s.p.StatsCommandIT ] [testStatsWithNull] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T02:21:05,487][INFO ][o.o.s.p.StatsCommandIT ] [testStatsWithNull] after test [2022-09-07T02:21:05,496][INFO ][o.o.s.p.StatsCommandIT ] [testStatsBySpan] before test [2022-09-07T02:21:05,515][INFO ][o.o.s.p.StatsCommandIT ] [testStatsBySpan] after test [2022-09-07T02:21:05,529][INFO ][o.o.s.p.StatsCommandIT ] [testStatsWhere] before test [2022-09-07T02:21:05,559][INFO ][o.o.s.p.StatsCommandIT ] [testStatsWhere] after test [2022-09-07T02:21:05,574][INFO ][o.o.s.p.StatsCommandIT ] [testStatsCount] before test [2022-09-07T02:21:05,593][INFO ][o.o.s.p.StatsCommandIT ] [testStatsCount] after test [2022-09-07T02:21:05,602][INFO ][o.o.s.p.StatsCommandIT ] [testStatsDistinctCount] before test [2022-09-07T02:21:05,643][INFO ][o.o.s.p.StatsCommandIT ] [testStatsDistinctCount] after test [2022-09-07T02:21:05,650][INFO ][o.o.s.p.StatsCommandIT ] [testStatsAvg] before test [2022-09-07T02:21:05,666][INFO ][o.o.s.p.StatsCommandIT ] [testStatsAvg] after test [2022-09-07T02:21:05,685][INFO ][o.o.s.p.StatsCommandIT ] [testStatsNested] before test [2022-09-07T02:21:05,712][INFO ][o.o.s.p.StatsCommandIT ] [testStatsNested] after test [2022-09-07T02:21:05,717][INFO ][o.o.s.p.StatsCommandIT ] [testMultipleAggregationFunction] before test [2022-09-07T02:21:05,729][INFO ][o.o.s.p.StatsCommandIT ] [testMultipleAggregationFunction] after test [2022-09-07T02:21:05,733][INFO ][o.o.s.p.StatsCommandIT ] [testStatsMin] before test [2022-09-07T02:21:05,744][INFO ][o.o.s.p.StatsCommandIT ] [testStatsMin] after test [2022-09-07T02:21:05,749][INFO ][o.o.s.p.StatsCommandIT ] [testStatsCountAll] before test [2022-09-07T02:21:05,759][INFO ][o.o.s.p.StatsCommandIT ] [testStatsCountAll] after test [2022-09-07T02:21:05,763][INFO ][o.o.s.p.StatsCommandIT ] [testStatsMax] before test [2022-09-07T02:21:05,776][INFO ][o.o.s.p.StatsCommandIT ] [testStatsMax] after test [2022-09-07T02:21:05,782][INFO ][o.o.s.p.StatsCommandIT ] [testStatsNestedDoubleValue] before test [2022-09-07T02:21:05,805][INFO ][o.o.s.p.StatsCommandIT ] [testStatsNestedDoubleValue] after test [2022-09-07T02:21:05,810][INFO ][o.o.s.p.StatsCommandIT ] [testStatsWithMissing] before test [2022-09-07T02:21:05,824][INFO ][o.o.s.p.StatsCommandIT ] [testStatsWithMissing] after test [2022-09-07T02:21:05,830][INFO ][o.o.s.p.StatsCommandIT ] [testStatsTimeSpan] before test [2022-09-07T02:21:05,858][INFO ][o.o.s.p.StatsCommandIT ] [testStatsTimeSpan] after test [2022-09-07T02:21:05,863][INFO ][o.o.s.p.StatsCommandIT ] [testStatsAliasedSpan] before test [2022-09-07T02:21:05,878][INFO ][o.o.s.p.StatsCommandIT ] [testStatsAliasedSpan] after test [2022-09-07T02:21:05,885][INFO ][o.o.s.p.StatsCommandIT ] [testStatsSum] before test [2022-09-07T02:21:05,901][INFO ][o.o.s.p.StatsCommandIT ] [testStatsSum] after test [2022-09-07T02:21:05,905][INFO ][o.o.s.p.StatsCommandIT ] [testGroupByNullValue] before test [2022-09-07T02:21:05,918][INFO ][o.o.s.p.StatsCommandIT ] [testGroupByNullValue] after test [2022-09-06T21:21:06,419][INFO ][o.o.s.p.TextFunctionIT ] [testUpper] before test [2022-09-06T21:21:06,420][INFO ][o.o.s.p.TextFunctionIT ] [testUpper] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T21:21:08,541][INFO ][o.o.s.p.TextFunctionIT ] [testUpper] after test [2022-09-06T21:21:08,546][INFO ][o.o.s.p.TextFunctionIT ] [testLength] before test [2022-09-06T21:21:08,556][INFO ][o.o.s.p.TextFunctionIT ] [testLength] after test [2022-09-06T21:21:08,561][INFO ][o.o.s.p.TextFunctionIT ] [testSubstring] before test [2022-09-06T21:21:08,596][INFO ][o.o.s.p.TextFunctionIT ] [testSubstring] after test [2022-09-06T21:21:08,602][INFO ][o.o.s.p.TextFunctionIT ] [testLocate] before test [2022-09-06T21:21:08,621][INFO ][o.o.s.p.TextFunctionIT ] [testLocate] after test [2022-09-06T21:21:08,625][INFO ][o.o.s.p.TextFunctionIT ] [testLtrim] before test [2022-09-06T21:21:08,637][INFO ][o.o.s.p.TextFunctionIT ] [testLtrim] after test [2022-09-06T21:21:08,642][INFO ][o.o.s.p.TextFunctionIT ] [testLeft] before test [2022-09-06T21:21:08,653][INFO ][o.o.s.p.TextFunctionIT ] [testLeft] after test [2022-09-06T21:21:08,659][INFO ][o.o.s.p.TextFunctionIT ] [testRight] before test [2022-09-06T21:21:08,671][INFO ][o.o.s.p.TextFunctionIT ] [testRight] after test [2022-09-06T21:21:08,677][INFO ][o.o.s.p.TextFunctionIT ] [testConcat] before test [2022-09-06T21:21:08,689][INFO ][o.o.s.p.TextFunctionIT ] [testConcat] after test [2022-09-06T21:21:08,695][INFO ][o.o.s.p.TextFunctionIT ] [testReplace] before test [2022-09-06T21:21:08,707][INFO ][o.o.s.p.TextFunctionIT ] [testReplace] after test [2022-09-06T21:21:08,714][INFO ][o.o.s.p.TextFunctionIT ] [testLower] before test [2022-09-06T21:21:08,727][INFO ][o.o.s.p.TextFunctionIT ] [testLower] after test [2022-09-06T21:21:08,734][INFO ][o.o.s.p.TextFunctionIT ] [testRegexp] before test [2022-09-06T21:21:08,754][INFO ][o.o.s.p.TextFunctionIT ] [testRegexp] after test [2022-09-06T21:21:08,759][INFO ][o.o.s.p.TextFunctionIT ] [testRtrim] before test [2022-09-06T21:21:08,770][INFO ][o.o.s.p.TextFunctionIT ] [testRtrim] after test [2022-09-06T21:21:08,775][INFO ][o.o.s.p.TextFunctionIT ] [testTrim] before test [2022-09-06T21:21:08,786][INFO ][o.o.s.p.TextFunctionIT ] [testTrim] after test [2022-09-06T21:21:08,791][INFO ][o.o.s.p.TextFunctionIT ] [testSubstr] before test [2022-09-06T21:21:08,810][INFO ][o.o.s.p.TextFunctionIT ] [testSubstr] after test [2022-09-06T21:21:08,815][INFO ][o.o.s.p.TextFunctionIT ] [testConcat_ws] before test [2022-09-06T21:21:08,826][INFO ][o.o.s.p.TextFunctionIT ] [testConcat_ws] after test [2022-09-06T21:21:08,833][INFO ][o.o.s.p.TextFunctionIT ] [testStrcmp] before test [2022-09-06T21:21:08,844][INFO ][o.o.s.p.TextFunctionIT ] [testStrcmp] after test [2022-09-06T21:21:08,851][INFO ][o.o.s.p.TextFunctionIT ] [testAscii] before test [2022-09-06T21:21:08,861][INFO ][o.o.s.p.TextFunctionIT ] [testAscii] after test [2022-09-07T04:21:09,188][INFO ][o.o.s.p.TopCommandIT ] [testTopNWithGroup] before test [2022-09-07T04:21:09,190][INFO ][o.o.s.p.TopCommandIT ] [testTopNWithGroup] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T04:21:10,556][INFO ][o.o.s.p.TopCommandIT ] [testTopNWithGroup] after test [2022-09-07T04:21:10,560][INFO ][o.o.s.p.TopCommandIT ] [testTopNWithoutGroup] before test [2022-09-07T04:21:10,736][INFO ][o.o.s.p.TopCommandIT ] [testTopNWithoutGroup] after test [2022-09-07T04:21:10,745][INFO ][o.o.s.p.TopCommandIT ] [testTopWithoutGroup] before test [2022-09-07T04:21:10,933][INFO ][o.o.s.p.TopCommandIT ] [testTopWithoutGroup] after test [2022-09-07T02:21:11,169][INFO ][o.o.s.p.WhereCommandIT ] [testWhereWithLogicalExpr] before test [2022-09-07T02:21:11,169][INFO ][o.o.s.p.WhereCommandIT ] [testWhereWithLogicalExpr] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T02:21:15,080][INFO ][o.o.s.p.WhereCommandIT ] [testWhereWithLogicalExpr] after test [2022-09-07T02:21:15,085][INFO ][o.o.s.p.WhereCommandIT ] [testIsNotNullFunction] before test [2022-09-07T02:21:15,102][INFO ][o.o.s.p.WhereCommandIT ] [testIsNotNullFunction] after test [2022-09-07T02:21:15,106][INFO ][o.o.s.p.WhereCommandIT ] [testIsNullFunction] before test [2022-09-07T02:21:15,119][INFO ][o.o.s.p.WhereCommandIT ] [testIsNullFunction] after test [2022-09-07T02:21:15,123][INFO ][o.o.s.p.WhereCommandIT ] [testMultipleWhereCommands] before test [2022-09-07T02:21:15,135][INFO ][o.o.s.p.WhereCommandIT ] [testMultipleWhereCommands] after test [2022-09-07T02:21:15,139][INFO ][o.o.s.p.WhereCommandIT ] [testLikeFunction] before test [2022-09-07T02:21:15,157][INFO ][o.o.s.p.WhereCommandIT ] [testLikeFunction] after test [2022-09-07T02:21:15,162][INFO ][o.o.s.p.WhereCommandIT ] [testWhereWithMultiLogicalExpr] before test [2022-09-07T02:21:15,173][INFO ][o.o.s.p.WhereCommandIT ] [testWhereWithMultiLogicalExpr] after test [2022-09-07T02:21:15,178][INFO ][o.o.s.p.WhereCommandIT ] [testWhereEquivalentSortCommand] before test [2022-09-07T02:21:15,200][INFO ][o.o.s.p.WhereCommandIT ] [testWhereEquivalentSortCommand] after test [2022-09-06T22:21:15,769][INFO ][o.o.s.s.AdminIT ] [describeSingleIndexAlias] before test [2022-09-06T22:21:15,771][INFO ][o.o.s.s.AdminIT ] [describeSingleIndexAlias] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T22:21:17,091][INFO ][o.o.s.s.AdminIT ] [describeSingleIndexAlias] after test [2022-09-06T22:21:17,096][INFO ][o.o.s.s.AdminIT ] [explainShow] before test [2022-09-06T22:21:17,129][INFO ][o.o.s.s.AdminIT ] [explainShow] after test [2022-09-06T22:21:17,134][INFO ][o.o.s.s.AdminIT ] [showSingleIndexAlias] before test [2022-09-06T22:21:17,144][INFO ][o.o.s.s.AdminIT ] [showSingleIndexAlias] after test [2022-09-06T15:21:17,482][INFO ][o.o.s.s.ConditionalIT ] [nullifShouldPassJDBC] before test [2022-09-06T15:21:17,483][INFO ][o.o.s.s.ConditionalIT ] [nullifShouldPassJDBC] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T15:21:19,678][INFO ][o.o.s.s.ConditionalIT ] [nullifShouldPassJDBC] after test [2022-09-06T15:21:19,683][INFO ][o.o.s.s.ConditionalIT ] [nullifWithNullInputTest] before test [2022-09-06T15:21:19,694][INFO ][o.o.s.s.ConditionalIT ] [nullifWithNullInputTest] after test [2022-09-06T15:21:19,700][INFO ][o.o.s.s.ConditionalIT ] [ifShouldPassJDBC] before test [2022-09-06T15:21:19,720][INFO ][o.o.s.s.ConditionalIT ] [ifShouldPassJDBC] after test [2022-09-06T15:21:19,725][INFO ][o.o.s.s.ConditionalIT ] [ifnullShouldPassJDBC] before test [2022-09-06T15:21:19,756][INFO ][o.o.s.s.ConditionalIT ] [ifnullShouldPassJDBC] after test [2022-09-06T15:21:19,762][INFO ][o.o.s.s.ConditionalIT ] [ifWithTrueAndFalseCondition] before test [2022-09-06T15:21:19,775][INFO ][o.o.s.s.ConditionalIT ] [ifWithTrueAndFalseCondition] after test [2022-09-06T15:21:19,780][INFO ][o.o.s.s.ConditionalIT ] [ifnullWithNullInputTest] before test [2022-09-06T15:21:19,794][INFO ][o.o.s.s.ConditionalIT ] [ifnullWithNullInputTest] after test [2022-09-06T15:21:19,800][INFO ][o.o.s.s.ConditionalIT ] [ifnullWithMissingInputTest] before test [2022-09-06T15:21:19,813][INFO ][o.o.s.s.ConditionalIT ] [ifnullWithMissingInputTest] after test [2022-09-06T15:21:19,820][INFO ][o.o.s.s.ConditionalIT ] [nullifWithNotNullInputTestOne] before test [2022-09-06T15:21:19,834][INFO ][o.o.s.s.ConditionalIT ] [nullifWithNotNullInputTestOne] after test [2022-09-06T15:21:19,841][INFO ][o.o.s.s.ConditionalIT ] [isnullWithMathExpr] before test [2022-09-06T15:21:19,847][INFO ][o.o.s.s.ConditionalIT ] [isnullWithMathExpr] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.sql.ConditionalIT.isnullWithMathExpr" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=el -Dtests.timezone=Pacific/Tahiti -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT ISNULL(1+1) AS isnull FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT ISNULL(1+1) AS isnull FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:8A8D8614153D14F2]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.sql.ConditionalIT.isnullWithMathExpr(ConditionalIT.java:172) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T15:21:19,854][INFO ][o.o.s.s.ConditionalIT ] [isnullWithNotNullInputTest] before test [2022-09-06T15:21:19,858][INFO ][o.o.s.s.ConditionalIT ] [isnullWithNotNullInputTest] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.sql.ConditionalIT.isnullWithNotNullInputTest" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=el -Dtests.timezone=Pacific/Tahiti -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT ISNULL('elastic') AS isnull FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT ISNULL('elastic') AS isnull FROM opensearch-sql_test_index_account not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:927F65C40858EF7F]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.sql.ConditionalIT.isnullWithNotNullInputTest(ConditionalIT.java:144) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-06T15:21:19,866][INFO ][o.o.s.s.ConditionalIT ] [isnullShouldPassJDBC] before test [2022-09-06T15:21:19,894][INFO ][o.o.s.s.ConditionalIT ] [isnullShouldPassJDBC] after test [2022-09-06T15:21:19,901][INFO ][o.o.s.s.ConditionalIT ] [isnullWithNullInputTest] before test [2022-09-06T15:21:19,916][INFO ][o.o.s.s.ConditionalIT ] [isnullWithNullInputTest] after test [2022-09-06T15:21:20,392][INFO ][o.o.s.s.CsvFormatIT ] [escapeSanitizeTest] before test [2022-09-06T15:21:20,394][INFO ][o.o.s.s.CsvFormatIT ] [escapeSanitizeTest] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T15:21:21,590][INFO ][o.o.s.s.CsvFormatIT ] [escapeSanitizeTest] after test [2022-09-06T15:21:21,595][INFO ][o.o.s.s.CsvFormatIT ] [sanitizeTest] before test [2022-09-06T15:21:21,604][INFO ][o.o.s.s.CsvFormatIT ] [sanitizeTest] after test [2022-09-06T22:21:21,843][INFO ][o.o.s.s.DateTimeFunctionIT] [testDayOfWeek] before test [2022-09-06T22:21:21,845][INFO ][o.o.s.s.DateTimeFunctionIT] [testDayOfWeek] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T22:21:22,825][INFO ][o.o.s.s.DateTimeFunctionIT] [testDayOfWeek] after test [2022-09-06T22:21:22,830][INFO ][o.o.s.s.DateTimeFunctionIT] [testDateSub] before test [2022-09-06T22:21:22,863][INFO ][o.o.s.s.DateTimeFunctionIT] [testDateSub] after test [2022-09-06T22:21:22,868][INFO ][o.o.s.s.DateTimeFunctionIT] [testWeek] before test [2022-09-06T22:21:22,907][INFO ][o.o.s.s.DateTimeFunctionIT] [testWeek] after test [2022-09-06T22:21:22,911][INFO ][o.o.s.s.DateTimeFunctionIT] [testHour] before test [2022-09-06T22:21:22,935][INFO ][o.o.s.s.DateTimeFunctionIT] [testHour] after test [2022-09-06T22:21:22,939][INFO ][o.o.s.s.DateTimeFunctionIT] [testDayOfMonth] before test [2022-09-06T22:21:22,951][INFO ][o.o.s.s.DateTimeFunctionIT] [testDayOfMonth] after test [2022-09-06T22:21:22,955][INFO ][o.o.s.s.DateTimeFunctionIT] [testDayOfYear] before test [2022-09-06T22:21:22,968][INFO ][o.o.s.s.DateTimeFunctionIT] [testDayOfYear] after test [2022-09-06T22:21:22,972][INFO ][o.o.s.s.DateTimeFunctionIT] [testDateInGroupBy] before test [2022-09-06T22:21:22,984][INFO ][o.o.s.s.DateTimeFunctionIT] [testDateInGroupBy] after test [2022-09-06T22:21:22,989][INFO ][o.o.s.s.DateTimeFunctionIT] [testTimeToSec] before test [2022-09-06T22:21:23,002][INFO ][o.o.s.s.DateTimeFunctionIT] [testTimeToSec] after test [2022-09-06T22:21:23,006][INFO ][o.o.s.s.DateTimeFunctionIT] [testAddDate] before test [2022-09-06T22:21:23,036][INFO ][o.o.s.s.DateTimeFunctionIT] [testAddDate] after test [2022-09-06T22:21:23,040][INFO ][o.o.s.s.DateTimeFunctionIT] [testDateAdd] before test [2022-09-06T22:21:23,081][INFO ][o.o.s.s.DateTimeFunctionIT] [testDateAdd] after test [2022-09-06T22:21:23,086][INFO ][o.o.s.s.DateTimeFunctionIT] [testMinute] before test [2022-09-06T22:21:23,109][INFO ][o.o.s.s.DateTimeFunctionIT] [testMinute] after test [2022-09-06T22:21:23,113][INFO ][o.o.s.s.DateTimeFunctionIT] [testQuarter] before test [2022-09-06T22:21:23,127][INFO ][o.o.s.s.DateTimeFunctionIT] [testQuarter] after test [2022-09-06T22:21:23,131][INFO ][o.o.s.s.DateTimeFunctionIT] [testMonthName] before test [2022-09-06T22:21:23,145][INFO ][o.o.s.s.DateTimeFunctionIT] [testMonthName] after test [2022-09-06T22:21:23,149][INFO ][o.o.s.s.DateTimeFunctionIT] [testDayName] before test [2022-09-06T22:21:23,162][INFO ][o.o.s.s.DateTimeFunctionIT] [testDayName] after test [2022-09-06T22:21:23,165][INFO ][o.o.s.s.DateTimeFunctionIT] [testMicrosecond] before test [2022-09-06T22:21:23,213][INFO ][o.o.s.s.DateTimeFunctionIT] [testMicrosecond] after test [2022-09-06T22:21:23,218][INFO ][o.o.s.s.DateTimeFunctionIT] [testSecond] before test [2022-09-06T22:21:23,244][INFO ][o.o.s.s.DateTimeFunctionIT] [testSecond] after test [2022-09-06T22:21:23,249][INFO ][o.o.s.s.DateTimeFunctionIT] [testYear] before test [2022-09-06T22:21:23,263][INFO ][o.o.s.s.DateTimeFunctionIT] [testYear] after test [2022-09-06T22:21:23,267][INFO ][o.o.s.s.DateTimeFunctionIT] [testDay] before test [2022-09-06T22:21:23,282][INFO ][o.o.s.s.DateTimeFunctionIT] [testDay] after test [2022-09-06T22:21:23,286][INFO ][o.o.s.s.DateTimeFunctionIT] [testSubDate] before test [2022-09-06T22:21:23,315][INFO ][o.o.s.s.DateTimeFunctionIT] [testSubDate] after test [2022-09-06T22:21:23,320][INFO ][o.o.s.s.DateTimeFunctionIT] [testDateFormat] before test [2022-09-06T22:21:23,346][INFO ][o.o.s.s.DateTimeFunctionIT] [testDateFormat] after test [2022-09-06T22:21:23,351][INFO ][o.o.s.s.DateTimeFunctionIT] [testMonth] before test [2022-09-06T22:21:23,364][INFO ][o.o.s.s.DateTimeFunctionIT] [testMonth] after test [2022-09-06T22:21:23,369][INFO ][o.o.s.s.DateTimeFunctionIT] [testDateWithHavingClauseOnly] before test [2022-09-06T22:21:23,379][INFO ][o.o.s.s.DateTimeFunctionIT] [testDateWithHavingClauseOnly] after test [2022-09-06T22:21:23,383][INFO ][o.o.s.s.DateTimeFunctionIT] [testMakeDate] before test [2022-09-06T22:21:23,390][INFO ][o.o.s.s.DateTimeFunctionIT] [testMakeDate] after test [2022-09-06T22:21:23,395][INFO ][o.o.s.s.DateTimeFunctionIT] [testToDays] before test [2022-09-06T22:21:23,408][INFO ][o.o.s.s.DateTimeFunctionIT] [testToDays] after test [2022-09-06T22:21:23,412][INFO ][o.o.s.s.DateTimeFunctionIT] [testFromDays] before test [2022-09-06T22:21:23,420][INFO ][o.o.s.s.DateTimeFunctionIT] [testFromDays] after test [2022-09-06T22:21:23,424][INFO ][o.o.s.s.DateTimeFunctionIT] [testMakeTime] before test [2022-09-06T22:21:23,434][INFO ][o.o.s.s.DateTimeFunctionIT] [testMakeTime] after test [2022-09-06T21:21:23,700][INFO ][o.o.s.s.HighlightFunctionIT] [accepts_unquoted_test] before test [2022-09-06T21:21:23,700][INFO ][o.o.s.s.HighlightFunctionIT] [accepts_unquoted_test] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T21:21:25,598][INFO ][o.o.s.s.HighlightFunctionIT] [accepts_unquoted_test] after test [2022-09-06T21:21:25,602][INFO ][o.o.s.s.HighlightFunctionIT] [single_highlight_test] before test [2022-09-06T21:21:25,611][INFO ][o.o.s.s.HighlightFunctionIT] [single_highlight_test] after test [2022-09-06T21:21:25,615][INFO ][o.o.s.s.HighlightFunctionIT] [highlight_no_limit_test] before test [2022-09-06T21:21:25,627][INFO ][o.o.s.s.HighlightFunctionIT] [highlight_no_limit_test] after test [2022-09-06T21:21:25,631][INFO ][o.o.s.s.HighlightFunctionIT] [multiple_highlight_test] before test [2022-09-06T21:21:25,642][INFO ][o.o.s.s.HighlightFunctionIT] [multiple_highlight_test] after test [2022-09-06T20:21:25,943][INFO ][o.o.s.s.IdentifierIT ] [testIndexNames] before test [2022-09-06T20:21:25,944][INFO ][o.o.s.s.IdentifierIT ] [testIndexNames] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T20:21:28,215][INFO ][o.o.s.s.IdentifierIT ] [testIndexNames] after test [2022-09-06T20:21:28,220][INFO ][o.o.s.s.IdentifierIT ] [testSpecialIndexNames] before test [2022-09-06T20:21:30,295][INFO ][o.o.s.s.IdentifierIT ] [testSpecialIndexNames] after test [2022-09-06T20:21:30,300][INFO ][o.o.s.s.IdentifierIT ] [testQuotedIndexNames] before test [2022-09-06T20:21:32,563][INFO ][o.o.s.s.IdentifierIT ] [testQuotedIndexNames] after test [2022-09-06T20:21:32,567][INFO ][o.o.s.s.IdentifierIT ] [testSpecialFieldName] before test [2022-09-06T20:21:33,666][INFO ][o.o.s.s.IdentifierIT ] [testSpecialFieldName] after test [2022-09-06T18:21:34,590][INFO ][o.o.s.s.JdbcFormatIT ] [testAliasInSchema] before test [2022-09-06T18:21:34,591][INFO ][o.o.s.s.JdbcFormatIT ] [testAliasInSchema] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T18:21:35,537][INFO ][o.o.s.s.JdbcFormatIT ] [testAliasInSchema] after test [2022-09-06T18:21:35,541][INFO ][o.o.s.s.JdbcFormatIT ] [testSimpleDataTypesInSchema] before test [2022-09-06T18:21:35,551][INFO ][o.o.s.s.JdbcFormatIT ] [testSimpleDataTypesInSchema] after test [2022-09-07T01:21:35,894][INFO ][o.o.s.s.LegacyAPICompatibilityIT] [stats] before test [2022-09-07T01:21:35,894][INFO ][o.o.s.s.LegacyAPICompatibilityIT] [stats] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T01:21:37,338][INFO ][o.o.s.s.LegacyAPICompatibilityIT] [stats] after test [2022-09-07T01:21:37,342][INFO ][o.o.s.s.LegacyAPICompatibilityIT] [query] before test [2022-09-07T01:21:37,382][INFO ][o.o.s.s.LegacyAPICompatibilityIT] [query] after test [2022-09-07T01:21:37,386][INFO ][o.o.s.s.LegacyAPICompatibilityIT] [legacySettingsLegacyEndpoint] before test [2022-09-07T01:21:37,519][WARN ][o.o.c.RestClient ] [legacySettingsLegacyEndpoint] request [PUT http://[::1]:59435/_opendistro/_sql/settings] returned 1 warnings: [299 OpenSearch-2.2.0-SNAPSHOT-b1017fa3b9a1c781d4f34ecee411e0cdf930a515 "[opendistro.sql.query.slowlog] setting was deprecated in OpenSearch and will be removed in a future release! See the breaking changes documentation for the next major version."] [2022-09-07T01:21:37,520][INFO ][o.o.s.s.LegacyAPICompatibilityIT] [legacySettingsLegacyEndpoint] after test [2022-09-07T01:21:37,525][INFO ][o.o.s.s.LegacyAPICompatibilityIT] [legacySettingNewEndpoint] before test [2022-09-07T01:21:37,718][WARN ][o.o.c.RestClient ] [legacySettingNewEndpoint] request [PUT http://127.0.0.1:59436/_plugins/_query/settings] returned 1 warnings: [299 OpenSearch-2.2.0-SNAPSHOT-b1017fa3b9a1c781d4f34ecee411e0cdf930a515 "[opendistro.query.size_limit] setting was deprecated in OpenSearch and will be removed in a future release! See the breaking changes documentation for the next major version."] [2022-09-07T01:21:37,719][INFO ][o.o.s.s.LegacyAPICompatibilityIT] [legacySettingNewEndpoint] after test [2022-09-07T01:21:37,723][INFO ][o.o.s.s.LegacyAPICompatibilityIT] [explain] before test [2022-09-07T01:21:37,732][INFO ][o.o.s.s.LegacyAPICompatibilityIT] [explain] after test [2022-09-07T01:21:37,736][INFO ][o.o.s.s.LegacyAPICompatibilityIT] [newSettingsLegacyEndpoint] before test [2022-09-07T01:21:37,847][INFO ][o.o.s.s.LegacyAPICompatibilityIT] [newSettingsLegacyEndpoint] after test [2022-09-07T01:21:37,851][INFO ][o.o.s.s.LegacyAPICompatibilityIT] [closeCursor] before test [2022-09-07T01:21:37,854][INFO ][o.o.s.s.LegacyAPICompatibilityIT] [closeCursor] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.sql.LegacyAPICompatibilityIT.closeCursor" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=no -Dtests.timezone=Etc/GMT-0 -Druntime.java=17 method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname FROM opensearch-sql_test_index_account WHERE balance > 100 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://[::1]:59435], URI [/_plugins/_sql?format=jdbc], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request SELECT firstname FROM opensearch-sql_test_index_account WHERE balance > 100 not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:701FD9A762513685]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeFetchQuery(SQLIntegTestCase.java:253) at app//org.opensearch.sql.sql.LegacyAPICompatibilityIT.closeCursor(LegacyAPICompatibilityIT.java:61) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T01:21:37,858][INFO ][o.o.s.s.LegacyAPICompatibilityIT] [newSettingNewEndpoint] before test [2022-09-07T01:21:37,969][INFO ][o.o.s.s.LegacyAPICompatibilityIT] [newSettingNewEndpoint] after test [2022-09-07T10:51:38,269][INFO ][o.o.s.s.MatchBoolPrefixIT] [additional_parameters_test] before test [2022-09-07T10:51:38,270][INFO ][o.o.s.s.MatchBoolPrefixIT] [additional_parameters_test] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T10:51:39,945][INFO ][o.o.s.s.MatchBoolPrefixIT] [additional_parameters_test] after test [2022-09-07T10:51:39,949][INFO ][o.o.s.s.MatchBoolPrefixIT] [no_matches_test] before test [2022-09-07T10:51:39,958][INFO ][o.o.s.s.MatchBoolPrefixIT] [no_matches_test] after test [2022-09-07T10:51:39,961][INFO ][o.o.s.s.MatchBoolPrefixIT] [query_matches_test] before test [2022-09-07T10:51:39,970][INFO ][o.o.s.s.MatchBoolPrefixIT] [query_matches_test] after test [2022-09-07T06:21:40,189][INFO ][o.o.s.s.MatchIT ] [match_in_having] before test [2022-09-07T06:21:40,189][INFO ][o.o.s.s.MatchIT ] [match_in_having] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T06:21:41,500][INFO ][o.o.s.s.MatchIT ] [match_in_having] after test [2022-09-07T06:21:41,504][INFO ][o.o.s.s.MatchIT ] [match_in_where] before test [2022-09-07T06:21:41,512][INFO ][o.o.s.s.MatchIT ] [match_in_where] after test [2022-09-06T22:21:41,769][INFO ][o.o.s.s.MatchPhraseIT ] [test_match_phrase_function] before test [2022-09-06T22:21:41,769][INFO ][o.o.s.s.MatchPhraseIT ] [test_match_phrase_function] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T22:21:43,120][INFO ][o.o.s.s.MatchPhraseIT ] [test_match_phrase_function] after test [2022-09-06T22:21:43,124][INFO ][o.o.s.s.MatchPhraseIT ] [test_match_phrase_with_slop] before test [2022-09-06T22:21:43,134][INFO ][o.o.s.s.MatchPhraseIT ] [test_match_phrase_with_slop] after test [2022-09-06T22:21:43,138][INFO ][o.o.s.s.MatchPhraseIT ] [test_matchphrase_legacy_function] before test [2022-09-06T22:21:43,147][INFO ][o.o.s.s.MatchPhraseIT ] [test_matchphrase_legacy_function] after test [2022-09-07T04:21:43,392][INFO ][o.o.s.s.MatchPhrasePrefixIT] [zero_term_query_all] before test [2022-09-07T04:21:43,392][INFO ][o.o.s.s.MatchPhrasePrefixIT] [zero_term_query_all] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T04:21:45,153][INFO ][o.o.s.s.MatchPhrasePrefixIT] [zero_term_query_all] after test [2022-09-07T04:21:45,157][INFO ][o.o.s.s.MatchPhrasePrefixIT] [slop_is_3] before test [2022-09-07T04:21:45,166][INFO ][o.o.s.s.MatchPhrasePrefixIT] [slop_is_3] after test [2022-09-07T04:21:45,171][INFO ][o.o.s.s.MatchPhrasePrefixIT] [max_expansions_is_3] before test [2022-09-07T04:21:45,181][INFO ][o.o.s.s.MatchPhrasePrefixIT] [max_expansions_is_3] after test [2022-09-07T04:21:45,185][INFO ][o.o.s.s.MatchPhrasePrefixIT] [analyzer_standard] before test [2022-09-07T04:21:45,194][INFO ][o.o.s.s.MatchPhrasePrefixIT] [analyzer_standard] after test [2022-09-07T04:21:45,199][INFO ][o.o.s.s.MatchPhrasePrefixIT] [analyzer_english] before test [2022-09-07T04:21:45,207][INFO ][o.o.s.s.MatchPhrasePrefixIT] [analyzer_english] after test [2022-09-07T04:21:45,211][INFO ][o.o.s.s.MatchPhrasePrefixIT] [slop_is_2] before test [2022-09-07T04:21:45,220][INFO ][o.o.s.s.MatchPhrasePrefixIT] [slop_is_2] after test [2022-09-07T04:21:45,224][INFO ][o.o.s.s.MatchPhrasePrefixIT] [all_optional_parameters] before test [2022-09-07T04:21:45,234][INFO ][o.o.s.s.MatchPhrasePrefixIT] [all_optional_parameters] after test [2022-09-07T04:21:45,238][INFO ][o.o.s.s.MatchPhrasePrefixIT] [required_parameters] before test [2022-09-07T04:21:45,248][INFO ][o.o.s.s.MatchPhrasePrefixIT] [required_parameters] after test [0004-09-06T22:21:45,468][INFO ][o.o.s.s.MathematicalFunctionIT] [testCrc32] before test [0004-09-06T22:21:45,469][INFO ][o.o.s.s.MathematicalFunctionIT] [testCrc32] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [0004-09-06T22:21:46,537][INFO ][o.o.s.s.MathematicalFunctionIT] [testCrc32] after test [0004-09-06T22:21:46,541][INFO ][o.o.s.s.MathematicalFunctionIT] [testAtan] before test [0004-09-06T22:21:46,548][INFO ][o.o.s.s.MathematicalFunctionIT] [testAtan] after test [0004-09-06T22:21:46,552][INFO ][o.o.s.s.MathematicalFunctionIT] [testTruncate] before test [0004-09-06T22:21:46,576][INFO ][o.o.s.s.MathematicalFunctionIT] [testTruncate] after test [0004-09-06T22:21:46,580][INFO ][o.o.s.s.MathematicalFunctionIT] [testMod] before test [0004-09-06T22:21:46,592][INFO ][o.o.s.s.MathematicalFunctionIT] [testMod] after test [0004-09-06T22:21:46,597][INFO ][o.o.s.s.MathematicalFunctionIT] [testSign] before test [0004-09-06T22:21:46,609][INFO ][o.o.s.s.MathematicalFunctionIT] [testSign] after test [0004-09-06T22:21:46,614][INFO ][o.o.s.s.MathematicalFunctionIT] [testE] before test [0004-09-06T22:21:46,621][INFO ][o.o.s.s.MathematicalFunctionIT] [testE] after test [0004-09-06T22:21:46,626][INFO ][o.o.s.s.MathematicalFunctionIT] [testConv] before test [0004-09-06T22:21:46,638][INFO ][o.o.s.s.MathematicalFunctionIT] [testConv] after test [0004-09-06T22:21:46,643][INFO ][o.o.s.s.MathematicalFunctionIT] [testRound] before test [0004-09-06T22:21:46,689][INFO ][o.o.s.s.MathematicalFunctionIT] [testRound] after test [0004-09-06T22:21:46,693][INFO ][o.o.s.s.MathematicalFunctionIT] [testPI] before test [0004-09-06T22:21:46,702][INFO ][o.o.s.s.MathematicalFunctionIT] [testPI] after test [2022-09-06T21:21:46,941][INFO ][o.o.s.s.MetricsIT ] [requestCount] before test [2022-09-06T21:21:46,941][INFO ][o.o.s.s.MetricsIT ] [requestCount] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T21:21:47,918][INFO ][o.o.s.s.MetricsIT ] [requestCount] after test REPRODUCE WITH: ./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.sql.MetricsIT.requestCount" -Dtests.seed=DF7EC731BC24CF -Dtests.security.manager=false -Dtests.locale=ar-DZ -Dtests.timezone=America/St_Thomas -Druntime.java=17 method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select age from opensearch-sql_test_index_bank not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 }org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:59436], URI [/_plugins/_sql?format=json], status line [HTTP/1.1 500 Internal Server Error] { "error": { "reason": "There was internal problem at backend", "details": "Request select age from opensearch-sql_test_index_bank not supported by new SQL engine", "type": "RuntimeException" }, "status": 500 } at __randomizedtesting.SeedInfo.seed([DF7EC731BC24CF:AC05D369CD13260B]:0) at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345) at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:325) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:320) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeRequest(SQLIntegTestCase.java:308) at app//org.opensearch.sql.legacy.SQLIntegTestCase.executeQuery(SQLIntegTestCase.java:291) at app//org.opensearch.sql.sql.MetricsIT.requestCount(MetricsIT.java:36) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.3/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.3/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.3/java.lang.reflect.Method.invoke(Method.java:568) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at app//org.junit.rules.RunRules.evaluate(RunRules.java:20) at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base@17.0.3/java.lang.Thread.run(Thread.java:833) [2022-09-07T04:21:48,193][INFO ][o.o.s.s.MultiMatchIT ] [test_all_params] before test [2022-09-07T04:21:48,194][INFO ][o.o.s.s.MultiMatchIT ] [test_all_params] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T04:21:50,025][INFO ][o.o.s.s.MultiMatchIT ] [test_all_params] after test [2022-09-07T04:21:50,029][INFO ][o.o.s.s.MultiMatchIT ] [test_mandatory_params] before test [2022-09-07T04:21:50,039][INFO ][o.o.s.s.MultiMatchIT ] [test_mandatory_params] after test [2022-09-07T04:21:50,043][INFO ][o.o.s.s.MultiMatchIT ] [verify_wildcard_test] before test [2022-09-07T04:21:50,069][INFO ][o.o.s.s.MultiMatchIT ] [verify_wildcard_test] after test [2022-09-07T04:21:50,291][INFO ][o.o.s.s.NullLiteralIT ] [testNullLiteralInFunction] before test [2022-09-07T04:21:50,291][INFO ][o.o.s.s.NullLiteralIT ] [testNullLiteralInFunction] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T04:21:50,373][INFO ][o.o.s.s.NullLiteralIT ] [testNullLiteralInFunction] after test [2022-09-07T04:21:50,378][INFO ][o.o.s.s.NullLiteralIT ] [testNullLiteralSchema] before test [2022-09-07T04:21:50,385][INFO ][o.o.s.s.NullLiteralIT ] [testNullLiteralSchema] after test [2022-09-07T04:21:50,389][INFO ][o.o.s.s.NullLiteralIT ] [testNullLiteralInInterval] before test [2022-09-07T04:21:50,396][INFO ][o.o.s.s.NullLiteralIT ] [testNullLiteralInInterval] after test [2022-09-07T04:21:50,400][INFO ][o.o.s.s.NullLiteralIT ] [testNullLiteralInOperator] before test [2022-09-07T04:21:50,407][INFO ][o.o.s.s.NullLiteralIT ] [testNullLiteralInOperator] after test [2022-09-07T05:21:50,520][INFO ][o.o.s.s.PreparedStatementIT] [testPreparedStatement] before test [2022-09-07T05:21:50,520][INFO ][o.o.s.s.PreparedStatementIT] [testPreparedStatement] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T05:21:51,769][INFO ][o.o.s.s.PreparedStatementIT] [testPreparedStatement] after test [2022-09-06T16:21:51,993][INFO ][o.o.s.s.QueryStringIT ] [all_fields_test] before test [2022-09-06T16:21:51,993][INFO ][o.o.s.s.QueryStringIT ] [all_fields_test] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T16:21:53,795][INFO ][o.o.s.s.QueryStringIT ] [all_fields_test] after test [2022-09-06T16:21:53,799][INFO ][o.o.s.s.QueryStringIT ] [wildcard_test] before test [2022-09-06T16:21:53,823][INFO ][o.o.s.s.QueryStringIT ] [wildcard_test] after test [2022-09-06T16:21:53,827][INFO ][o.o.s.s.QueryStringIT ] [all_params_test] before test [2022-09-06T16:21:53,840][INFO ][o.o.s.s.QueryStringIT ] [all_params_test] after test [2022-09-06T16:21:53,844][INFO ][o.o.s.s.QueryStringIT ] [mandatory_params_test] before test [2022-09-06T16:21:53,856][INFO ][o.o.s.s.QueryStringIT ] [mandatory_params_test] after test [2022-09-06T23:21:54,119][INFO ][o.o.s.s.QueryValidationIT] [aggregationFunctionInSelectGroupByMultipleFields] before test [2022-09-06T23:21:54,120][INFO ][o.o.s.s.QueryValidationIT] [aggregationFunctionInSelectGroupByMultipleFields] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-06T23:21:55,401][INFO ][o.o.s.s.QueryValidationIT] [aggregationFunctionInSelectGroupByMultipleFields] after test [2022-09-06T23:21:55,405][INFO ][o.o.s.s.QueryValidationIT] [testQueryFieldWithKeyword] before test [2022-09-06T23:21:55,412][INFO ][o.o.s.s.QueryValidationIT] [testQueryFieldWithKeyword] after test [2022-09-06T23:21:55,416][INFO ][o.o.s.s.QueryValidationIT] [testNonAggregatedSelectColumnPresentWithoutGroupByClause] before test [2022-09-06T23:21:55,425][INFO ][o.o.s.s.QueryValidationIT] [testNonAggregatedSelectColumnPresentWithoutGroupByClause] after test [2022-09-07T03:21:55,639][INFO ][o.o.s.s.RawFormatIT ] [rawFormatWithPipeFieldTest] before test [2022-09-07T03:21:55,639][INFO ][o.o.s.s.RawFormatIT ] [rawFormatWithPipeFieldTest] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T03:21:56,557][INFO ][o.o.s.s.RawFormatIT ] [rawFormatWithPipeFieldTest] after test [2022-09-07T04:21:56,838][INFO ][o.o.s.s.RelevanceFunctionIT] [verify_escape_in_query_string] before test [2022-09-07T04:21:56,839][INFO ][o.o.s.s.RelevanceFunctionIT] [verify_escape_in_query_string] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T04:21:58,692][INFO ][o.o.s.s.RelevanceFunctionIT] [verify_escape_in_query_string] after test [2022-09-07T04:21:58,696][INFO ][o.o.s.s.RelevanceFunctionIT] [verify_flags_in_simple_query_string] before test [2022-09-07T04:21:58,721][INFO ][o.o.s.s.RelevanceFunctionIT] [verify_flags_in_simple_query_string] after test [2022-09-07T04:21:58,725][INFO ][o.o.s.s.RelevanceFunctionIT] [verify_default_operator_in_multi_match] before test [2022-09-07T04:21:58,743][INFO ][o.o.s.s.RelevanceFunctionIT] [verify_default_operator_in_multi_match] after test [2022-09-07T04:21:58,748][INFO ][o.o.s.s.RelevanceFunctionIT] [verify_operator_in_match] before test [2022-09-07T04:21:58,764][INFO ][o.o.s.s.RelevanceFunctionIT] [verify_operator_in_match] after test [2022-09-07T04:21:58,769][INFO ][o.o.s.s.RelevanceFunctionIT] [verify_default_operator_in_query_string] before test [2022-09-07T04:21:58,786][INFO ][o.o.s.s.RelevanceFunctionIT] [verify_default_operator_in_query_string] after test [2022-09-07T04:21:58,790][INFO ][o.o.s.s.RelevanceFunctionIT] [verify_default_operator_in_simple_query_string] before test [2022-09-07T04:21:58,807][INFO ][o.o.s.s.RelevanceFunctionIT] [verify_default_operator_in_simple_query_string] after test [2022-09-07T10:51:59,068][INFO ][o.o.s.s.SQLCorrectnessIT ] [runAllTests] before test [2022-09-07T10:51:59,069][INFO ][o.o.s.s.SQLCorrectnessIT ] [runAllTests] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T10:52:06,798][INFO ][o.o.s.s.SQLCorrectnessIT ] [runAllTests] after test [2022-09-07T12:22:07,354][INFO ][o.o.s.s.SimpleQueryStringIT] [test_all_params] before test [2022-09-07T12:22:07,355][INFO ][o.o.s.s.SimpleQueryStringIT] [test_all_params] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T12:22:09,560][INFO ][o.o.s.s.SimpleQueryStringIT] [test_all_params] after test [2022-09-07T12:22:09,566][INFO ][o.o.s.s.SimpleQueryStringIT] [test_mandatory_params] before test [2022-09-07T12:22:09,575][INFO ][o.o.s.s.SimpleQueryStringIT] [test_mandatory_params] after test [2022-09-07T12:22:09,581][INFO ][o.o.s.s.SimpleQueryStringIT] [verify_wildcard_test] before test [2022-09-07T12:22:09,608][INFO ][o.o.s.s.SimpleQueryStringIT] [verify_wildcard_test] after test [2022-09-07T03:22:09,969][INFO ][o.o.s.s.TextFunctionIT ] [testRight] before test [2022-09-07T03:22:09,969][INFO ][o.o.s.s.TextFunctionIT ] [testRight] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T03:22:10,146][INFO ][o.o.s.s.TextFunctionIT ] [testRight] after test [2022-09-07T03:22:10,151][INFO ][o.o.s.s.TextFunctionIT ] [testTrim] before test [2022-09-07T03:22:10,168][INFO ][o.o.s.s.TextFunctionIT ] [testTrim] after test [2022-09-07T03:22:10,173][INFO ][o.o.s.s.TextFunctionIT ] [testRtrim] before test [2022-09-07T03:22:10,190][INFO ][o.o.s.s.TextFunctionIT ] [testRtrim] after test [2022-09-07T03:22:10,196][INFO ][o.o.s.s.TextFunctionIT ] [testRegexp] before test [2022-09-07T03:22:10,209][INFO ][o.o.s.s.TextFunctionIT ] [testRegexp] after test [2022-09-07T03:22:10,215][INFO ][o.o.s.s.TextFunctionIT ] [testUpper] before test [2022-09-07T03:22:10,228][INFO ][o.o.s.s.TextFunctionIT ] [testUpper] after test [2022-09-07T03:22:10,234][INFO ][o.o.s.s.TextFunctionIT ] [testSubstr] before test [2022-09-07T03:22:10,248][INFO ][o.o.s.s.TextFunctionIT ] [testSubstr] after test [2022-09-07T03:22:10,253][INFO ][o.o.s.s.TextFunctionIT ] [testStrcmp] before test [2022-09-07T03:22:10,268][INFO ][o.o.s.s.TextFunctionIT ] [testStrcmp] after test [2022-09-07T03:22:10,273][INFO ][o.o.s.s.TextFunctionIT ] [testLeft] before test [2022-09-07T03:22:10,280][INFO ][o.o.s.s.TextFunctionIT ] [testLeft] after test [2022-09-07T03:22:10,286][INFO ][o.o.s.s.TextFunctionIT ] [testLtrim] before test [2022-09-07T03:22:10,309][INFO ][o.o.s.s.TextFunctionIT ] [testLtrim] after test [2022-09-07T03:22:10,315][INFO ][o.o.s.s.TextFunctionIT ] [testConcat_ws] before test [2022-09-07T03:22:10,329][INFO ][o.o.s.s.TextFunctionIT ] [testConcat_ws] after test [2022-09-07T03:22:10,336][INFO ][o.o.s.s.TextFunctionIT ] [testConcat] before test [2022-09-07T03:22:10,350][INFO ][o.o.s.s.TextFunctionIT ] [testConcat] after test [2022-09-07T03:22:10,355][INFO ][o.o.s.s.TextFunctionIT ] [testSubstring] before test [2022-09-07T03:22:10,369][INFO ][o.o.s.s.TextFunctionIT ] [testSubstring] after test [2022-09-07T03:22:10,375][INFO ][o.o.s.s.TextFunctionIT ] [testLength] before test [2022-09-07T03:22:10,383][INFO ][o.o.s.s.TextFunctionIT ] [testLength] after test [2022-09-07T03:22:10,389][INFO ][o.o.s.s.TextFunctionIT ] [testLower] before test [2022-09-07T03:22:10,403][INFO ][o.o.s.s.TextFunctionIT ] [testLower] after test [2022-09-07T13:22:10,569][INFO ][o.o.s.s.WindowFunctionIT ] [testDistinctCountOver] before test [2022-09-07T13:22:10,569][INFO ][o.o.s.s.WindowFunctionIT ] [testDistinctCountOver] initializing REST clients against [http://[::1]:59435, http://127.0.0.1:59436] [2022-09-07T13:22:13,346][INFO ][o.o.s.s.WindowFunctionIT ] [testDistinctCountOver] after test [2022-09-07T13:22:13,351][INFO ][o.o.s.s.WindowFunctionIT ] [testDistinctCountOverNull] before test [2022-09-07T13:22:13,360][INFO ][o.o.s.s.WindowFunctionIT ] [testDistinctCountOverNull] after test [2022-09-07T13:22:13,366][INFO ][o.o.s.s.WindowFunctionIT ] [testDistinctCountPartition] before test [2022-09-07T13:22:13,376][INFO ][o.o.s.s.WindowFunctionIT ] [testDistinctCountPartition] after test [2022-09-07T13:22:13,382][INFO ][o.o.s.s.WindowFunctionIT ] [testOrderByNullFirst] before test [2022-09-07T13:22:13,390][INFO ][o.o.s.s.WindowFunctionIT ] [testOrderByNullFirst] after test [2022-09-07T13:22:13,400][INFO ][o.o.s.s.WindowFunctionIT ] [testOrderByNullLast] before test [2022-09-07T13:22:13,409][INFO ][o.o.s.s.WindowFunctionIT ] [testOrderByNullLast] after test