Dynamically configure spooling properties #74182
ci.yml
on: pull_request
check-commits-dispatcher
30s
build-pt
9m 45s
build-test-matrix
56s
artifact-checks
10m 50s
error-prone-checks
12m 16s
test-jdbc-compatibility
20m 52s
test-other-modules
19m 24s
Matrix: hive-tests
Matrix: maven-checks
Matrix: check-commit
Matrix: pt
Matrix: test
Annotations
603 errors and 19 warnings
TestBigQueryAvroConnectorTest.:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryAvroConnectorTest.java#L53
Unknown session property spooling_enabled
|
test (plugin/trino-bigquery)
Process completed with exit code 1.
|
TestIcebergQueryFailureRecoveryTest.:
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergQueryFailureRecoveryTest.java#L66
Unknown session property spooling_enabled
|
TestIcebergTaskFailureRecoveryTest.:
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergTaskFailureRecoveryTest.java#L66
Unknown session property spooling_enabled
|
test (plugin/trino-iceberg, fte-tests)
Process completed with exit code 1.
|
TestMinimalFunctionality.testHashValueWhereClauseHasNoData:
plugin/trino-redis/src/test/java/io/trino/plugin/redis/TestMinimalFunctionality.java#L113
Unknown session property spooling_enabled
|
TestMinimalFunctionality.testTableHasData:
plugin/trino-redis/src/test/java/io/trino/plugin/redis/TestMinimalFunctionality.java#L61
Unknown session property spooling_enabled
|
TestMinimalFunctionality.testHashValueWhereClauseHasData:
plugin/trino-redis/src/test/java/io/trino/plugin/redis/TestMinimalFunctionality.java#L87
Unknown session property spooling_enabled
|
TestMinimalFunctionality.testStringValueWhereClauseHasData:
plugin/trino-redis/src/test/java/io/trino/plugin/redis/TestMinimalFunctionality.java#L74
Unknown session property spooling_enabled
|
TestMinimalFunctionality.testStringValueWhereClauseHasNoData:
plugin/trino-redis/src/test/java/io/trino/plugin/redis/TestMinimalFunctionality.java#L100
Unknown session property spooling_enabled
|
|
|
TestMinimalFunctionalityWithoutKeyPrefix.testHashValueWhereClauseError:
plugin/trino-redis/src/test/java/io/trino/plugin/redis/TestMinimalFunctionalityWithoutKeyPrefix.java#L72
Expecting throwable message:
"Unknown session property spooling_enabled"
to contain:
"WRONGTYPE Operation against a key holding the wrong kind of value"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.TestingDirectTrinoClient.toMaterializedRows(TestingDirectTrinoClient.java:80)
at io.trino.testing.TestingDirectTrinoClient.lambda$execute$0(TestingDirectTrinoClient.java:67)
at io.trino.testing.StandaloneQueryRunner.execute(StandaloneQueryRunner.java:108)
at io.trino.testing.QueryRunner.execute(QueryRunner.java:82)
at io.trino.plugin.redis.TestMinimalFunctionalityWithoutKeyPrefix.lambda$testHashValueWhereClauseError$0(TestMinimalFunctionalityWithoutKeyPrefix.java:70)
at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
at org.assertj.core.api.AssertionsForClassTypes.catchThrowable(AssertionsForClassTypes.java:904)
at org.assertj.core.api.Assertions.catchThrowable(Assertions.java:1472)
at org.assertj.core.api.Assertions.assertThatThrownBy(Assertions.java:1315)
at io.trino.plugin.redis.TestMinimalFunctionalityWithoutKeyPrefix.testHashValueWhereClauseError(TestMinimalFunctionalityWithoutKeyPrefix.java:70)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(Nod
|
|
TestRedisConnectorTest.:
plugin/trino-redis/src/test/java/io/trino/plugin/redis/TestRedisConnectorTest.java#L30
Unknown session property spooling_enabled
|
test (plugin/trino-redis)
Process completed with exit code 1.
|
|
|
test (testing/trino-faulttolerant-tests, test-fault-tolerant-iceberg)
Process completed with exit code 1.
|
TestGoogleSheets.testSheetQueryWithSheet:
plugin/trino-google-sheets/src/test/java/io/trino/plugin/google/sheets/TestGoogleSheets.java#L201
Execution of 'actual' query 20250121_134922_00013_u5xjh failed: SELECT * FROM TABLE(gsheets.system.sheet(id => '1S625j2oTptRepg6Yci68fCYE1269tdoSjljNOmTgQ3U', range => 'number_text'))
|
TestGoogleSheets.testSheetQuerySimple:
plugin/trino-google-sheets/src/test/java/io/trino/plugin/google/sheets/TestGoogleSheets.java#L178
Execution of 'actual' query 20250121_134922_00012_u5xjh failed: SELECT * FROM TABLE(gsheets.system.sheet(id => '1S625j2oTptRepg6Yci68fCYE1269tdoSjljNOmTgQ3U'))
|
TestGoogleSheets.testSheetQueryWithSheetRangeInIdFails:
plugin/trino-google-sheets/src/test/java/io/trino/plugin/google/sheets/TestGoogleSheets.java#L268
Expecting throwable message:
"Unknown session property spooling_enabled"
to contain:
"Google sheet ID 1S625j2oTptRepg6Yci68fCYE1269tdoSjljNOmTgQ3U#number_text cannot contain '#'. Provide a range through the 'range' argument."
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.execute(DistributedQueryRunner.java:548)
at io.trino.sql.query.QueryAssertions$QueryAssert.lambda$new$1(QueryAssertions.java:317)
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:200)
at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
at org.assertj.core.api.AssertionsForClassTypes.catchThrowable(AssertionsForClassTypes.java:904)
at org.assertj.core.api.Assertions.catchThrowable(Assertions.java:1472)
at io.trino.testing.assertions.TrinoExceptionAssert.assertTrinoExceptionThrownBy(TrinoExceptionAssert.java:67)
at io.trino.sql.query.QueryAssertions$QueryAssert.failure(QueryAssertions.java:400)
at io.trino.plugin.google.sheets.TestGoogleSheets.testSheetQueryWithSheetRangeInIdFails(TestGoogleSheets.java:268)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.No
|
TestGoogleSheets.testSheetQueryWithSheetAndColumnRange:
plugin/trino-google-sheets/src/test/java/io/trino/plugin/google/sheets/TestGoogleSheets.java#L240
Execution of 'actual' query 20250121_134922_00015_u5xjh failed: SELECT * FROM TABLE(gsheets.system.sheet(id => '1S625j2oTptRepg6Yci68fCYE1269tdoSjljNOmTgQ3U', range => 'number_text!A1:A6'))WHERE number = number
|
TestGoogleSheets.testSheetQueryWithInvalidSheetId:
plugin/trino-google-sheets/src/test/java/io/trino/plugin/google/sheets/TestGoogleSheets.java#L292
Expecting throwable message:
"Unknown session property spooling_enabled"
to contain:
"Failed reading data from sheet: DOESNOTEXIST"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.execute(DistributedQueryRunner.java:548)
at io.trino.sql.query.QueryAssertions$QueryAssert.lambda$new$1(QueryAssertions.java:317)
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:200)
at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
at org.assertj.core.api.AssertionsForClassTypes.catchThrowable(AssertionsForClassTypes.java:904)
at org.assertj.core.api.Assertions.catchThrowable(Assertions.java:1472)
at io.trino.testing.assertions.TrinoExceptionAssert.assertTrinoExceptionThrownBy(TrinoExceptionAssert.java:67)
at io.trino.sql.query.QueryAssertions$QueryAssert.failure(QueryAssertions.java:400)
at io.trino.plugin.google.sheets.TestGoogleSheets.testSheetQueryWithInvalidSheetId(TestGoogleSheets.java:292)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$exe
|
TestGoogleSheets.testListTable:
plugin/trino-google-sheets/src/test/java/io/trino/plugin/google/sheets/TestGoogleSheets.java#L132
Execution of 'actual' query 20250121_134924_00019_u5xjh failed: select table_name from gsheets.information_schema.tables WHERE table_schema <> 'information_schema'
|
TestGoogleSheetsWithoutMetadataSheetId.testSheetQuerySimple:
plugin/trino-google-sheets/src/test/java/io/trino/plugin/google/sheets/TestGoogleSheetsWithoutMetadataSheetId.java#L37
Execution of 'actual' query 20250121_134921_00000_fbvhn failed: SELECT * FROM TABLE(gsheets.system.sheet(id => '1S625j2oTptRepg6Yci68fCYE1269tdoSjljNOmTgQ3U'))
|
TestGoogleSheets.testSelectFromTableIgnoreCase:
plugin/trino-google-sheets/src/test/java/io/trino/plugin/google/sheets/TestGoogleSheets.java#L157
Execution of 'actual' query 20250121_134921_00001_u5xjh failed: SELECT count(*) FROM NUMBER_TEXT
|
TestGoogleSheets.testSheetQueryWithSheetAndRowRange:
plugin/trino-google-sheets/src/test/java/io/trino/plugin/google/sheets/TestGoogleSheets.java#L228
Execution of 'actual' query 20250121_134921_00000_u5xjh failed: SELECT * FROM TABLE(gsheets.system.sheet(id => '1S625j2oTptRepg6Yci68fCYE1269tdoSjljNOmTgQ3U', range => 'number_text!A1:B4'))WHERE number = number and text = text
|
TestGoogleSheets.testSheetQueryWithSheetAndRangeWithoutHeader:
plugin/trino-google-sheets/src/test/java/io/trino/plugin/google/sheets/TestGoogleSheets.java#L215
Execution of 'actual' query 20250121_134921_00003_u5xjh failed: SELECT * FROM TABLE(gsheets.system.sheet(id => '1S625j2oTptRepg6Yci68fCYE1269tdoSjljNOmTgQ3U', range => 'number_text!A2:B6'))WHERE "1" = "1" and "one" = "one"
|
test (plugin/trino-google-sheets)
Process completed with exit code 1.
|
TestElasticsearch7ConnectorTest.:
plugin/trino-elasticsearch/src/test/java/io/trino/plugin/elasticsearch/TestElasticsearch7ConnectorTest.java#L1
Unknown session property spooling_enabled
|
TestElasticsearch8ConnectorTest.:
plugin/trino-elasticsearch/src/test/java/io/trino/plugin/elasticsearch/TestElasticsearch8ConnectorTest.java#L1
Unknown session property spooling_enabled
|
|
|
|
test (plugin/trino-elasticsearch)
Process completed with exit code 1.
|
TestIgniteCaseInsensitiveMapping.testTableNameClash:
plugin/trino-ignite/src/test/java/io/trino/plugin/ignite/TestIgniteCaseInsensitiveMapping.java#L182
Unknown session property spooling_enabled
|
TestIgniteConnectorTest.:
plugin/trino-ignite/src/test/java/io/trino/plugin/ignite/TestIgniteConnectorTest.java#L54
Unknown session property spooling_enabled
|
TestIgniteTypeMapping.testDouble:
plugin/trino-ignite/src/test/java/io/trino/plugin/ignite/TestIgniteTypeMapping.java#L221
Unknown session property spooling_enabled
|
TestIgniteTypeMapping.testInt:
plugin/trino-ignite/src/test/java/io/trino/plugin/ignite/TestIgniteTypeMapping.java#L127
Unknown session property spooling_enabled
|
TestIgniteTypeMapping.testBinary:
plugin/trino-ignite/src/test/java/io/trino/plugin/ignite/TestIgniteTypeMapping.java#L264
Unknown session property spooling_enabled
|
TestIgniteTypeMapping.testChar:
plugin/trino-ignite/src/test/java/io/trino/plugin/ignite/TestIgniteTypeMapping.java#L361
Unknown session property spooling_enabled
|
TestIgniteTypeMapping.testBigint:
plugin/trino-ignite/src/test/java/io/trino/plugin/ignite/TestIgniteTypeMapping.java#L140
Unknown session property spooling_enabled
|
TestIgniteTypeMapping.testDecimal:
plugin/trino-ignite/src/test/java/io/trino/plugin/ignite/TestIgniteTypeMapping.java#L255
Unknown session property spooling_enabled
|
TestIgniteTypeMapping.testTinyint:
plugin/trino-ignite/src/test/java/io/trino/plugin/ignite/TestIgniteTypeMapping.java#L101
Unknown session property spooling_enabled
|
TestIgniteTypeMapping.testReal:
plugin/trino-ignite/src/test/java/io/trino/plugin/ignite/TestIgniteTypeMapping.java#L198
Unknown session property spooling_enabled
|
test (plugin/trino-ignite)
Process completed with exit code 1.
|
TestSnowflakeConnectorTest.:
plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeConnectorTest.java#L56
Unknown session property spooling_enabled
|
TestSnowflakeTypeMapping.testUnsupportedDataType:
plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeTypeMapping.java#L424
net.snowflake.client.jdbc.SnowflakeSQLException: Your account is suspended due to lack of payment method.
|
TestSnowflakeTypeMapping.testForcedMappingToVarchar:
plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeTypeMapping.java#L401
net.snowflake.client.jdbc.SnowflakeSQLException: Your account is suspended due to lack of payment method.
|
TestSnowflakeTypeMapping.testInteger:
plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeTypeMapping.java#L100
net.snowflake.client.jdbc.SnowflakeSQLException: Your account is suspended due to lack of payment method.
|
TestSnowflakeTypeMapping.testDate:
plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeTypeMapping.java#L277
Error executing sql:
CREATE TABLE test_dateryjvjf8hcd AS SELECT CAST(NULL AS date) col_0,
CAST('-5877641-06-23' AS date) col_1,
CAST('0000-01-01' AS date) col_2,
CAST(DATE '0001-01-01' AS date) col_3,
CAST(DATE '1582-10-05' AS date) col_4,
CAST(DATE '1582-10-14' AS date) col_5,
CAST(DATE '1983-04-01' AS date) col_6,
CAST(DATE '1983-10-01' AS date) col_7,
CAST(DATE '2017-07-01' AS date) col_8,
CAST(DATE '2017-01-01' AS date) col_9,
CAST(DATE '99999-12-31' AS date) col_10,
CAST('5881580-07-11' AS date) col_11
|
TestSnowflakeTypeMapping.testFloat:
plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeTypeMapping.java#L157
Error executing sql:
CREATE TABLE tpch.test_reals6cqb85cjx AS SELECT CAST(3.14 AS real) col_0,
CAST(10.3e0 AS real) col_1,
CAST(NULL AS real) col_2,
CAST(CAST('NaN' AS DOUBLE) AS real) col_3,
CAST(CAST('Infinity' AS DOUBLE) AS real) col_4,
CAST(CAST('-Infinity' AS DOUBLE) AS real) col_5
|
TestSnowflakeTypeMapping.testDouble:
plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeTypeMapping.java#L181
Error executing sql:
CREATE TABLE trino_test_doublegjo2osq0w0 AS SELECT CAST(3.14 AS double) col_0,
CAST(1.0E100 AS double) col_1,
CAST(1.23456E12 AS double) col_2,
CAST(NULL AS double) col_3,
CAST(CAST('NaN' AS DOUBLE) AS double) col_4,
CAST(CAST('Infinity' AS DOUBLE) AS double) col_5,
CAST(CAST('-Infinity' AS DOUBLE) AS double) col_6
|
TestSnowflakeTypeMapping.testTime:
plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeTypeMapping.java#L310
net.snowflake.client.jdbc.SnowflakeSQLException: Your account is suspended due to lack of payment method.
|
TestSnowflakeTypeMapping.testSnowflakeCreatedParameterizedVarchar:
plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeTypeMapping.java#L193
net.snowflake.client.jdbc.SnowflakeSQLException: Your account is suspended due to lack of payment method.
|
TestSnowflakeTypeMapping.testBinary:
plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeTypeMapping.java#L255
net.snowflake.client.jdbc.SnowflakeSQLException: Your account is suspended due to lack of payment method.
|
test (plugin/trino-snowflake, cloud-tests)
Process completed with exit code 1.
|
TestHiveQueryFailureRecoveryTest.:
plugin/trino-hive/src/test/java/io/trino/plugin/hive/TestHiveQueryFailureRecoveryTest.java#L73
Unknown session property spooling_enabled
|
TestHiveTaskFailureRecoveryTest.:
plugin/trino-hive/src/test/java/io/trino/plugin/hive/TestHiveTaskFailureRecoveryTest.java#L73
Unknown session property spooling_enabled
|
test (plugin/trino-hive, fte-tests)
Process completed with exit code 1.
|
TestDeltaQueryFailureRecoveryTest.:
plugin/trino-delta-lake/src/test/java/io/trino/plugin/deltalake/TestDeltaQueryFailureRecoveryTest.java#L1
Unknown session property spooling_enabled
|
TestDeltaTaskFailureRecoveryTest.:
plugin/trino-delta-lake/src/test/java/io/trino/plugin/deltalake/TestDeltaTaskFailureRecoveryTest.java#L1
Unknown session property spooling_enabled
|
test (plugin/trino-delta-lake, fte-tests)
Process completed with exit code 1.
|
TestOpenSearch2ConnectorTest.:
plugin/trino-opensearch/src/test/java/io/trino/plugin/opensearch/TestOpenSearch2ConnectorTest.java#L1
Unknown session property spooling_enabled
|
|
|
|
TestOpenSearchConnectorTest.:
plugin/trino-opensearch/src/test/java/io/trino/plugin/opensearch/TestOpenSearchConnectorTest.java#L1
Unknown session property spooling_enabled
|
TestOpenSearchLatestConnectorTest.:
plugin/trino-opensearch/src/test/java/io/trino/plugin/opensearch/TestOpenSearchLatestConnectorTest.java#L1
Unknown session property spooling_enabled
|
TestPasswordAuthentication.test:
plugin/trino-opensearch/src/test/java/io/trino/plugin/opensearch/TestPasswordAuthentication.java#L133
Unknown session property spooling_enabled
|
test (plugin/trino-opensearch)
Process completed with exit code 1.
|
TestHiveGlueMetadataListing.:
plugin/trino-hive/src/test/java/io/trino/plugin/hive/TestHiveGlueMetadataListing.java#L76
Unknown session property spooling_enabled
|
TestHiveS3AndGlueMetastoreTest.testBasicOperationsWithProvidedTableLocation:
plugin/trino-hive/src/test/java/io/trino/plugin/hive/TestHiveS3AndGlueMetastoreTest.java#L144
Execution of 'actual' query 20250121_134859_00033_pfwdt failed: SELECT * FROM test_basic_operations_07vd87756x
|
TestHiveS3AndGlueMetastoreTest.testBasicOperationsWithProvidedTableLocationNonCTAS:
plugin/trino-hive/src/test/java/io/trino/plugin/hive/TestHiveS3AndGlueMetastoreTest.java#L161
Execution of 'actual' query 20250121_134859_00036_pfwdt failed: SELECT * FROM test_basic_operations_0xzwxq3mya
|
TestHiveS3AndGlueMetastoreTest.testCreateFunction:
plugin/trino-hive/src/test/java/io/trino/plugin/hive/TestHiveS3AndGlueMetastoreTest.java#L397
Execution of 'actual' query 20250121_134900_00043_pfwdt failed: SELECT test_j6ow4tlws7(99)
|
TestHiveS3AndGlueMetastoreTest.testOptimizeWithProvidedTableLocation:
plugin/trino-hive/src/test/java/io/trino/plugin/hive/TestHiveS3AndGlueMetastoreTest.java#L238
Unknown session property spooling_enabled
|
TestHiveS3AndGlueMetastoreTest.testSchemaNotFound:
plugin/trino-hive/src/test/java/io/trino/plugin/hive/TestHiveS3AndGlueMetastoreTest.java#L1
Unknown session property spooling_enabled
|
TestHiveS3AndGlueMetastoreTest.testPartitionProjectionWithProvidedTableLocation:
plugin/trino-hive/src/test/java/io/trino/plugin/hive/TestHiveS3AndGlueMetastoreTest.java#L322
Execution of 'actual' query 20250121_134856_00015_pfwdt failed: SELECT name FROM test_partition_projection_bdnei54o58
|
TestHiveS3AndGlueMetastoreTest.testAnalyzeWithProvidedTableLocation:
plugin/trino-hive/src/test/java/io/trino/plugin/hive/TestHiveS3AndGlueMetastoreTest.java#L245
Execution of 'actual' query 20250121_134858_00023_pfwdt failed: SELECT * FROM test_analyze_h3s91mszcz
|
TestHiveS3AndGlueMetastoreTest.testBasicOperationsWithProvidedSchemaLocation:
plugin/trino-hive/src/test/java/io/trino/plugin/hive/TestHiveS3AndGlueMetastoreTest.java#L213
Execution of 'actual' query 20250121_134857_00021_pfwdt failed: SELECT * FROM test_basic_operations_schema_yj7pbhrplt.test_basic_operations_table_wyledl3znl
|
TestHiveS3AndGlueMetastoreTest.testTableNotFound:
plugin/trino-hive/src/test/java/io/trino/plugin/hive/TestHiveS3AndGlueMetastoreTest.java#L1
Expecting message:
"Unknown session property spooling_enabled"
to match regex:
"line 1:1: Table '\w+.test_glue_s3_\w+.non_existent_table_\w+' does not exist"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.execute(DistributedQueryRunner.java:548)
at io.trino.sql.query.QueryAssertions$QueryAssert.lambda$new$1(QueryAssertions.java:317)
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:200)
at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
at org.assertj.core.api.AssertionsForClassTypes.catchThrowable(AssertionsForClassTypes.java:904)
at org.assertj.core.api.Assertions.catchThrowable(Assertions.java:1472)
at io.trino.testing.assertions.TrinoExceptionAssert.assertTrinoExceptionThrownBy(TrinoExceptionAssert.java:67)
at io.trino.sql.query.QueryAssertions$QueryAssert.failure(QueryAssertions.java:400)
at io.trino.plugin.hive.BaseS3AndGlueMetastoreTest.testTableNotFound(BaseS3AndGlueMetastoreTest.java:91)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.No
|
hive-tests (config-hdp3)
Process completed with exit code 1.
|
|
test (testing/trino-faulttolerant-tests, test-fault-tolerant-delta)
Process completed with exit code 1.
|
TestIcebergAvroConnectorTest.:
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergAvroConnectorTest.java#L1
Unknown session property spooling_enabled
|
TestIcebergMinioAvroConnectorSmokeTest.:
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergMinioAvroConnectorSmokeTest.java#L1
Unknown session property spooling_enabled
|
TestIcebergMinioOrcConnectorTest.:
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergMinioOrcConnectorTest.java#L87
Unknown session property spooling_enabled
|
TestIcebergMinioParquetCachingConnectorSmokeTest.:
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergMinioParquetCachingConnectorSmokeTest.java#L1
Unknown session property spooling_enabled
|
TestIcebergMinioParquetConnectorSmokeTest.:
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergMinioParquetConnectorSmokeTest.java#L1
Unknown session property spooling_enabled
|
test (plugin/trino-iceberg, minio-and-avro)
Process completed with exit code 1.
|
TestMetadataOnlyQueries.:
testing/trino-faulttolerant-tests/src/test/java/io/trino/faulttolerant/TestMetadataOnlyQueries.java#L60
Unknown session property spooling_enabled
|
|
|
|
|
|
|
|
|
|
test (testing/trino-faulttolerant-tests, default)
Process completed with exit code 1.
|
|
|
|
|
|
TestHiveFaultTolerantExecutionTest.testPotentialDeadlocks:
testing/trino-faulttolerant-tests/src/test/java/io/trino/faulttolerant/hive/TestHiveFaultTolerantExecutionTest.java#L78
Execution of 'actual' query 20250121_135119_00002_szfbc failed: SELECT
(SELECT count(orderkey) FROM lineitem_bucketed_partitioned) +
(SELECT count(linenumber) FROM lineitem_bucketed_partitioned) +
(SELECT count(quantity) FROM lineitem_bucketed_partitioned) +
(SELECT count(extendedprice) FROM lineitem_bucketed_partitioned) +
(SELECT count(DISTINCT partkey) FROM lineitem_bucketed_partitioned) +
(SELECT count(DISTINCT suppkey) FROM lineitem_bucketed_partitioned) c
|
|
|
|
|
test (testing/trino-faulttolerant-tests, test-fault-tolerant-hive)
Process completed with exit code 1.
|
TestPinotConnectorSmokeTest.:
plugin/trino-pinot/src/test/java/io/trino/plugin/pinot/TestPinotConnectorSmokeTest.java#L162
Unknown session property spooling_enabled
|
TestPinotConnectorTest.:
plugin/trino-pinot/src/test/java/io/trino/plugin/pinot/TestPinotConnectorTest.java#L45
Unknown session property spooling_enabled
|
TestPinotPasswordAuthentication.:
plugin/trino-pinot/src/test/java/io/trino/plugin/pinot/TestPinotPasswordAuthentication.java#L51
Unknown session property spooling_enabled
|
test (plugin/trino-pinot)
Process completed with exit code 1.
|
TestKuduTypeMapping.testVarchar:
plugin/trino-kudu/src/test/java/io/trino/plugin/kudu/TestKuduTypeMapping.java#L231
Unknown session property spooling_enabled
|
TestKuduTypeMapping.testBoolean:
plugin/trino-kudu/src/test/java/io/trino/plugin/kudu/TestKuduTypeMapping.java#L116
Unknown session property spooling_enabled
|
TestKuduConnectorTest.:
plugin/trino-kudu/src/test/java/io/trino/plugin/kudu/TestKuduConnectorTest.java#L55
Unknown session property spooling_enabled
|
TestKuduIntegrationDecimalColumns.testDeleteByPrimaryKeyDecimalColumn:
plugin/trino-kudu/src/test/java/io/trino/plugin/kudu/TestKuduIntegrationDecimalColumns.java#L96
Execution of 'actual' query 20250121_135009_00003_psmcm failed: SELECT * FROM test_decimalo4lkti5gw8
|
TestKuduIntegrationDecimalColumns.testDecimalColumn:
plugin/trino-kudu/src/test/java/io/trino/plugin/kudu/TestKuduIntegrationDecimalColumns.java#L80
Execution of 'actual' query 20250121_135009_00007_psmcm failed: SELECT * FROM test_decimalddlycepu1q WHERE col_decimal = 1.1
|
TestKuduIntegrationDecimalColumns.testCreateTableWithDecimalColumn:
plugin/trino-kudu/src/test/java/io/trino/plugin/kudu/TestKuduIntegrationDecimalColumns.java#L67
Unknown session property spooling_enabled
|
|
|
TestKuduTypeMapping.testDouble:
plugin/trino-kudu/src/test/java/io/trino/plugin/kudu/TestKuduTypeMapping.java#L189
Unknown session property spooling_enabled
|
TestKuduTypeMapping.testBigint:
plugin/trino-kudu/src/test/java/io/trino/plugin/kudu/TestKuduTypeMapping.java#L164
Unknown session property spooling_enabled
|
test (plugin/trino-kudu)
Process completed with exit code 1.
|
TestRedshiftQueryFailureRecoverySmokeTest.:
plugin/trino-redshift/src/test/java/io/trino/plugin/redshift/TestRedshiftQueryFailureRecoverySmokeTest.java#L1
Failed to assert columns for TPC-H table nation
|
test (plugin/trino-redshift, fte-tests)
Process completed with exit code 1.
|
TestVerticaConnectorSmokeTest.:
plugin/trino-vertica/src/test/java/io/trino/plugin/vertica/TestVerticaConnectorSmokeTest.java#L29
Unknown session property spooling_enabled
|
TestVerticaConnectorTest.:
plugin/trino-vertica/src/test/java/io/trino/plugin/vertica/TestVerticaConnectorTest.java#L62
Unknown session property spooling_enabled
|
TestVerticaLatestConnectorSmokeTest.:
plugin/trino-vertica/src/test/java/io/trino/plugin/vertica/TestVerticaLatestConnectorSmokeTest.java#L29
Unknown session property spooling_enabled
|
TestVerticaTableStatistics.:
plugin/trino-vertica/src/test/java/io/trino/plugin/vertica/TestVerticaTableStatistics.java#L61
Unknown session property spooling_enabled
|
TestVerticaTypeMapping.testChar:
plugin/trino-vertica/src/test/java/io/trino/plugin/vertica/TestVerticaTypeMapping.java#L350
Unknown session property spooling_enabled
|
TestVerticaTypeMapping.testDouble:
plugin/trino-vertica/src/test/java/io/trino/plugin/vertica/TestVerticaTypeMapping.java#L138
Unknown session property spooling_enabled
|
TestVerticaTypeMapping.testDate:
plugin/trino-vertica/src/test/java/io/trino/plugin/vertica/TestVerticaTypeMapping.java#L493
Unknown session property spooling_enabled
|
TestVerticaTypeMapping.testReal:
plugin/trino-vertica/src/test/java/io/trino/plugin/vertica/TestVerticaTypeMapping.java#L115
Unknown session property spooling_enabled
|
TestVerticaTypeMapping.testDecimal:
plugin/trino-vertica/src/test/java/io/trino/plugin/vertica/TestVerticaTypeMapping.java#L173
Unknown session property spooling_enabled
|
TestVerticaTypeMapping.testDecimalExceedingPrecisionMaxConvertedToVarchar:
plugin/trino-vertica/src/test/java/io/trino/plugin/vertica/TestVerticaTypeMapping.java#L186
Execution of 'actual' query 20250121_135208_00007_hec9c failed: SELECT * FROM tpch.unsupported_type8ur00a8ibn
|
test (plugin/trino-vertica)
Process completed with exit code 1.
|
TestMongo4LatestConnectorSmokeTest.:
plugin/trino-mongodb/src/test/java/io/trino/plugin/mongodb/TestMongo4LatestConnectorSmokeTest.java#L28
Unknown session property spooling_enabled
|
TestMongoTypeMapping.testTimestamp:
plugin/trino-mongodb/src/test/java/io/trino/plugin/mongodb/TestMongoTypeMapping.java#L312
Unknown session property spooling_enabled
|
TestMongoTypeMapping.testVarbinary:
plugin/trino-mongodb/src/test/java/io/trino/plugin/mongodb/TestMongoTypeMapping.java#L249
Unknown session property spooling_enabled
|
TestMongoTypeMapping.testSmallint:
plugin/trino-mongodb/src/test/java/io/trino/plugin/mongodb/TestMongoTypeMapping.java#L103
Unknown session property spooling_enabled
|
TestMongoTypeMapping.testVarchar:
plugin/trino-mongodb/src/test/java/io/trino/plugin/mongodb/TestMongoTypeMapping.java#L229
Unknown session property spooling_enabled
|
TestMongoTypeMapping.testBoolean:
plugin/trino-mongodb/src/test/java/io/trino/plugin/mongodb/TestMongoTypeMapping.java#L74
Unknown session property spooling_enabled
|
TestMongoTypeMapping.testTimestampWithTimeZoneMapping:
plugin/trino-mongodb/src/test/java/io/trino/plugin/mongodb/TestMongoTypeMapping.java#L348
Unknown session property spooling_enabled
|
TestMongoTypeMapping.testTime:
plugin/trino-mongodb/src/test/java/io/trino/plugin/mongodb/TestMongoTypeMapping.java#L263
Unknown session property spooling_enabled
|
TestMongoTypeMapping.testJson:
plugin/trino-mongodb/src/test/java/io/trino/plugin/mongodb/TestMongoTypeMapping.java#L415
Unknown session property spooling_enabled
|
|
test (plugin/trino-mongodb)
Process completed with exit code 1.
|
artifact-checks
Process completed with exit code 1.
|
TestHudiConnectorTest.:
plugin/trino-hudi/src/test/java/io/trino/plugin/hudi/TestHudiConnectorTest.java#L35
Unknown session property spooling_enabled
|
TestHudiMinioConnectorSmokeTest.:
plugin/trino-hudi/src/test/java/io/trino/plugin/hudi/TestHudiMinioConnectorSmokeTest.java#L39
Unknown session property spooling_enabled
|
TestHudiSharedMetastore.:
plugin/trino-hudi/src/test/java/io/trino/plugin/hudi/TestHudiSharedMetastore.java#L74
Unknown session property spooling_enabled
|
TestHudiSmokeTest.testPartitionFilterRequiredPredicateOnNonPartitionColumn:
plugin/trino-hudi/src/test/java/io/trino/plugin/hudi/TestHudiSmokeTest.java#L189
Expecting message:
"Unknown session property spooling_enabled"
to match regex:
"Filter required on tests.hudi_cow_pt_tbl for at least one of the partition columns: dt, hh"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.executeWithPlan(DistributedQueryRunner.java:554)
at io.trino.testing.QueryAssertions.assertQueryFails(QueryAssertions.java:463)
at io.trino.testing.AbstractTestQueryFramework.assertQueryFails(AbstractTestQueryFramework.java:456)
at io.trino.plugin.hudi.TestHudiSmokeTest.testPartitionFilterRequiredPredicateOnNonPartitionColumn(TestHudiSmokeTest.java:189)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at org.junit.platform.engine.support.
|
TestHudiSmokeTest.testPartitionFilterRequiredNestedQueryWithInnerPartitionPredicate:
plugin/trino-hudi/src/test/java/io/trino/plugin/hudi/TestHudiSmokeTest.java#L200
Execution of 'actual' query 20250121_135007_00010_8davc failed: SELECT name FROM (SELECT * FROM HUDI_COW_PT_TBL WHERE dt = '2021-12-09') WHERE id = 1
|
TestHudiSmokeTest.testPartitionFilterRequiredFilterRemovedByPlanner:
plugin/trino-hudi/src/test/java/io/trino/plugin/hudi/TestHudiSmokeTest.java#L224
Expecting message:
"Unknown session property spooling_enabled"
to match regex:
"Filter required on tests.hudi_cow_pt_tbl for at least one of the partition columns: dt, hh"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.executeWithPlan(DistributedQueryRunner.java:554)
at io.trino.testing.QueryAssertions.assertQueryFails(QueryAssertions.java:463)
at io.trino.testing.AbstractTestQueryFramework.assertQueryFails(AbstractTestQueryFramework.java:456)
at io.trino.plugin.hudi.TestHudiSmokeTest.testPartitionFilterRequiredFilterRemovedByPlanner(TestHudiSmokeTest.java:224)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at org.junit.platform.engine.support.hierarc
|
TestHudiSmokeTest.testPartitionFilterRequiredNestedWithIsNotNullFilter:
plugin/trino-hudi/src/test/java/io/trino/plugin/hudi/TestHudiSmokeTest.java#L216
Execution of 'actual' query 20250121_135007_00012_8davc failed: SELECT name FROM HUDI_COW_PT_TBL WHERE dt IS NOT null
|
TestHudiSmokeTest.testPartitionFilterRequiredOnJoin:
plugin/trino-hudi/src/test/java/io/trino/plugin/hudi/TestHudiSmokeTest.java#L237
Expecting message:
"Unknown session property spooling_enabled"
to match regex:
"Filter required on tests.hudi_cow_pt_tbl for at least one of the partition columns: dt, hh"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.executeWithPlan(DistributedQueryRunner.java:554)
at io.trino.testing.QueryAssertions.assertQueryFails(QueryAssertions.java:463)
at io.trino.testing.AbstractTestQueryFramework.assertQueryFails(AbstractTestQueryFramework.java:456)
at io.trino.plugin.hudi.TestHudiSmokeTest.testPartitionFilterRequiredOnJoin(TestHudiSmokeTest.java:237)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at org.junit.platform.engine.support.hierarchical.ForkJoinPo
|
TestHudiSmokeTest.testPartitionFilterRequired:
plugin/trino-hudi/src/test/java/io/trino/plugin/hudi/TestHudiSmokeTest.java#L178
Expecting message:
"Unknown session property spooling_enabled"
to match regex:
"Filter required on tests.hudi_cow_pt_tbl for at least one of the partition columns: dt, hh"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.executeWithPlan(DistributedQueryRunner.java:554)
at io.trino.testing.QueryAssertions.assertQueryFails(QueryAssertions.java:463)
at io.trino.testing.AbstractTestQueryFramework.assertQueryFails(AbstractTestQueryFramework.java:456)
at io.trino.plugin.hudi.TestHudiSmokeTest.testPartitionFilterRequired(TestHudiSmokeTest.java:178)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHier
|
TestHudiSmokeTest.testReadPartitionedTables:
plugin/trino-hudi/src/test/java/io/trino/plugin/hudi/TestHudiSmokeTest.java#L58
Execution of 'actual' query 20250121_135007_00015_8davc failed: SELECT symbol, max(ts) FROM STOCK_TICKS_COW GROUP BY symbol HAVING symbol = 'GOOG'
|
test (plugin/trino-hudi)
Process completed with exit code 1.
|
TestMariaDbCaseInsensitiveMapping.testSchemaNameClash:
plugin/trino-mariadb/src/test/java/io/trino/plugin/mariadb/TestMariaDbCaseInsensitiveMapping.java#L1
Expecting message:
"Unknown session property spooling_enabled"
to match regex:
"Failed to find remote schema name: Ambiguous name: casesensitivename"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.executeWithPlan(DistributedQueryRunner.java:554)
at io.trino.testing.QueryAssertions.assertQueryFails(QueryAssertions.java:463)
at io.trino.testing.AbstractTestQueryFramework.assertQueryFails(AbstractTestQueryFramework.java:451)
at io.trino.plugin.jdbc.BaseCaseInsensitiveMappingTest.testSchemaNameClash(BaseCaseInsensitiveMappingTest.java:153)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarch
|
TestMariaDbCaseInsensitiveMapping.testTableNameClash:
plugin/trino-mariadb/src/test/java/io/trino/plugin/mariadb/TestMariaDbCaseInsensitiveMapping.java#L1
Expecting message:
"Unknown session property spooling_enabled"
to match regex:
"Failed to find remote table name: Ambiguous name: casesensitivename"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.executeWithPlan(DistributedQueryRunner.java:554)
at io.trino.testing.QueryAssertions.assertQueryFails(QueryAssertions.java:463)
at io.trino.testing.AbstractTestQueryFramework.assertQueryFails(AbstractTestQueryFramework.java:451)
at io.trino.plugin.jdbc.BaseCaseInsensitiveMappingTest.testTableNameClash(BaseCaseInsensitiveMappingTest.java:180)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchic
|
TestMariaDbTypeMapping.testTimeFromMariaDb:
plugin/trino-mariadb/src/test/java/io/trino/plugin/mariadb/TestMariaDbTypeMapping.java#L652
Unknown session property spooling_enabled
|
TestMariaDbConnectorTest.:
plugin/trino-mariadb/src/test/java/io/trino/plugin/mariadb/TestMariaDbConnectorTest.java#L29
Unknown session property spooling_enabled
|
TestMariaDbLatestConnectorSmokeTest.:
plugin/trino-mariadb/src/test/java/io/trino/plugin/mariadb/TestMariaDbLatestConnectorSmokeTest.java#L41
Unknown session property spooling_enabled
|
TestMariaDbTypeMapping.testTinyInt:
plugin/trino-mariadb/src/test/java/io/trino/plugin/mariadb/TestMariaDbTypeMapping.java#L127
Unknown session property spooling_enabled
|
TestMariaDbTypeMapping.testDatetime:
plugin/trino-mariadb/src/test/java/io/trino/plugin/mariadb/TestMariaDbTypeMapping.java#L844
Unknown session property spooling_enabled
|
TestMariaDbCaseInsensitiveMapping.testSchemaNameClashWithRuleMapping:
plugin/trino-mariadb/src/test/java/io/trino/plugin/mariadb/TestMariaDbCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135035_00024_ji963 failed: SELECT * FROM casesensitivename_a.some_table_name
|
TestMariaDbCaseInsensitiveMapping.testSchemaAndTableNameRuleMapping:
plugin/trino-mariadb/src/test/java/io/trino/plugin/mariadb/TestMariaDbCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135029_00004_ji963 failed: SELECT * FROM trino_schema.trino_table
|
TestMariaDbCaseInsensitiveMapping.testNonLowerCaseSchemaName:
plugin/trino-mariadb/src/test/java/io/trino/plugin/mariadb/TestMariaDbCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135030_00007_ji963 failed: SELECT schema_name FROM information_schema.schemata WHERE schema_name LIKE '%nonlowercaseschema'
|
test (plugin/trino-mariadb)
Process completed with exit code 1.
|
TestCassandraConnectorTest.:
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraConnectorTest.java#L118
Unknown session property spooling_enabled
|
TestCassandraLatestConnectorSmokeTest.:
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraLatestConnectorSmokeTest.java#L34
Unknown session property spooling_enabled
|
|
TestCassandraTypeMapping.testIpAddress:
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraTypeMapping.java#L429
Unknown session property spooling_enabled
|
TestCassandraTypeMapping.testTime:
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraTypeMapping.java#L527
Unknown session property spooling_enabled
|
TestCassandraTypeMapping.testTrinoTimestampWithTimeZone:
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraTypeMapping.java#L574
Unknown session property spooling_enabled
|
TestCassandraTypeMapping.testTrinoVarbinary:
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraTypeMapping.java#L473
Unknown session property spooling_enabled
|
TestCassandraTypeMapping.testBoolean:
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraTypeMapping.java#L165
Unknown session property spooling_enabled
|
TestCassandraTypeMapping.testCassandraSet:
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraTypeMapping.java#L389
Unknown session property spooling_enabled
|
TestCassandraTypeMapping.testDate:
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraTypeMapping.java#L486
Unknown session property spooling_enabled
|
test (plugin/trino-cassandra)
Process completed with exit code 1.
|
TestClickHouse > testCreateTableAsSelect [groups: profile_specific_tests, clickhouse]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/clickhouse/TestClickHouse.java#L35
java.sql.SQLException: Query failed (#20250121_135630_00002_gi76b): Unknown session property spooling_enabled
|
TestConfiguredFeatures > selectConfiguredConnectors [groups: configured_features]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestConfiguredFeatures.java#L52
java.sql.SQLException: Query failed (#20250121_135617_00000_gi76b): Unknown session property spooling_enabled
|
pt (default, suite-clickhouse, )
Process completed with exit code 1.
|
TestConfiguredFeatures > selectConfiguredConnectors [groups: configured_features]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestConfiguredFeatures.java#L52
java.sql.SQLException: Query failed (#20250121_135626_00000_umfv7): Unknown session property spooling_enabled
|
pt (default, suite-all-connectors-smoke, )
Process completed with exit code 1.
|
TestCassandra > testCreateTableAsSelect [groups: profile_specific_tests, cassandra]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/cassandra/TestCassandra.java#L36
java.sql.SQLException: Query failed (#20250121_135630_00003_q73iv): Unknown session property spooling_enabled
|
TestConfiguredFeatures > selectConfiguredConnectors [groups: configured_features]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestConfiguredFeatures.java#L52
java.sql.SQLException: Query failed (#20250121_135613_00000_q73iv): Unknown session property spooling_enabled
|
pt (default, suite-cassandra, )
Process completed with exit code 1.
|
TestApacheRanger > testCreateTableAsSelect [groups: profile_specific_tests, ranger]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/ranger/TestApacheRanger.java#L43
java.sql.SQLException: Query failed (#20250121_135636_00003_izv62): Unknown session property spooling_enabled
|
TestConfiguredFeatures > selectConfiguredConnectors [groups: configured_features]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestConfiguredFeatures.java#L52
java.sql.SQLException: Query failed (#20250121_135620_00000_izv62): Unknown session property spooling_enabled
|
pt (default, suite-ranger, )
Process completed with exit code 1.
|
TestConfiguredFeatures > selectConfiguredConnectors [groups: configured_features]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestConfiguredFeatures.java#L52
java.sql.SQLException: Query failed (#20250121_135620_00000_3kuyt): Unknown session property spooling_enabled
|
TestIgnite > testCreateTableAsSelect [groups: ignite, profile_specific_tests]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/ignite/TestIgnite.java#L35
java.sql.SQLException: Query failed (#20250121_135634_00002_3kuyt): Unknown session property spooling_enabled
|
pt (default, suite-ignite, )
Process completed with exit code 1.
|
TestSqlServerAutomaticJoinPushdown.testJoinPushdownAutomatic:
plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerAutomaticJoinPushdown.java#L1
Unknown session property spooling_enabled
|
TestSqlServerAutomaticJoinPushdown.testCrossJoinNoPushdown:
plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerAutomaticJoinPushdown.java#L1
Unknown session property spooling_enabled
|
|
|
|
TestSqlServerCaseInsensitiveMapping.testNonLowerCaseTableName:
plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135052_00016_xjxbh failed: SELECT column_name FROM information_schema.columns WHERE table_schema = 'someschema' AND table_name = 'nonlowercasetable'
|
TestSqlServerCaseInsensitiveMapping.testSchemaNameRuleMapping:
plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135054_00020_xjxbh failed: SELECT * FROM trino_schema.some_table_name
|
TestSqlServerCaseInsensitiveMapping.testSchemaNameClashWithRuleMapping:
plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135056_00024_xjxbh failed: SELECT * FROM casesensitivename_a.some_table_name
|
TestSqlServerCaseInsensitiveMapping.testSchemaNameClash:
plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerCaseInsensitiveMapping.java#L1
Expecting message:
"Unknown session property spooling_enabled"
to match regex:
"Failed to find remote schema name: Ambiguous name: casesensitivename"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.executeWithPlan(DistributedQueryRunner.java:554)
at io.trino.testing.QueryAssertions.assertQueryFails(QueryAssertions.java:463)
at io.trino.testing.AbstractTestQueryFramework.assertQueryFails(AbstractTestQueryFramework.java:451)
at io.trino.plugin.jdbc.BaseCaseInsensitiveMappingTest.testSchemaNameClash(BaseCaseInsensitiveMappingTest.java:153)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarch
|
TestSqlServerCaseInsensitiveMapping.testTableNameClash:
plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerCaseInsensitiveMapping.java#L1
Expecting message:
"Unknown session property spooling_enabled"
to match regex:
"Failed to find remote table name: Ambiguous name: casesensitivename"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.executeWithPlan(DistributedQueryRunner.java:554)
at io.trino.testing.QueryAssertions.assertQueryFails(QueryAssertions.java:463)
at io.trino.testing.AbstractTestQueryFramework.assertQueryFails(AbstractTestQueryFramework.java:451)
at io.trino.plugin.jdbc.BaseCaseInsensitiveMappingTest.testTableNameClash(BaseCaseInsensitiveMappingTest.java:180)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchic
|
test (plugin/trino-sqlserver)
Process completed with exit code 1.
|
TestTeradataFunctions > testChar2HexInt [groups: functions]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/teradata/TestTeradataFunctions.java#L40
java.sql.SQLException: Query failed (#20250121_135656_00001_v7qs4): Unknown session property spooling_enabled
|
TestTeradataFunctions > testIndex [groups: functions]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/teradata/TestTeradataFunctions.java#L34
java.sql.SQLException: Query failed (#20250121_135657_00002_v7qs4): Unknown session property spooling_enabled
|
TestTeradataFunctions > testToChar [groups: functions]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/teradata/TestTeradataFunctions.java#L62
java.sql.SQLException: Query failed (#20250121_135658_00003_v7qs4): Unknown session property spooling_enabled
|
TestTeradataFunctions > testToDate [groups: functions]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/teradata/TestTeradataFunctions.java#L46
java.sql.SQLException: Query failed (#20250121_135658_00004_v7qs4): Unknown session property spooling_enabled
|
TestTeradataFunctions > testToTimestamp [groups: functions]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/teradata/TestTeradataFunctions.java#L55
java.sql.SQLException: Query failed (#20250121_135659_00005_v7qs4): Unknown session property spooling_enabled
|
TestConfiguredFeatures > selectConfiguredConnectors [groups: configured_features]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestConfiguredFeatures.java#L52
java.sql.SQLException: Query failed (#20250121_135655_00000_v7qs4): Unknown session property spooling_enabled
|
pt (default, suite-functions, )
Process completed with exit code 1.
|
TestRedshiftCastPushdown.testCastPushdownDisabled:
plugin/trino-redshift/src/test/java/io/trino/plugin/redshift/TestRedshiftCastPushdown.java#L283
Unknown session property spooling_enabled
|
TestRedshiftCastPushdown.testJoinPushdownWithCast:
plugin/trino-redshift/src/test/java/io/trino/plugin/redshift/TestRedshiftCastPushdown.java#L1
Unknown session property spooling_enabled
|
TestRedshiftCastPushdown.testInvalidCast:
plugin/trino-redshift/src/test/java/io/trino/plugin/redshift/TestRedshiftCastPushdown.java#L1
Expecting message:
"Unknown session property spooling_enabled"
to match regex:
"(.*)Cannot cast (.*) to (.*)"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.execute(DistributedQueryRunner.java:548)
at io.trino.sql.query.QueryAssertions$QueryAssert.lambda$new$1(QueryAssertions.java:317)
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:200)
at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
at org.assertj.core.api.AssertionsForClassTypes.catchThrowable(AssertionsForClassTypes.java:904)
at org.assertj.core.api.Assertions.catchThrowable(Assertions.java:1472)
at io.trino.testing.assertions.TrinoExceptionAssert.assertTrinoExceptionThrownBy(TrinoExceptionAssert.java:67)
at io.trino.sql.query.QueryAssertions$QueryAssert.failure(QueryAssertions.java:400)
at io.trino.plugin.jdbc.BaseJdbcCastPushdownTest.assertInvalidCast(BaseJdbcCastPushdownTest.java:95)
at io.trino.plugin.jdbc.BaseJdbcCastPushdownTest.testInvalidCast(BaseJdbcCastPushdownTest.java:75)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at o
|
TestRedshiftCastPushdown.testProjectionPushdownWithCast:
plugin/trino-redshift/src/test/java/io/trino/plugin/redshift/TestRedshiftCastPushdown.java#L1
Unknown session property spooling_enabled
|
TestRedshiftCastPushdown.testCastRealInfinityValueToBigint:
plugin/trino-redshift/src/test/java/io/trino/plugin/redshift/TestRedshiftCastPushdown.java#L381
Unknown session property spooling_enabled
|
TestRedshiftCastPushdown.testCastPushdownWithCharConvertedToVarchar:
plugin/trino-redshift/src/test/java/io/trino/plugin/redshift/TestRedshiftCastPushdown.java#L587
Unknown session property spooling_enabled
|
TestRedshiftUnloadTypeMapping.testPostgresText:
plugin/trino-redshift/src/test/java/io/trino/plugin/redshift/TestRedshiftUnloadTypeMapping.java#L1
Unknown session property spooling_enabled
|
TestRedshiftUnloadTypeMapping.testVarbinary:
plugin/trino-redshift/src/test/java/io/trino/plugin/redshift/TestRedshiftUnloadTypeMapping.java#L1
Unknown session property spooling_enabled
|
TestRedshiftUnloadTypeMapping.testBasicTypes:
plugin/trino-redshift/src/test/java/io/trino/plugin/redshift/TestRedshiftUnloadTypeMapping.java#L1
Unknown session property spooling_enabled
|
TestRedshiftUnloadTypeMapping.testOversizedCharacterTypes:
plugin/trino-redshift/src/test/java/io/trino/plugin/redshift/TestRedshiftUnloadTypeMapping.java#L1
Unknown session property spooling_enabled
|
test (plugin/trino-redshift, cloud-tests)
Process completed with exit code 1.
|
TestSnowflake > testCreateTableAsSelect [groups: snowflake, profile_specific_tests]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/snowflake/TestSnowflake.java#L36
java.sql.SQLException: Query failed (#20250121_135711_00002_b4q3x): Your account is suspended due to lack of payment method.
|
TestConfiguredFeatures > selectConfiguredConnectors [groups: configured_features]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestConfiguredFeatures.java#L52
java.sql.SQLException: Query failed (#20250121_135708_00000_b4q3x): Unknown session property spooling_enabled
|
pt (default, suite-snowflake, )
Process completed with exit code 1.
|
TestIcebergAbfsConnectorSmokeTest.:
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergAbfsConnectorSmokeTest.java#L103
Unknown session property spooling_enabled
|
TestIcebergGcsConnectorSmokeTest.:
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergGcsConnectorSmokeTest.java#L119
Unknown session property spooling_enabled
|
TestIcebergGlueCatalogMaterializedView.testSessionCatalogSchema:
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/catalog/glue/TestIcebergGlueCatalogMaterializedView.java#L1
Execution of 'actual' query 20250121_135058_00093_vj8kx failed: SELECT COUNT(*) FROM iceberg.test_iceberg_materialized_view_dklw6wv22z.materialized_view_session_test
|
|
|
|
|
|
|
|
test (plugin/trino-iceberg, cloud-tests)
Process completed with exit code 1.
|
TestOracleCaseInsensitiveMapping.testTableNameRuleMapping:
plugin/trino-oracle/src/test/java/io/trino/plugin/oracle/TestOracleCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135038_00011_7fzd3 failed: SELECT * FROM remote_schema.trino_table
|
TestOracleCaseInsensitiveMapping.testTableNameClashWithRuleMapping:
plugin/trino-oracle/src/test/java/io/trino/plugin/oracle/TestOracleCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135041_00015_7fzd3 failed: SELECT * FROM remote_schema.casesensitivename_a
|
TestOracleCaseInsensitiveMapping.testNonLowerCaseTableName:
plugin/trino-oracle/src/test/java/io/trino/plugin/oracle/TestOracleCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135043_00016_7fzd3 failed: SELECT column_name FROM information_schema.columns WHERE table_schema = 'someschema' AND table_name = 'nonlowercasetable'
|
TestOracleCaseInsensitiveMapping.testSchemaNameRuleMapping:
plugin/trino-oracle/src/test/java/io/trino/plugin/oracle/TestOracleCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135044_00020_7fzd3 failed: SELECT * FROM trino_schema.some_table_name
|
TestOracleCaseInsensitiveMapping.testSchemaNameClashWithRuleMapping:
plugin/trino-oracle/src/test/java/io/trino/plugin/oracle/TestOracleCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135046_00024_7fzd3 failed: SELECT * FROM casesensitivename_a.some_table_name
|
TestOracleCaseInsensitiveMapping.testSchemaNameClash:
plugin/trino-oracle/src/test/java/io/trino/plugin/oracle/TestOracleCaseInsensitiveMapping.java#L1
Expecting message:
"Unknown session property spooling_enabled"
to match regex:
"Failed to find remote schema name: Ambiguous name: casesensitivename"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.executeWithPlan(DistributedQueryRunner.java:554)
at io.trino.testing.QueryAssertions.assertQueryFails(QueryAssertions.java:463)
at io.trino.testing.AbstractTestQueryFramework.assertQueryFails(AbstractTestQueryFramework.java:451)
at io.trino.plugin.jdbc.BaseCaseInsensitiveMappingTest.testSchemaNameClash(BaseCaseInsensitiveMappingTest.java:153)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarch
|
TestOracleCaseInsensitiveMapping.testTableNameClash:
plugin/trino-oracle/src/test/java/io/trino/plugin/oracle/TestOracleCaseInsensitiveMapping.java#L1
Expecting message:
"Unknown session property spooling_enabled"
to match regex:
"Failed to find remote table name: Ambiguous name: casesensitivename"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.executeWithPlan(DistributedQueryRunner.java:554)
at io.trino.testing.QueryAssertions.assertQueryFails(QueryAssertions.java:463)
at io.trino.testing.AbstractTestQueryFramework.assertQueryFails(AbstractTestQueryFramework.java:451)
at io.trino.plugin.jdbc.BaseCaseInsensitiveMappingTest.testTableNameClash(BaseCaseInsensitiveMappingTest.java:180)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchic
|
TestOracleCaseInsensitiveMapping.testSchemaAndTableNameRuleMapping:
plugin/trino-oracle/src/test/java/io/trino/plugin/oracle/TestOracleCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135032_00004_7fzd3 failed: SELECT * FROM trino_schema.trino_table
|
TestOracleCaseInsensitiveMapping.testNonLowerCaseSchemaName:
plugin/trino-oracle/src/test/java/io/trino/plugin/oracle/TestOracleCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135035_00007_7fzd3 failed: SELECT schema_name FROM information_schema.schemata WHERE schema_name LIKE '%nonlowercaseschema'
|
TestOracleCastPushdown.testJoinPushdownWithNestedCast:
plugin/trino-oracle/src/test/java/io/trino/plugin/oracle/TestOracleCastPushdown.java#L225
Unknown session property spooling_enabled
|
test (plugin/trino-oracle)
Process completed with exit code 1.
|
TestBigQueryArrowSerialization.testViewProjectionPredicates:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryArrowSerialization.java#L50
Execution of 'actual' query 20250121_135001_00002_zsngs failed: SELECT data FROM test.test_projection_predicates_edlkref3sv WHERE id = 1
|
TestBigQueryArrowTypeMapping.testBytes:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryArrowTypeMapping.java#L1
Unknown session property spooling_enabled
|
TestBigQueryArrowTypeMapping.testInteger:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryArrowTypeMapping.java#L1
Unknown session property spooling_enabled
|
TestBigQueryArrowTypeMapping.testArray:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryArrowTypeMapping.java#L1
Unknown session property spooling_enabled
|
TestBigQueryArrowTypeMapping.testFloat:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryArrowTypeMapping.java#L1
Unknown session property spooling_enabled
|
TestBigQueryArrowTypeMapping.testInt64:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryArrowTypeMapping.java#L1
Unknown session property spooling_enabled
|
TestBigQueryArrowTypeMapping.testJson:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryArrowTypeMapping.java#L1
Unknown session property spooling_enabled
|
TestBigQueryArrowTypeMapping.testDate:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryArrowTypeMapping.java#L1
Unknown session property spooling_enabled
|
TestBigQueryArrowTypeMapping.testDouble:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryArrowTypeMapping.java#L1
Unknown session property spooling_enabled
|
TestBigQueryArrowTypeMapping.testTime:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryArrowTypeMapping.java#L1
Unknown session property spooling_enabled
|
test (plugin/trino-bigquery, cloud-tests-2)
Process completed with exit code 1.
|
TestConfiguredFeatures > selectConfiguredConnectors [groups: configured_features]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestConfiguredFeatures.java#L52
java.sql.SQLException: Query failed (#20250121_135729_00000_f8hvt): Unknown session property spooling_enabled
|
TestMariaDb > testCreateTableAsSelect [groups: mariadb, profile_specific_tests]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/mariadb/TestMariaDb.java#L36
java.sql.SQLException: Query failed (#20250121_135743_00003_f8hvt): Unknown session property spooling_enabled
|
mysql > join_mysql_to_mysql [groups: profile_specific_tests, mysql]:
io/trino/tempto/mysql#L1
java.sql.SQLException: Query failed (#20250121_135647_00009_x6x4j): Unknown session property spooling_enabled
|
mysql > join_mysql_to_tpch [groups: profile_specific_tests, mysql]:
io/trino/tempto/mysql#L1
java.sql.SQLException: Query failed (#20250121_135647_00010_x6x4j): Unknown session property spooling_enabled
|
mysql > select [groups: profile_specific_tests, mysql]:
io/trino/tempto/mysql#L1
java.sql.SQLException: Query failed (#20250121_135648_00011_x6x4j): Unknown session property spooling_enabled
|
mysql > select_real [groups: profile_specific_tests, mysql]:
io/trino/tempto/mysql#L1
java.sql.SQLException: Query failed (#20250121_135648_00012_x6x4j): Unknown session property spooling_enabled
|
mysql > tinyint1_as_tinyint [groups: profile_specific_tests, mysql]:
io/trino/tempto/mysql#L1
java.sql.SQLException: Query failed (#20250121_135650_00015_x6x4j): Unknown session property spooling_enabled
|
TestJdbcDynamicFilteringJmx > testDynamicFilteringStats [groups: profile_specific_tests, mysql]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/mysql/TestJdbcDynamicFilteringJmx.java#L50
java.sql.SQLException: Query failed (#20250121_135644_00006_x6x4j): Unknown session property spooling_enabled
|
TestConfiguredFeatures > selectConfiguredConnectors [groups: configured_features]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestConfiguredFeatures.java#L52
java.sql.SQLException: Query failed (#20250121_135629_00000_x6x4j): Unknown session property spooling_enabled
|
pt (default, suite-mysql, )
Process completed with exit code 1.
|
hive_tpch > q01 [groups: tpch]:
io/trino/tempto/hive_tpch#L1
java.sql.SQLException: Query failed (#20250121_135732_00001_c3wjh): Unknown session property spooling_enabled
|
hive_tpch > q02 [groups: tpch]:
io/trino/tempto/hive_tpch#L1
java.sql.SQLException: Query failed (#20250121_135732_00002_c3wjh): Unknown session property spooling_enabled
|
hive_tpch > q03 [groups: tpch]:
io/trino/tempto/hive_tpch#L1
java.sql.SQLException: Query failed (#20250121_135733_00003_c3wjh): Unknown session property spooling_enabled
|
hive_tpch > q04 [groups: tpch]:
io/trino/tempto/hive_tpch#L1
java.sql.SQLException: Query failed (#20250121_135733_00004_c3wjh): Unknown session property spooling_enabled
|
hive_tpch > q05 [groups: tpch]:
io/trino/tempto/hive_tpch#L1
java.sql.SQLException: Query failed (#20250121_135734_00005_c3wjh): Unknown session property spooling_enabled
|
hive_tpch > q06 [groups: tpch]:
io/trino/tempto/hive_tpch#L1
java.sql.SQLException: Query failed (#20250121_135734_00006_c3wjh): Unknown session property spooling_enabled
|
hive_tpch > q07 [groups: tpch]:
io/trino/tempto/hive_tpch#L1
java.sql.SQLException: Query failed (#20250121_135735_00007_c3wjh): Unknown session property spooling_enabled
|
hive_tpch > q08 [groups: tpch]:
io/trino/tempto/hive_tpch#L1
java.sql.SQLException: Query failed (#20250121_135735_00008_c3wjh): Unknown session property spooling_enabled
|
hive_tpch > q09 [groups: large_query, tpch]:
io/trino/tempto/hive_tpch#L1
java.sql.SQLException: Query failed (#20250121_135736_00009_c3wjh): Unknown session property spooling_enabled
|
hive_tpch > q10 [groups: tpch]:
io/trino/tempto/hive_tpch#L1
java.sql.SQLException: Query failed (#20250121_135736_00010_c3wjh): Unknown session property spooling_enabled
|
pt (default, suite-tpch, )
Process completed with exit code 1.
|
TestMySqlAutomaticJoinPushdown.testJoinPushdownAutomatic:
plugin/trino-mysql/src/test/java/io/trino/plugin/mysql/TestMySqlAutomaticJoinPushdown.java#L1
Unknown session property spooling_enabled
|
TestMySqlAutomaticJoinPushdown.testCrossJoinNoPushdown:
plugin/trino-mysql/src/test/java/io/trino/plugin/mysql/TestMySqlAutomaticJoinPushdown.java#L1
Unknown session property spooling_enabled
|
|
TestMySqlAutomaticJoinPushdown.testAutomaticJoinPushdownTwice:
plugin/trino-mysql/src/test/java/io/trino/plugin/mysql/TestMySqlAutomaticJoinPushdown.java#L1
Unknown session property spooling_enabled
|
TestAltinityConnectorSmokeTest.:
plugin/trino-clickhouse/src/test/java/io/trino/plugin/clickhouse/TestAltinityConnectorSmokeTest.java#L30
Unknown session property spooling_enabled
|
TestMySqlCaseInsensitiveMapping.testSchemaAndTableNameRuleMapping:
plugin/trino-mysql/src/test/java/io/trino/plugin/mysql/TestMySqlCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135039_00004_2icxh failed: SELECT * FROM trino_schema.trino_table
|
TestMySqlCaseInsensitiveMapping.testNonLowerCaseSchemaName:
plugin/trino-mysql/src/test/java/io/trino/plugin/mysql/TestMySqlCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135041_00007_2icxh failed: SELECT schema_name FROM information_schema.schemata WHERE schema_name LIKE '%nonlowercaseschema'
|
TestAltinityLatestConnectorSmokeTest.:
plugin/trino-clickhouse/src/test/java/io/trino/plugin/clickhouse/TestAltinityLatestConnectorSmokeTest.java#L30
Unknown session property spooling_enabled
|
TestMySqlCaseInsensitiveMapping.testTableNameRuleMapping:
plugin/trino-mysql/src/test/java/io/trino/plugin/mysql/TestMySqlCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135043_00011_2icxh failed: SELECT * FROM remote_schema.trino_table
|
TestClickHouseConnectorSmokeTest.:
plugin/trino-clickhouse/src/test/java/io/trino/plugin/clickhouse/TestClickHouseConnectorSmokeTest.java#L31
Unknown session property spooling_enabled
|
TestMySqlCaseInsensitiveMapping.testTableNameClashWithRuleMapping:
plugin/trino-mysql/src/test/java/io/trino/plugin/mysql/TestMySqlCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135044_00015_2icxh failed: SELECT * FROM remote_schema.casesensitivename_a
|
TestMySqlCaseInsensitiveMapping.testNonLowerCaseTableName:
plugin/trino-mysql/src/test/java/io/trino/plugin/mysql/TestMySqlCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135044_00016_2icxh failed: SELECT column_name FROM information_schema.columns WHERE table_schema = 'someschema' AND table_name = 'nonlowercasetable'
|
TestClickHouseTypeMapping.testClickHouseDateMinMaxValues:
plugin/trino-clickhouse/src/test/java/io/trino/plugin/clickhouse/TestClickHouseTypeMapping.java#L1
Unknown session property spooling_enabled
|
TestMySqlCaseInsensitiveMapping.testSchemaNameRuleMapping:
plugin/trino-mysql/src/test/java/io/trino/plugin/mysql/TestMySqlCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135046_00020_2icxh failed: SELECT * FROM trino_schema.some_table_name
|
TestClickHouseTypeMapping.testClickHouseString:
plugin/trino-clickhouse/src/test/java/io/trino/plugin/clickhouse/TestClickHouseTypeMapping.java#L1
Unknown session property spooling_enabled
|
test (plugin/trino-mysql)
Process completed with exit code 1.
|
TestClickHouseConnectorTest.:
plugin/trino-clickhouse/src/test/java/io/trino/plugin/clickhouse/TestClickHouseConnectorTest.java#L99
Unknown session property spooling_enabled
|
TestClickHouseLatestConnectorSmokeTest.:
plugin/trino-clickhouse/src/test/java/io/trino/plugin/clickhouse/TestClickHouseLatestConnectorSmokeTest.java#L30
Unknown session property spooling_enabled
|
TestClickHouseLatestTypeMapping.testClickHouseDateMinMaxValues:
plugin/trino-clickhouse/src/test/java/io/trino/plugin/clickhouse/TestClickHouseLatestTypeMapping.java#L1
Unknown session property spooling_enabled
|
TestClickHouseLatestTypeMapping.testTinyint:
plugin/trino-clickhouse/src/test/java/io/trino/plugin/clickhouse/TestClickHouseLatestTypeMapping.java#L1
Unknown session property spooling_enabled
|
TestClickHouseLatestTypeMapping.testClickHouseString:
plugin/trino-clickhouse/src/test/java/io/trino/plugin/clickhouse/TestClickHouseLatestTypeMapping.java#L1
Unknown session property spooling_enabled
|
test (plugin/trino-clickhouse)
Process completed with exit code 1.
|
TestExasolCaseInsensitiveMapping.testNonLowerCaseSchemaName:
plugin/trino-exasol/src/test/java/io/trino/plugin/exasol/TestExasolCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135647_00002_bppwf failed: SELECT schema_name FROM information_schema.schemata WHERE schema_name LIKE '%nonlowercaseschema'
|
TestExasolCaseInsensitiveMapping.testSchemaNameClash:
plugin/trino-exasol/src/test/java/io/trino/plugin/exasol/TestExasolCaseInsensitiveMapping.java#L1
Expecting message:
"Unknown session property spooling_enabled"
to match regex:
"Failed to find remote schema name: Ambiguous name: casesensitivename"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.executeWithPlan(DistributedQueryRunner.java:554)
at io.trino.testing.QueryAssertions.assertQueryFails(QueryAssertions.java:463)
at io.trino.testing.AbstractTestQueryFramework.assertQueryFails(AbstractTestQueryFramework.java:451)
at io.trino.plugin.jdbc.BaseCaseInsensitiveMappingTest.testSchemaNameClash(BaseCaseInsensitiveMappingTest.java:153)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarch
|
TestExasolCaseInsensitiveMapping.testTableNameClash:
plugin/trino-exasol/src/test/java/io/trino/plugin/exasol/TestExasolCaseInsensitiveMapping.java#L1
Expecting message:
"Unknown session property spooling_enabled"
to match regex:
"Failed to find remote table name: Ambiguous name: casesensitivename"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.executeWithPlan(DistributedQueryRunner.java:554)
at io.trino.testing.QueryAssertions.assertQueryFails(QueryAssertions.java:463)
at io.trino.testing.AbstractTestQueryFramework.assertQueryFails(AbstractTestQueryFramework.java:451)
at io.trino.plugin.jdbc.BaseCaseInsensitiveMappingTest.testTableNameClash(BaseCaseInsensitiveMappingTest.java:180)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchic
|
TestExasolCaseInsensitiveMapping.testSchemaAndTableNameRuleMapping:
plugin/trino-exasol/src/test/java/io/trino/plugin/exasol/TestExasolCaseInsensitiveMapping.java#L101
Execution of 'actual' query 20250121_135651_00012_bppwf failed: SELECT * FROM trino_schema.trino_table
|
TestExasolCaseInsensitiveMapping.testTableNameRuleMapping:
plugin/trino-exasol/src/test/java/io/trino/plugin/exasol/TestExasolCaseInsensitiveMapping.java#L78
Execution of 'actual' query 20250121_135652_00015_bppwf failed: SELECT * FROM remote_schema.trino_table
|
TestExasolCaseInsensitiveMapping.testTableNameClashWithRuleMapping:
plugin/trino-exasol/src/test/java/io/trino/plugin/exasol/TestExasolCaseInsensitiveMapping.java#L143
Execution of 'actual' query 20250121_135654_00018_bppwf failed: SELECT * FROM remote_schema.casesensitivename_a
|
TestExasolCaseInsensitiveMapping.testNonLowerCaseTableName:
plugin/trino-exasol/src/test/java/io/trino/plugin/exasol/TestExasolCaseInsensitiveMapping.java#L163
Execution of 'actual' query 20250121_135655_00019_bppwf failed: SELECT column_name FROM information_schema.columns WHERE table_schema = 'someschema' AND table_name = 'nonlowercasetable'
|
TestExasolCaseInsensitiveMapping.testSchemaNameRuleMapping:
plugin/trino-exasol/src/test/java/io/trino/plugin/exasol/TestExasolCaseInsensitiveMapping.java#L213
Execution of 'actual' query 20250121_135656_00022_bppwf failed: SELECT * FROM trino_schema.some_table_name
|
TestExasolCaseInsensitiveMapping.testSchemaNameClashWithRuleMapping:
plugin/trino-exasol/src/test/java/io/trino/plugin/exasol/TestExasolCaseInsensitiveMapping.java#L255
Execution of 'actual' query 20250121_135657_00025_bppwf failed: SELECT * FROM casesensitivename_a.some_table_name
|
TestExasolConnectorTest.:
plugin/trino-exasol/src/test/java/io/trino/plugin/exasol/TestExasolConnectorTest.java#L58
Unknown session property spooling_enabled
|
test (plugin/trino-exasol)
Process completed with exit code 1.
|
TestHiveSchema > testHiveInformationSchemaFilteredOut [groups: hms_only, storage_formats]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveSchema.java#L185
java.sql.SQLException: Query failed (#20250121_135706_00037_vpymv): Unknown session property spooling_enabled
|
TestHiveSchema > testSysSchemaFilteredOut [groups: hms_only, storage_formats]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveSchema.java#L83
java.sql.SQLException: Query failed (#20250121_135707_00047_vpymv): Unknown session property spooling_enabled
|
TestIcebergHiveViewsCompatibility > testIcebergHiveViewsCompatibility [groups: hms_only, storage_formats, iceberg]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/iceberg/TestIcebergHiveViewsCompatibility.java#L98
java.sql.SQLException: Query failed (#20250121_135859_00400_vpymv): Unknown session property spooling_enabled
|
TestHiveStorageFormats > testCreatePartitionedTableAs(0: StorageFormat{name=ORC, properties={}, sessionProperties={hive.orc_optimized_writer_validate=true}}) [groups: hms_only, storage_formats]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveStorageFormats.java#L529
java.sql.SQLException: Query failed (#20250121_135709_00052_vpymv): Unknown session property spooling_enabled
|
TestHiveStorageFormats > testCreatePartitionedTableAs(0: StorageFormat{name=PARQUET, properties={}, sessionProperties={hive.parquet_optimized_writer_validation_percentage=100}}) [groups: hms_only, storage_formats]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveStorageFormats.java#L529
java.sql.SQLException: Query failed (#20250121_135711_00056_vpymv): Unknown session property spooling_enabled
|
TestHiveStorageFormats > testCreatePartitionedTableAs(0: StorageFormat{name=RCBINARY, properties={}, sessionProperties={hive.rcfile_optimized_writer_validate=true}}) [groups: hms_only, storage_formats]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveStorageFormats.java#L529
java.sql.SQLException: Query failed (#20250121_135713_00060_vpymv): Unknown session property spooling_enabled
|
TestHiveStorageFormats > testCreatePartitionedTableAs(0: StorageFormat{name=RCTEXT, properties={}, sessionProperties={hive.rcfile_optimized_writer_validate=true}}) [groups: hms_only, storage_formats]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveStorageFormats.java#L529
java.sql.SQLException: Query failed (#20250121_135714_00064_vpymv): Unknown session property spooling_enabled
|
TestHiveStorageFormats > testCreatePartitionedTableAs(0: StorageFormat{name=SEQUENCEFILE, properties={}, sessionProperties={}}) [groups: hms_only, storage_formats]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveStorageFormats.java#L529
java.sql.SQLException: Query failed (#20250121_135715_00068_vpymv): Unknown session property spooling_enabled
|
TestHiveStorageFormats > testCreatePartitionedTableAs(0: StorageFormat{name=TEXTFILE, properties={}, sessionProperties={}}) [groups: hms_only, storage_formats]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveStorageFormats.java#L529
java.sql.SQLException: Query failed (#20250121_135717_00072_vpymv): Unknown session property spooling_enabled
|
TestHiveStorageFormats > testCreatePartitionedTableAs(0: StorageFormat{name=TEXTFILE, properties={textfile_field_separator=F, textfile_field_separator_escape=E}, sessionProperties={}}) [groups: hms_only, storage_formats]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveStorageFormats.java#L529
java.sql.SQLException: Query failed (#20250121_135719_00076_vpymv): Unknown session property spooling_enabled
|
pt (apache-hive3, suite-hms-only, )
Process completed with exit code 1.
|
TestExternalAuthorizerOAuth2 > shouldAuthenticateAfterTokenExpires [groups: profile_specific_tests, oauth2]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/jdbc/TestExternalAuthorizerOAuth2.java#L111
Query failed (#20250121_135809_00001_ca83c): Unknown session property spooling_enabled
|
TestExternalAuthorizerOAuth2 > shouldAuthenticateAndExecuteQuery [groups: profile_specific_tests, oauth2]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/jdbc/TestExternalAuthorizerOAuth2.java#L99
Query failed (#20250121_135810_00003_ca83c): Unknown session property spooling_enabled
|
TestExternalAuthorizerOAuth2 > shouldAuthenticateAfterTokenExpires [groups: profile_specific_tests, oauth2]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/jdbc/TestExternalAuthorizerOAuth2.java#L111
Query failed (#20250121_135845_00001_7m8m5): Unknown session property spooling_enabled
|
TestExternalAuthorizerOAuth2 > shouldAuthenticateAndExecuteQuery [groups: profile_specific_tests, oauth2]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/jdbc/TestExternalAuthorizerOAuth2.java#L99
Query failed (#20250121_135847_00003_7m8m5): Unknown session property spooling_enabled
|
TestExternalAuthorizerOAuth2 > shouldAuthenticateAfterTokenExpires [groups: profile_specific_tests, oauth2]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/jdbc/TestExternalAuthorizerOAuth2.java#L111
Query failed (#20250121_135617_00001_75y54): Unknown session property spooling_enabled
|
TestExternalAuthorizerOAuth2 > shouldAuthenticateAndExecuteQuery [groups: profile_specific_tests, oauth2]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/jdbc/TestExternalAuthorizerOAuth2.java#L99
Query failed (#20250121_135619_00003_75y54): Unknown session property spooling_enabled
|
TestExternalAuthorizerOAuth2 > shouldAuthenticateAfterTokenExpires [groups: profile_specific_tests, oauth2]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/jdbc/TestExternalAuthorizerOAuth2.java#L111
Query failed (#20250121_135656_00001_qg77p): Unknown session property spooling_enabled
|
TestExternalAuthorizerOAuth2 > shouldAuthenticateAndExecuteQuery [groups: profile_specific_tests, oauth2]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/jdbc/TestExternalAuthorizerOAuth2.java#L99
Query failed (#20250121_135657_00003_qg77p): Unknown session property spooling_enabled
|
TestExternalAuthorizerOAuth2 > shouldAuthenticateAfterTokenExpires [groups: profile_specific_tests, oauth2]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/jdbc/TestExternalAuthorizerOAuth2.java#L111
Query failed (#20250121_135732_00001_d8wue): Unknown session property spooling_enabled
|
TestExternalAuthorizerOAuth2 > shouldAuthenticateAndExecuteQuery [groups: profile_specific_tests, oauth2]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/jdbc/TestExternalAuthorizerOAuth2.java#L99
Query failed (#20250121_135733_00003_d8wue): Unknown session property spooling_enabled
|
pt (default, suite-oauth2, )
Process completed with exit code 1.
|
TestDeltaLakeGcs > testBasicWriteOperations [groups: profile_specific_tests, delta-lake-gcs]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeGcs.java#L40
java.sql.SQLException: Query failed (#20250121_135740_00003_s228m): Unknown session property spooling_enabled
|
TestDeltaLakeGcs > testCreateAndSelectNationTable [groups: profile_specific_tests, delta-lake-gcs]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeGcs.java#L34
java.sql.SQLException: Query failed (#20250121_135745_00005_s228m): Unknown session property spooling_enabled
|
TestDeltaLakeGcs > testPathContainsSpecialCharacter [groups: profile_specific_tests, delta-lake-gcs]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeGcs.java#L46
java.sql.SQLException: Query failed (#20250121_135749_00009_s228m): Unknown session property spooling_enabled
|
TestConfiguredFeatures > selectConfiguredConnectors [groups: configured_features]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestConfiguredFeatures.java#L52
java.sql.SQLException: Query failed (#20250121_135732_00000_s228m): Unknown session property spooling_enabled
|
TestHiveGcs > testInsertTable [groups: profile_specific_tests, hive_gcs]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveGcs.java#L34
java.sql.SQLException: Query failed (#20250121_140056_00004_6byux): Unknown session property spooling_enabled
|
TestHiveGcs > testPathContainsSpecialCharacter [groups: profile_specific_tests, hive_gcs]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveGcs.java#L40
java.sql.SQLException: Query failed (#20250121_140102_00009_6byux): Unknown session property spooling_enabled
|
TestHiveGcs > testSparkReadingTrinoData [groups: profile_specific_tests, hive_gcs]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveGcs.java#L46
java.sql.SQLException: Query failed (#20250121_140105_00015_6byux): Unknown session property spooling_enabled
|
TestConfiguredFeatures > selectConfiguredConnectors [groups: configured_features]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestConfiguredFeatures.java#L52
java.sql.SQLException: Query failed (#20250121_140047_00000_6byux): Unknown session property spooling_enabled
|
TestIcebergGcs > testBasicWriteOperations [groups: profile_specific_tests, iceberg_gcs]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/iceberg/TestIcebergGcs.java#L40
java.sql.SQLException: Query failed (#20250121_135913_00003_semw9): Unknown session property spooling_enabled
|
TestIcebergGcs > testCreateAndSelectNationTable [groups: profile_specific_tests, iceberg_gcs]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/iceberg/TestIcebergGcs.java#L34
java.sql.SQLException: Query failed (#20250121_135919_00005_semw9): Unknown session property spooling_enabled
|
pt (default, suite-gcs, )
Process completed with exit code 1.
|
TestHiveRedirectionToHudi > testRedirect(0: cow) [groups: hive_hudi_redirections, profile_specific_tests]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveRedirectionToHudi.java#L67
java.sql.SQLException: Query failed (#20250121_140026_00009_upvqa): Unknown session property spooling_enabled
|
TestHiveRedirectionToHudi > testRedirect(0: mor) [groups: hive_hudi_redirections, profile_specific_tests]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveRedirectionToHudi.java#L67
java.sql.SQLException: Query failed (#20250121_140030_00010_upvqa): Unknown session property spooling_enabled
|
TestHiveRedirectionToHudi > testRedirectPartitionsToPartitioned(0: cow) [groups: hive_hudi_redirections, profile_specific_tests]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveRedirectionToHudi.java#L170
java.sql.SQLException: Query failed (#20250121_140037_00011_upvqa): Unknown session property spooling_enabled
|
TestHiveRedirectionToHudi > testRedirectPartitionsToPartitioned(0: mor) [groups: hive_hudi_redirections, profile_specific_tests]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveRedirectionToHudi.java#L170
java.sql.SQLException: Query failed (#20250121_140044_00012_upvqa): Unknown session property spooling_enabled
|
TestHiveRedirectionToHudi > testRedirectPartitionsToUnpartitioned [groups: hive_hudi_redirections, profile_specific_tests]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveRedirectionToHudi.java#L151
java.sql.SQLException: Query failed (#20250121_140048_00013_upvqa): Unknown session property spooling_enabled
|
TestHiveRedirectionToHudi > testRedirectToNonexistentCatalog [groups: hive_hudi_redirections, profile_specific_tests]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveRedirectionToHudi.java#L108
java.sql.SQLException: Query failed (#20250121_140052_00014_upvqa): Unknown session property spooling_enabled
|
TestHiveRedirectionToHudi > testRedirectWithDefaultSchemaInSession [groups: hive_hudi_redirections, profile_specific_tests]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveRedirectionToHudi.java#L131
java.sql.SQLException: Query failed (#20250121_140056_00016_upvqa): Unknown session property spooling_enabled
|
TestHiveRedirectionToHudi > testRedirectWithNonDefaultSchema [groups: hive_hudi_redirections, profile_specific_tests]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveRedirectionToHudi.java#L90
java.sql.SQLException: Query failed (#20250121_140100_00017_upvqa): Unknown session property spooling_enabled
|
TestConfiguredFeatures > selectConfiguredConnectors [groups: configured_features]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestConfiguredFeatures.java#L52
java.sql.SQLException: Query failed (#20250121_135921_00000_upvqa): Unknown session property spooling_enabled
|
TestHudiSparkCompatibility > testTimelineTableRedirect [groups: hive_hudi_redirections, profile_specific_tests]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hudi/TestHudiSparkCompatibility.java#L314
java.sql.SQLException: Query failed (#20250121_140120_00022_upvqa): Unknown session property spooling_enabled
|
pt (default, suite-hudi, )
Process completed with exit code 1.
|
tpcds > q01 [groups: tpcds]:
io/trino/tempto/tpcds#L1
java.sql.SQLException: Query failed (#20250121_135918_00001_hwefr): Unknown session property spooling_enabled
|
tpcds > q02 [groups: tpcds]:
io/trino/tempto/tpcds#L1
java.sql.SQLException: Query failed (#20250121_135919_00002_hwefr): Unknown session property spooling_enabled
|
tpcds > q03 [groups: tpcds]:
io/trino/tempto/tpcds#L1
java.sql.SQLException: Query failed (#20250121_135920_00003_hwefr): Unknown session property spooling_enabled
|
tpcds > q04 [groups: tpcds]:
io/trino/tempto/tpcds#L1
java.sql.SQLException: Query failed (#20250121_135920_00004_hwefr): Unknown session property spooling_enabled
|
tpcds > q05 [groups: tpcds]:
io/trino/tempto/tpcds#L1
java.sql.SQLException: Query failed (#20250121_135921_00005_hwefr): Unknown session property spooling_enabled
|
tpcds > q06 [groups: tpcds]:
io/trino/tempto/tpcds#L1
java.sql.SQLException: Query failed (#20250121_135921_00006_hwefr): Unknown session property spooling_enabled
|
tpcds > q07 [groups: tpcds]:
io/trino/tempto/tpcds#L1
java.sql.SQLException: Query failed (#20250121_135921_00007_hwefr): Unknown session property spooling_enabled
|
tpcds > q08 [groups: tpcds]:
io/trino/tempto/tpcds#L1
java.sql.SQLException: Query failed (#20250121_135922_00008_hwefr): Unknown session property spooling_enabled
|
tpcds > q09 [groups: tpcds]:
io/trino/tempto/tpcds#L1
java.sql.SQLException: Query failed (#20250121_135922_00009_hwefr): Unknown session property spooling_enabled
|
tpcds > q10 [groups: tpcds]:
io/trino/tempto/tpcds#L1
java.sql.SQLException: Query failed (#20250121_135923_00010_hwefr): Unknown session property spooling_enabled
|
pt (default, suite-tpcds, )
Process completed with exit code 1.
|
TestHiveCoercionOnPartitionedTable > testHiveCoercionAvro [groups: jdbc]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveCoercionOnPartitionedTable.java#L431
java.sql.SQLException: Query failed (#20250121_135858_00055_dwrm3): Unknown session property spooling_enabled
|
TestHiveCoercionOnPartitionedTable > testHiveCoercionOrc [groups: jdbc]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveCoercionOnPartitionedTable.java#L344
java.sql.SQLException: Query failed (#20250121_135914_00059_dwrm3): Unknown session property spooling_enabled
|
TestHiveCoercionOnPartitionedTable > testHiveCoercionParquet [groups: jdbc]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveCoercionOnPartitionedTable.java#L386
java.sql.SQLException: Query failed (#20250121_135928_00063_dwrm3): Unknown session property spooling_enabled
|
TestHiveCoercionOnPartitionedTable > testHiveCoercionRcBinary [groups: jdbc]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveCoercionOnPartitionedTable.java#L372
java.sql.SQLException: Query failed (#20250121_135940_00067_dwrm3): Unknown session property spooling_enabled
|
TestHiveCoercionOnPartitionedTable > testHiveCoercionRcText [groups: jdbc]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveCoercionOnPartitionedTable.java#L358
java.sql.SQLException: Query failed (#20250121_135951_00071_dwrm3): Unknown session property spooling_enabled
|
TestHiveCoercionOnPartitionedTable > testHiveCoercionSequence [groups: jdbc]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveCoercionOnPartitionedTable.java#L400
java.sql.SQLException: Query failed (#20250121_140003_00075_dwrm3): Unknown session property spooling_enabled
|
TestHiveCoercionOnPartitionedTable > testHiveCoercionTextFile [groups: jdbc]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveCoercionOnPartitionedTable.java#L330
java.sql.SQLException: Query failed (#20250121_140014_00079_dwrm3): Unknown session property spooling_enabled
|
TestHiveCoercionOnPartitionedTable > testHiveCoercionWithDifferentTimestampPrecisionOrc [groups: jdbc]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveCoercionOnPartitionedTable.java#L351
java.sql.SQLException: Query failed (#20250121_140016_00082_dwrm3): Unknown session property spooling_enabled
|
TestHiveCoercionOnPartitionedTable > testHiveCoercionWithDifferentTimestampPrecisionParquet [groups: jdbc]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveCoercionOnPartitionedTable.java#L393
java.sql.SQLException: Query failed (#20250121_140019_00085_dwrm3): Unknown session property spooling_enabled
|
TestHiveCoercionOnPartitionedTable > testHiveCoercionWithDifferentTimestampPrecisionRcBinary [groups: jdbc]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveCoercionOnPartitionedTable.java#L379
java.sql.SQLException: Query failed (#20250121_140021_00088_dwrm3): Unknown session property spooling_enabled
|
pt (default, suite-clients, )
Process completed with exit code 1.
|
TestJdbcCachingConnectorSmokeTest.:
plugin/trino-base-jdbc/src/test/java/io/trino/plugin/jdbc/TestJdbcCachingConnectorSmokeTest.java#L29
Unknown session property spooling_enabled
|
TestJdbcConnectionCreation.:
plugin/trino-base-jdbc/src/test/java/io/trino/plugin/jdbc/TestJdbcConnectionCreation.java#L47
Unknown session property spooling_enabled
|
TestJdbcTableProperties.:
plugin/trino-base-jdbc/src/test/java/io/trino/plugin/jdbc/TestJdbcTableProperties.java#L53
Unknown session property spooling_enabled
|
TestJdbcConnectionAccesses.:
plugin/trino-base-jdbc/src/test/java/io/trino/plugin/jdbc/TestJdbcConnectionAccesses.java#L49
Unknown session property spooling_enabled
|
TestJdbcConnectorTest.:
plugin/trino-base-jdbc/src/test/java/io/trino/plugin/jdbc/TestJdbcConnectorTest.java#L61
Unknown session property spooling_enabled
|
TestJdbcFlushMetadataCacheProcedure.:
plugin/trino-base-jdbc/src/test/java/io/trino/plugin/jdbc/TestJdbcFlushMetadataCacheProcedure.java#L49
Unknown session property spooling_enabled
|
TestMemoryTableStatistics.:
plugin/trino-memory/src/test/java/io/trino/plugin/memory/TestMemoryTableStatistics.java#L38
Unknown session property spooling_enabled
|
TestMemoryConnectorTest.:
plugin/trino-memory/src/test/java/io/trino/plugin/memory/TestMemoryConnectorTest.java#L83
Unknown session property spooling_enabled
|
TestThriftConnectorTest.testLargeIn:
plugin/trino-thrift/src/test/java/io/trino/plugin/thrift/integration/TestThriftConnectorTest.java#L1
Execution of 'actual' query 20250121_135027_00012_ykm6r failed: SELECT orderkey FROM orders WHERE orderkey IN (0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 254, 256, 258, 260, 262, 264, 266, 268, 270, 272, 274, 276, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298, 300, 302, 304, 306, 308, 310, 312, 314, 316, 318, 320, 322, 324, 326, 328, 330, 332, 334, 336, 338, 340, 342, 344, 346, 348, 350, 352, 354, 356, 358, 360, 362, 364, 366, 368, 370, 372, 374, 376, 378, 380, 382, 384, 386, 388, 390, 392, 394, 396, 398)
|
TestThriftConnectorTest.testDistinctWithOrderBy:
plugin/trino-thrift/src/test/java/io/trino/plugin/thrift/integration/TestThriftConnectorTest.java#L1
Execution of 'actual' query 20250121_135027_00013_ykm6r failed: SELECT DISTINCT custkey FROM orders ORDER BY custkey LIMIT 10
|
test (client/trino-jdbc,plugin/trino-base-jdbc,plugin/trino-memory,plugin/trino-thrift)
Process completed with exit code 1.
|
TestParquet > testTpcds(0: 01) [groups: profile_specific_tests, parquet]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestParquet.java#L58
java.sql.SQLException: Query failed (#20250121_135954_00036_uqt9k): Unknown session property spooling_enabled
|
TestParquet > testTpcds(0: 02) [groups: profile_specific_tests, parquet]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestParquet.java#L58
java.sql.SQLException: Query failed (#20250121_135954_00038_uqt9k): Unknown session property spooling_enabled
|
TestParquet > testTpcds(0: 03) [groups: profile_specific_tests, parquet]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestParquet.java#L58
java.sql.SQLException: Query failed (#20250121_135955_00040_uqt9k): Unknown session property spooling_enabled
|
TestParquet > testTpcds(0: 04) [groups: profile_specific_tests, parquet]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestParquet.java#L58
java.sql.SQLException: Query failed (#20250121_135956_00042_uqt9k): Unknown session property spooling_enabled
|
TestParquet > testTpcds(0: 05) [groups: profile_specific_tests, parquet]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestParquet.java#L58
java.sql.SQLException: Query failed (#20250121_135956_00044_uqt9k): Unknown session property spooling_enabled
|
TestParquet > testTpcds(0: 06) [groups: profile_specific_tests, parquet]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestParquet.java#L58
java.sql.SQLException: Query failed (#20250121_135956_00046_uqt9k): Unknown session property spooling_enabled
|
TestParquet > testTpcds(0: 07) [groups: profile_specific_tests, parquet]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestParquet.java#L58
java.sql.SQLException: Query failed (#20250121_135957_00048_uqt9k): Unknown session property spooling_enabled
|
TestParquet > testTpcds(0: 08) [groups: profile_specific_tests, parquet]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestParquet.java#L58
java.sql.SQLException: Query failed (#20250121_135957_00050_uqt9k): Unknown session property spooling_enabled
|
TestParquet > testTpcds(0: 09) [groups: profile_specific_tests, parquet]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestParquet.java#L58
java.sql.SQLException: Query failed (#20250121_135958_00052_uqt9k): Unknown session property spooling_enabled
|
TestParquet > testTpcds(0: 10) [groups: profile_specific_tests, parquet]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestParquet.java#L58
java.sql.SQLException: Query failed (#20250121_135958_00054_uqt9k): Unknown session property spooling_enabled
|
pt (default, suite-parquet, )
Process completed with exit code 1.
|
TestSingleStoreCaseInsensitiveMapping.testTableNameClashWithRuleMapping:
plugin/trino-singlestore/src/test/java/io/trino/plugin/singlestore/TestSingleStoreCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135424_00016_9gwfj failed: SELECT * FROM remote_schema.casesensitivename_a
|
TestSingleStoreCaseInsensitiveMapping.testNonLowerCaseTableName:
plugin/trino-singlestore/src/test/java/io/trino/plugin/singlestore/TestSingleStoreCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135427_00017_9gwfj failed: SELECT column_name FROM information_schema.columns WHERE table_schema = 'someschema' AND table_name = 'nonlowercasetable'
|
TestSingleStoreCaseInsensitiveMapping.testSchemaNameRuleMapping:
plugin/trino-singlestore/src/test/java/io/trino/plugin/singlestore/TestSingleStoreCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135431_00021_9gwfj failed: SELECT * FROM trino_schema.some_table_name
|
TestSingleStoreCaseInsensitiveMapping.testSchemaNameClashWithRuleMapping:
plugin/trino-singlestore/src/test/java/io/trino/plugin/singlestore/TestSingleStoreCaseInsensitiveMapping.java#L1
Execution of 'actual' query 20250121_135436_00025_9gwfj failed: SELECT * FROM casesensitivename_a.some_table_name
|
TestSingleStoreCaseInsensitiveMapping.testSchemaNameClash:
plugin/trino-singlestore/src/test/java/io/trino/plugin/singlestore/TestSingleStoreCaseInsensitiveMapping.java#L1
Expecting message:
"Unknown session property spooling_enabled"
to match regex:
"Failed to find remote schema name: Ambiguous name: casesensitivename"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.executeWithPlan(DistributedQueryRunner.java:554)
at io.trino.testing.QueryAssertions.assertQueryFails(QueryAssertions.java:463)
at io.trino.testing.AbstractTestQueryFramework.assertQueryFails(AbstractTestQueryFramework.java:451)
at io.trino.plugin.jdbc.BaseCaseInsensitiveMappingTest.testSchemaNameClash(BaseCaseInsensitiveMappingTest.java:153)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarch
|
TestSingleStoreCaseInsensitiveMapping.testTableNameClash:
plugin/trino-singlestore/src/test/java/io/trino/plugin/singlestore/TestSingleStoreCaseInsensitiveMapping.java#L1
Expecting message:
"Unknown session property spooling_enabled"
to match regex:
"Failed to find remote table name: Ambiguous name: casesensitivename"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.executeWithPlan(DistributedQueryRunner.java:554)
at io.trino.testing.QueryAssertions.assertQueryFails(QueryAssertions.java:463)
at io.trino.testing.AbstractTestQueryFramework.assertQueryFails(AbstractTestQueryFramework.java:451)
at io.trino.plugin.jdbc.BaseCaseInsensitiveMappingTest.testTableNameClash(BaseCaseInsensitiveMappingTest.java:180)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchic
|
TestSingleStoreConnectorTest.:
plugin/trino-singlestore/src/test/java/io/trino/plugin/singlestore/TestSingleStoreConnectorTest.java#L57
Unknown session property spooling_enabled
|
|
TestSingleStoreTypeMapping.testUnsupportedBigint:
plugin/trino-singlestore/src/test/java/io/trino/plugin/singlestore/TestSingleStoreTypeMapping.java#L81
Unknown session property spooling_enabled
|
TestSingleStoreTypeMapping.testUnsupportedTinyint:
plugin/trino-singlestore/src/test/java/io/trino/plugin/singlestore/TestSingleStoreTypeMapping.java#L51
Unknown session property spooling_enabled
|
test (plugin/trino-singlestore)
Process completed with exit code 1.
|
TestDruidCaseInsensitiveMapping.:
plugin/trino-druid/src/test/java/io/trino/plugin/druid/TestDruidCaseInsensitiveMapping.java#L68
Unknown session property spooling_enabled
|
TestDruidConnectorTest.:
plugin/trino-druid/src/test/java/io/trino/plugin/druid/TestDruidConnectorTest.java#L72
Unknown session property spooling_enabled
|
TestDruidLatestConnectorSmokeTest.:
plugin/trino-druid/src/test/java/io/trino/plugin/druid/TestDruidLatestConnectorSmokeTest.java#L39
Unknown session property spooling_enabled
|
TestDruidTypeMapping.testFloatNaN:
plugin/trino-druid/src/test/java/io/trino/plugin/druid/TestDruidTypeMapping.java#L148
Expecting message:
"Unknown session property spooling_enabled"
to match regex:
".*class java.lang.String cannot be cast to class java.lang.Number.*"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.execute(DistributedQueryRunner.java:548)
at io.trino.sql.query.QueryAssertions$QueryAssert.lambda$new$1(QueryAssertions.java:317)
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:200)
at io.trino.sql.query.QueryAssertions$QueryAssert.result(QueryAssertions.java:436)
at io.trino.testing.datatype.SqlDataTypeTest.verifySelect(SqlDataTypeTest.java:102)
at io.trino.testing.datatype.SqlDataTypeTest.execute(SqlDataTypeTest.java:90)
at io.trino.testing.datatype.SqlDataTypeTest.execute(SqlDataTypeTest.java:83)
at io.trino.plugin.druid.TestDruidTypeMapping.lambda$testFloatNaN$3(TestDruidTypeMapping.java:147)
at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
at org.assertj.core.api.AssertionsForClassTypes.catchThrowable(AssertionsForClassTypes.java:904)
at org.assertj.core.api.Assertions.catchThrowable(Assertions.java:1472)
at org.assertj.core.api.Assertions.assertThatThrownBy(Assertions.java:1315)
at io.trino.plugin.druid.TestDruidTypeMapping.testFloatNaN(TestDruidTypeMapping.java:143)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector
|
TestDruidTypeMapping.testFloat:
plugin/trino-druid/src/test/java/io/trino/plugin/druid/TestDruidTypeMapping.java#L137
Unknown session property spooling_enabled
|
TestDruidTypeMapping.testLong:
plugin/trino-druid/src/test/java/io/trino/plugin/druid/TestDruidTypeMapping.java#L78
Unknown session property spooling_enabled
|
TestDruidTypeMapping.testVarchar:
plugin/trino-druid/src/test/java/io/trino/plugin/druid/TestDruidTypeMapping.java#L183
Unknown session property spooling_enabled
|
TestDruidTypeMapping.testDoubleNaN:
plugin/trino-druid/src/test/java/io/trino/plugin/druid/TestDruidTypeMapping.java#L102
Expecting message:
"Unknown session property spooling_enabled"
to match regex:
".*class java.lang.String cannot be cast to class java.lang.Number.*"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.execute(DistributedQueryRunner.java:548)
at io.trino.sql.query.QueryAssertions$QueryAssert.lambda$new$1(QueryAssertions.java:317)
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:200)
at io.trino.sql.query.QueryAssertions$QueryAssert.result(QueryAssertions.java:436)
at io.trino.testing.datatype.SqlDataTypeTest.verifySelect(SqlDataTypeTest.java:102)
at io.trino.testing.datatype.SqlDataTypeTest.execute(SqlDataTypeTest.java:90)
at io.trino.testing.datatype.SqlDataTypeTest.execute(SqlDataTypeTest.java:83)
at io.trino.plugin.druid.TestDruidTypeMapping.lambda$testDoubleNaN$0(TestDruidTypeMapping.java:101)
at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
at org.assertj.core.api.AssertionsForClassTypes.catchThrowable(AssertionsForClassTypes.java:904)
at org.assertj.core.api.Assertions.catchThrowable(Assertions.java:1472)
at org.assertj.core.api.Assertions.assertThatThrownBy(Assertions.java:1315)
at io.trino.plugin.druid.TestDruidTypeMapping.testDoubleNaN(TestDruidTypeMapping.java:97)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.ThrowableCollecto
|
TestDruidTypeMapping.testFloatInfinity:
plugin/trino-druid/src/test/java/io/trino/plugin/druid/TestDruidTypeMapping.java#L159
Expecting message:
"Unknown session property spooling_enabled"
to match regex:
".*class java.lang.String cannot be cast to class java.lang.Number.*"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.execute(DistributedQueryRunner.java:548)
at io.trino.sql.query.QueryAssertions$QueryAssert.lambda$new$1(QueryAssertions.java:317)
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:200)
at io.trino.sql.query.QueryAssertions$QueryAssert.result(QueryAssertions.java:436)
at io.trino.testing.datatype.SqlDataTypeTest.verifySelect(SqlDataTypeTest.java:102)
at io.trino.testing.datatype.SqlDataTypeTest.execute(SqlDataTypeTest.java:90)
at io.trino.testing.datatype.SqlDataTypeTest.execute(SqlDataTypeTest.java:83)
at io.trino.plugin.druid.TestDruidTypeMapping.lambda$testFloatInfinity$4(TestDruidTypeMapping.java:158)
at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
at org.assertj.core.api.AssertionsForClassTypes.catchThrowable(AssertionsForClassTypes.java:904)
at org.assertj.core.api.Assertions.catchThrowable(Assertions.java:1472)
at org.assertj.core.api.Assertions.assertThatThrownBy(Assertions.java:1315)
at io.trino.plugin.druid.TestDruidTypeMapping.testFloatInfinity(TestDruidTypeMapping.java:154)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hierarchical.Throwabl
|
TestDruidTypeMapping.testFloatNegativeInfinity:
plugin/trino-druid/src/test/java/io/trino/plugin/druid/TestDruidTypeMapping.java#L170
Expecting message:
"Unknown session property spooling_enabled"
to match regex:
".*class java.lang.String cannot be cast to class java.lang.Number.*"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Unknown session property spooling_enabled
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565)
at io.trino.testing.DistributedQueryRunner.execute(DistributedQueryRunner.java:548)
at io.trino.sql.query.QueryAssertions$QueryAssert.lambda$new$1(QueryAssertions.java:317)
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:200)
at io.trino.sql.query.QueryAssertions$QueryAssert.result(QueryAssertions.java:436)
at io.trino.testing.datatype.SqlDataTypeTest.verifySelect(SqlDataTypeTest.java:102)
at io.trino.testing.datatype.SqlDataTypeTest.execute(SqlDataTypeTest.java:90)
at io.trino.testing.datatype.SqlDataTypeTest.execute(SqlDataTypeTest.java:83)
at io.trino.plugin.druid.TestDruidTypeMapping.lambda$testFloatNegativeInfinity$5(TestDruidTypeMapping.java:169)
at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
at org.assertj.core.api.AssertionsForClassTypes.catchThrowable(AssertionsForClassTypes.java:904)
at org.assertj.core.api.Assertions.catchThrowable(Assertions.java:1472)
at org.assertj.core.api.Assertions.assertThatThrownBy(Assertions.java:1315)
at io.trino.plugin.druid.TestDruidTypeMapping.testFloatNegativeInfinity(TestDruidTypeMapping.java:165)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)
at org.junit.platform.engine.support.hiera
|
test (plugin/trino-druid)
Process completed with exit code 1.
|
TestJdbcResultSetCompatibilityOldDriver.testArray:
testing/trino-test-jdbc-compatibility-old-driver/src/test/java/io/trino/TestJdbcResultSetCompatibilityOldDriver.java#L1
Query failed (#20250121_135325_00000_3pwg8): Unknown session property spooling_enabled
|
TestJdbcResultSetCompatibilityOldDriver.testDate:
testing/trino-test-jdbc-compatibility-old-driver/src/test/java/io/trino/TestJdbcResultSetCompatibilityOldDriver.java#L1
Query failed (#20250121_135325_00001_3pwg8): Unknown session property spooling_enabled
|
TestJdbcResultSetCompatibilityOldDriver.testDecimal:
testing/trino-test-jdbc-compatibility-old-driver/src/test/java/io/trino/TestJdbcResultSetCompatibilityOldDriver.java#L1
Query failed (#20250121_135325_00002_3pwg8): Unknown session property spooling_enabled
|
TestJdbcResultSetCompatibilityOldDriver.testDuplicateColumnLabels:
testing/trino-test-jdbc-compatibility-old-driver/src/test/java/io/trino/TestJdbcResultSetCompatibilityOldDriver.java#L1
Query failed (#20250121_135325_00003_3pwg8): Unknown session property spooling_enabled
|
TestJdbcResultSetCompatibilityOldDriver.testGetRow:
testing/trino-test-jdbc-compatibility-old-driver/src/test/java/io/trino/TestJdbcResultSetCompatibilityOldDriver.java#L1
Query failed (#20250121_135325_00004_3pwg8): Unknown session property spooling_enabled
|
TestJdbcResultSetCompatibilityOldDriver.testGetRowException:
testing/trino-test-jdbc-compatibility-old-driver/src/test/java/io/trino/TestJdbcResultSetCompatibilityOldDriver.java#L1
Query failed (#20250121_135325_00005_3pwg8): Unknown session property spooling_enabled
|
TestJdbcResultSetCompatibilityOldDriver.testGetStatement:
testing/trino-test-jdbc-compatibility-old-driver/src/test/java/io/trino/TestJdbcResultSetCompatibilityOldDriver.java#L1
Query failed (#20250121_135325_00006_3pwg8): Unknown session property spooling_enabled
|
TestJdbcResultSetCompatibilityOldDriver.testIpAddress:
testing/trino-test-jdbc-compatibility-old-driver/src/test/java/io/trino/TestJdbcResultSetCompatibilityOldDriver.java#L1
Query failed (#20250121_135325_00007_3pwg8): Unknown session property spooling_enabled
|
TestJdbcResultSetCompatibilityOldDriver.testLargeMaxRowsLimitLargerThanResult:
testing/trino-test-jdbc-compatibility-old-driver/src/test/java/io/trino/TestJdbcResultSetCompatibilityOldDriver.java#L1
Query failed (#20250121_135325_00008_3pwg8): Unknown session property spooling_enabled
|
TestJdbcResultSetCompatibilityOldDriver.testLargeMaxRowsLimited:
testing/trino-test-jdbc-compatibility-old-driver/src/test/java/io/trino/TestJdbcResultSetCompatibilityOldDriver.java#L1
Query failed (#20250121_135325_00009_3pwg8): Unknown session property spooling_enabled
|
test-other-modules
Process completed with exit code 1.
|
TestDeltaLakeAzure > testBasicWriteOperations [groups: profile_specific_tests, delta-lake-azure]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeAzure.java#L58
java.sql.SQLException: Query failed (#20250121_140125_00003_2p7ka): Unknown session property spooling_enabled
|
TestDeltaLakeAzure > testCreateAndSelectNationTable [groups: profile_specific_tests, delta-lake-azure]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeAzure.java#L52
java.sql.SQLException: Query failed (#20250121_140129_00005_2p7ka): Unknown session property spooling_enabled
|
TestDeltaLakeAzure > testPathContainsSpecialCharacter [groups: profile_specific_tests, delta-lake-azure]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeAzure.java#L64
java.sql.SQLException: Query failed (#20250121_140131_00009_2p7ka): Unknown session property spooling_enabled
|
TestConfiguredFeatures > selectConfiguredConnectors [groups: configured_features]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestConfiguredFeatures.java#L52
java.sql.SQLException: Query failed (#20250121_140118_00000_2p7ka): Unknown session property spooling_enabled
|
TestIcebergAzure > testBasicWriteOperations [groups: profile_specific_tests, iceberg_azure]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/iceberg/TestIcebergAzure.java#L58
java.sql.SQLException: Query failed (#20250121_140300_00003_fhric): Unknown session property spooling_enabled
|
TestIcebergAzure > testCreateAndSelectNationTable [groups: profile_specific_tests, iceberg_azure]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/iceberg/TestIcebergAzure.java#L52
java.sql.SQLException: Query failed (#20250121_140304_00005_fhric): Unknown session property spooling_enabled
|
TestIcebergAzure > testPathContainsSpecialCharacter [groups: profile_specific_tests, iceberg_azure]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/iceberg/TestIcebergAzure.java#L64
java.sql.SQLException: Query failed (#20250121_140307_00009_fhric): Unknown session property spooling_enabled
|
TestIcebergAzure > testSparkReadingTrinoData [groups: profile_specific_tests, iceberg_azure]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/iceberg/TestIcebergAzure.java#L70
java.sql.SQLException: Query failed (#20250121_140309_00015_fhric): Unknown session property spooling_enabled
|
TestConfiguredFeatures > selectConfiguredConnectors [groups: configured_features]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestConfiguredFeatures.java#L52
java.sql.SQLException: Query failed (#20250121_140251_00000_fhric): Unknown session property spooling_enabled
|
TestAzureBlobFileSystem > testPathContainsSpecialCharacter [groups: azure]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestAzureBlobFileSystem.java#L98
java.sql.SQLException: Query failed (#20250121_135913_00051_kncb5): Unknown session property spooling_enabled
|
pt (default, suite-azure, )
Process completed with exit code 1.
|
TestPostgreSqlTypeMapping.testTimestampWithTimeZoneCoercion:
plugin/trino-postgresql/src/test/java/io/trino/plugin/postgresql/TestPostgreSqlTypeMapping.java#L1633
Unknown session property spooling_enabled
|
TestPostgreSqlTypeMapping.testVarchar:
plugin/trino-postgresql/src/test/java/io/trino/plugin/postgresql/TestPostgreSqlTypeMapping.java#L432
Unknown session property spooling_enabled
|
TestPostgreSqlTypeMapping.testBoolean:
plugin/trino-postgresql/src/test/java/io/trino/plugin/postgresql/TestPostgreSqlTypeMapping.java#L180
Unknown session property spooling_enabled
|
TestPostgreSqlTypeMapping.testArrayAsJson:
plugin/trino-postgresql/src/test/java/io/trino/plugin/postgresql/TestPostgreSqlTypeMapping.java#L979
Unknown session property spooling_enabled
|
TestPostgreSqlTypeMapping.testDecimalUnspecifiedPrecisionWithExceedingValue:
plugin/trino-postgresql/src/test/java/io/trino/plugin/postgresql/TestPostgreSqlTypeMapping.java#L751
Execution of 'actual' query 20250121_135046_00032_ik2vn failed: SELECT column_name, data_type FROM information_schema.columns WHERE table_schema = 'tpch' AND table_name = 'test_var_decimal_with_exceeding_valuejumy3yigj5'
|
TestPostgreSqlTypeMapping.testInternalArray:
plugin/trino-postgresql/src/test/java/io/trino/plugin/postgresql/TestPostgreSqlTypeMapping.java#L850
Unknown session property spooling_enabled
|
TestPostgreSqlTypeMapping.testSmallserial:
plugin/trino-postgresql/src/test/java/io/trino/plugin/postgresql/TestPostgreSqlTypeMapping.java#L218
Unknown session property spooling_enabled
|
TestPostgreSqlTypeMapping.testDecimalExceedingPrecisionMaxIgnored:
plugin/trino-postgresql/src/test/java/io/trino/plugin/postgresql/TestPostgreSqlTypeMapping.java#L526
Execution of 'actual' query 20250121_135046_00035_ik2vn failed: SELECT * FROM unsupported_typevdchc7qtyn
|
TestPostgreSqlTypeMapping.testDecimalExceedingPrecisionMaxWithNonExceedingIntegerValues:
plugin/trino-postgresql/src/test/java/io/trino/plugin/postgresql/TestPostgreSqlTypeMapping.java#L583
Execution of 'actual' query 20250121_135046_00036_ik2vn failed: SELECT column_name, data_type FROM information_schema.columns WHERE table_schema = 'tpch' AND table_name = 'test_exceeding_max_decimalvvscm1isba'
|
TestPostgreSqlTypeMapping.testUnboundedVarchar:
plugin/trino-postgresql/src/test/java/io/trino/plugin/postgresql/TestPostgreSqlTypeMapping.java#L451
Unknown session property spooling_enabled
|
test (plugin/trino-postgresql)
Process completed with exit code 1.
|
TestJdbcResultSetCompatibilityOldDriver.testArray:
testing/trino-test-jdbc-compatibility-old-driver/src/test/java/io/trino/TestJdbcResultSetCompatibilityOldDriver.java#L1
Query failed (#20250121_135329_00000_iri47): Unknown session property spooling_enabled
|
TestJdbcResultSetCompatibilityOldDriver.testDate:
testing/trino-test-jdbc-compatibility-old-driver/src/test/java/io/trino/TestJdbcResultSetCompatibilityOldDriver.java#L1
Query failed (#20250121_135329_00001_iri47): Unknown session property spooling_enabled
|
TestJdbcResultSetCompatibilityOldDriver.testDecimal:
testing/trino-test-jdbc-compatibility-old-driver/src/test/java/io/trino/TestJdbcResultSetCompatibilityOldDriver.java#L1
Query failed (#20250121_135329_00002_iri47): Unknown session property spooling_enabled
|
TestJdbcResultSetCompatibilityOldDriver.testDuplicateColumnLabels:
testing/trino-test-jdbc-compatibility-old-driver/src/test/java/io/trino/TestJdbcResultSetCompatibilityOldDriver.java#L1
Query failed (#20250121_135329_00003_iri47): Unknown session property spooling_enabled
|
TestJdbcResultSetCompatibilityOldDriver.testGetRow:
testing/trino-test-jdbc-compatibility-old-driver/src/test/java/io/trino/TestJdbcResultSetCompatibilityOldDriver.java#L1
Query failed (#20250121_135329_00004_iri47): Unknown session property spooling_enabled
|
TestJdbcResultSetCompatibilityOldDriver.testGetRowException:
testing/trino-test-jdbc-compatibility-old-driver/src/test/java/io/trino/TestJdbcResultSetCompatibilityOldDriver.java#L1
Query failed (#20250121_135330_00005_iri47): Unknown session property spooling_enabled
|
TestJdbcResultSetCompatibilityOldDriver.testGetStatement:
testing/trino-test-jdbc-compatibility-old-driver/src/test/java/io/trino/TestJdbcResultSetCompatibilityOldDriver.java#L1
Query failed (#20250121_135330_00006_iri47): Unknown session property spooling_enabled
|
TestJdbcResultSetCompatibilityOldDriver.testIpAddress:
testing/trino-test-jdbc-compatibility-old-driver/src/test/java/io/trino/TestJdbcResultSetCompatibilityOldDriver.java#L1
Query failed (#20250121_135330_00007_iri47): Unknown session property spooling_enabled
|
TestJdbcResultSetCompatibilityOldDriver.testLargeMaxRowsLimitLargerThanResult:
testing/trino-test-jdbc-compatibility-old-driver/src/test/java/io/trino/TestJdbcResultSetCompatibilityOldDriver.java#L1
Query failed (#20250121_135330_00008_iri47): Unknown session property spooling_enabled
|
TestJdbcResultSetCompatibilityOldDriver.testLargeMaxRowsLimited:
testing/trino-test-jdbc-compatibility-old-driver/src/test/java/io/trino/TestJdbcResultSetCompatibilityOldDriver.java#L1
Query failed (#20250121_135330_00009_iri47): Unknown session property spooling_enabled
|
test-jdbc-compatibility
Process completed with exit code 1.
|
TestLdapTrinoJdbc > shouldRunQueryForAnotherUserWithOnlyFileAuthenticator [groups: trino_jdbc, profile_specific_tests, ldap_and_file]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/jdbc/TestLdapTrinoJdbc.java#L164
Query failed (#20250121_135924_00008_rhrqc): Unknown session property spooling_enabled
|
TestLdapTrinoJdbc > shouldRunQueryWithAlternativeBind [groups: trino_jdbc, profile_specific_tests, ldap, ldap_multiple_binds]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/jdbc/TestLdapTrinoJdbc.java#L71
Query failed (#20250121_135925_00009_rhrqc): Unknown session property spooling_enabled
|
TestLdapTrinoJdbc > shouldRunQueryWithFileAuthenticator [groups: trino_jdbc, profile_specific_tests, ldap_and_file]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/jdbc/TestLdapTrinoJdbc.java#L156
Query failed (#20250121_135926_00010_rhrqc): Unknown session property spooling_enabled
|
TestLdapTrinoJdbc > shouldRunQueryWithLdap [groups: trino_jdbc, profile_specific_tests, ldap]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/jdbc/TestLdapTrinoJdbc.java#L62
Query failed (#20250121_135926_00011_rhrqc): Unknown session property spooling_enabled
|
TestTrinoLdapCli > shouldPassForCredentialsWithSpecialCharacters [groups: profile_specific_tests, ldap_cli, ldap]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/cli/TestTrinoLdapCli.java#L270
Expecting ArrayList:
[]
to contain:
[""0","ALGERIA","0"," haggle. carefully final deposits detect slyly agai"",
""1","ARGENTINA","1","al foxes promise slyly according to the regular accounts. bold requests alon"",
""2","BRAZIL","1","y alongside of the pending deposits. carefully special packages are about the ironic forges. slyly special "",
""3","CANADA","1","eas hang ironic, silent packages. slyly regular packages are furiously over the tithes. fluffily bold"",
""4","EGYPT","4","y above the carefully unusual theodolites. final dugouts are quickly across the furiously regular d"",
""5","ETHIOPIA","0","ven packages wake quickly. regu"",
""6","FRANCE","3","refully final requests. regular, ironi"",
""7","GERMANY","3","l platelets. regular accounts x-ray: unusual, regular acco"",
""8","INDIA","2","ss excuses cajole slyly across the packages. deposits print aroun"",
""9","INDONESIA","2"," slyly express asymptotes. regular deposits haggle slyly. carefully ironic hockey players sleep blithely. carefull"",
""10","IRAN","4","efully alongside of the slyly final dependencies. "",
""11","IRAQ","4","nic deposits boost atop the quickly final requests? quickly regula"",
""12","JAPAN","2","ously. final, express gifts cajole a"",
""13","JORDAN","4","ic deposits are blithely about the carefully regular pa"",
""14","KENYA","0"," pending excuses haggle furiously deposits. pending, express pinto beans wake fluffily past t"",
""15","MOROCCO","0","rns. blithely bold courts among the closely regular packages use furiously bold platelets?"",
""16","MOZAMBIQUE","0","s. ironic, unusual asymptotes wake blithely r"",
""17","PERU","1","platelets. blithely pending dependencies use fluffily across the even pinto beans. carefully silent accoun"",
""18","CHINA","2","c dependencies. furiously express notornis sleep slyly regular accounts. ideas sleep. depos"",
""19","ROMANIA","3","ular asymptotes are about the furious multipliers. express dependencies nag above the ironically ironic account"",
""20","SAUDI ARABIA","4","ts. silent requests haggle. closely express packages sleep across the blithely"",
""21","VIETNAM","2","hely enticingly express accounts. even, final "",
""22","RUSSIA","3"," requests against the platelets use never according to the quickly regular pint"",
""23","UNITED KINGDOM","3","eans boost carefully special requests. accounts are. carefull"",
""24","UNITED STATES","1","y final packages. slow foxes cajole quickly. quickly silent platelets breach ironic accounts. unusual pinto be""]
but could not find the following element(s):
[""0","ALGERIA","0"," haggle. carefully final deposits detect slyly agai"",
""1","ARGENTINA","1","al foxes promise slyly according to the regular accounts. bold requests alon"",
""2","BRAZIL","1","y alongside of the pending deposits. carefully special packages are about the ironic forges. slyly special "",
""3","CANADA","1","eas hang ironic, silent packages. slyly regular packages are furiously over the tithes. fluffily bold"",
""4","EGYPT","4","y above the carefully unusual theodolites. final dugouts are quickly across the furiously regular d"",
""5","ETHIOPIA","0","ven packages wake quickly. regu"",
""6","FRANCE","3","refully final requests. regular, ironi"",
""7","GERMANY","3","l platelets. regular accounts x-ray: unusual, regular acco"",
""8","INDIA","2","ss excuses cajole slyly across the packages. deposits print aroun"",
""9","INDONESIA","2"," slyly express asymptotes. regular deposits haggle slyly. carefully ironic hockey players sleep blithely. carefull"",
""10","IRAN","4","efully alongside of the slyly final dependencies. "",
""11","IRAQ","4","nic deposits boost atop the quickly final requests? quickly regula"",
""12","JAPAN","2","ously. final, express gifts cajole a"",
""13","JORDAN","4","ic deposits are blithely about the carefully regular pa"",
""14","KENYA","0"," pending excuses haggle furiously deposits. pending, express pinto beans wake fluffily
|
TestTrinoLdapCli > shouldPassQueryForAlternativeLdapBind [groups: profile_specific_tests, ldap_cli, ldap, ldap_multiple_binds]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/cli/TestTrinoLdapCli.java#L149
Expecting ArrayList:
[]
to contain:
[""0","ALGERIA","0"," haggle. carefully final deposits detect slyly agai"",
""1","ARGENTINA","1","al foxes promise slyly according to the regular accounts. bold requests alon"",
""2","BRAZIL","1","y alongside of the pending deposits. carefully special packages are about the ironic forges. slyly special "",
""3","CANADA","1","eas hang ironic, silent packages. slyly regular packages are furiously over the tithes. fluffily bold"",
""4","EGYPT","4","y above the carefully unusual theodolites. final dugouts are quickly across the furiously regular d"",
""5","ETHIOPIA","0","ven packages wake quickly. regu"",
""6","FRANCE","3","refully final requests. regular, ironi"",
""7","GERMANY","3","l platelets. regular accounts x-ray: unusual, regular acco"",
""8","INDIA","2","ss excuses cajole slyly across the packages. deposits print aroun"",
""9","INDONESIA","2"," slyly express asymptotes. regular deposits haggle slyly. carefully ironic hockey players sleep blithely. carefull"",
""10","IRAN","4","efully alongside of the slyly final dependencies. "",
""11","IRAQ","4","nic deposits boost atop the quickly final requests? quickly regula"",
""12","JAPAN","2","ously. final, express gifts cajole a"",
""13","JORDAN","4","ic deposits are blithely about the carefully regular pa"",
""14","KENYA","0"," pending excuses haggle furiously deposits. pending, express pinto beans wake fluffily past t"",
""15","MOROCCO","0","rns. blithely bold courts among the closely regular packages use furiously bold platelets?"",
""16","MOZAMBIQUE","0","s. ironic, unusual asymptotes wake blithely r"",
""17","PERU","1","platelets. blithely pending dependencies use fluffily across the even pinto beans. carefully silent accoun"",
""18","CHINA","2","c dependencies. furiously express notornis sleep slyly regular accounts. ideas sleep. depos"",
""19","ROMANIA","3","ular asymptotes are about the furious multipliers. express dependencies nag above the ironically ironic account"",
""20","SAUDI ARABIA","4","ts. silent requests haggle. closely express packages sleep across the blithely"",
""21","VIETNAM","2","hely enticingly express accounts. even, final "",
""22","RUSSIA","3"," requests against the platelets use never according to the quickly regular pint"",
""23","UNITED KINGDOM","3","eans boost carefully special requests. accounts are. carefull"",
""24","UNITED STATES","1","y final packages. slow foxes cajole quickly. quickly silent platelets breach ironic accounts. unusual pinto be""]
but could not find the following element(s):
[""0","ALGERIA","0"," haggle. carefully final deposits detect slyly agai"",
""1","ARGENTINA","1","al foxes promise slyly according to the regular accounts. bold requests alon"",
""2","BRAZIL","1","y alongside of the pending deposits. carefully special packages are about the ironic forges. slyly special "",
""3","CANADA","1","eas hang ironic, silent packages. slyly regular packages are furiously over the tithes. fluffily bold"",
""4","EGYPT","4","y above the carefully unusual theodolites. final dugouts are quickly across the furiously regular d"",
""5","ETHIOPIA","0","ven packages wake quickly. regu"",
""6","FRANCE","3","refully final requests. regular, ironi"",
""7","GERMANY","3","l platelets. regular accounts x-ray: unusual, regular acco"",
""8","INDIA","2","ss excuses cajole slyly across the packages. deposits print aroun"",
""9","INDONESIA","2"," slyly express asymptotes. regular deposits haggle slyly. carefully ironic hockey players sleep blithely. carefull"",
""10","IRAN","4","efully alongside of the slyly final dependencies. "",
""11","IRAQ","4","nic deposits boost atop the quickly final requests? quickly regula"",
""12","JAPAN","2","ously. final, express gifts cajole a"",
""13","JORDAN","4","ic deposits are blithely about the carefully regular pa"",
""14","KENYA","0"," pending excuses haggle furiously deposits. pending, express pinto beans wake fluffily
|
TestTrinoLdapCli > shouldPassQueryForLdapUserInMultipleGroups [groups: profile_specific_tests, ldap_cli, ldap]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/cli/TestTrinoLdapCli.java#L139
Expecting ArrayList:
[]
to contain:
[""0","ALGERIA","0"," haggle. carefully final deposits detect slyly agai"",
""1","ARGENTINA","1","al foxes promise slyly according to the regular accounts. bold requests alon"",
""2","BRAZIL","1","y alongside of the pending deposits. carefully special packages are about the ironic forges. slyly special "",
""3","CANADA","1","eas hang ironic, silent packages. slyly regular packages are furiously over the tithes. fluffily bold"",
""4","EGYPT","4","y above the carefully unusual theodolites. final dugouts are quickly across the furiously regular d"",
""5","ETHIOPIA","0","ven packages wake quickly. regu"",
""6","FRANCE","3","refully final requests. regular, ironi"",
""7","GERMANY","3","l platelets. regular accounts x-ray: unusual, regular acco"",
""8","INDIA","2","ss excuses cajole slyly across the packages. deposits print aroun"",
""9","INDONESIA","2"," slyly express asymptotes. regular deposits haggle slyly. carefully ironic hockey players sleep blithely. carefull"",
""10","IRAN","4","efully alongside of the slyly final dependencies. "",
""11","IRAQ","4","nic deposits boost atop the quickly final requests? quickly regula"",
""12","JAPAN","2","ously. final, express gifts cajole a"",
""13","JORDAN","4","ic deposits are blithely about the carefully regular pa"",
""14","KENYA","0"," pending excuses haggle furiously deposits. pending, express pinto beans wake fluffily past t"",
""15","MOROCCO","0","rns. blithely bold courts among the closely regular packages use furiously bold platelets?"",
""16","MOZAMBIQUE","0","s. ironic, unusual asymptotes wake blithely r"",
""17","PERU","1","platelets. blithely pending dependencies use fluffily across the even pinto beans. carefully silent accoun"",
""18","CHINA","2","c dependencies. furiously express notornis sleep slyly regular accounts. ideas sleep. depos"",
""19","ROMANIA","3","ular asymptotes are about the furious multipliers. express dependencies nag above the ironically ironic account"",
""20","SAUDI ARABIA","4","ts. silent requests haggle. closely express packages sleep across the blithely"",
""21","VIETNAM","2","hely enticingly express accounts. even, final "",
""22","RUSSIA","3"," requests against the platelets use never according to the quickly regular pint"",
""23","UNITED KINGDOM","3","eans boost carefully special requests. accounts are. carefull"",
""24","UNITED STATES","1","y final packages. slow foxes cajole quickly. quickly silent platelets breach ironic accounts. unusual pinto be""]
but could not find the following element(s):
[""0","ALGERIA","0"," haggle. carefully final deposits detect slyly agai"",
""1","ARGENTINA","1","al foxes promise slyly according to the regular accounts. bold requests alon"",
""2","BRAZIL","1","y alongside of the pending deposits. carefully special packages are about the ironic forges. slyly special "",
""3","CANADA","1","eas hang ironic, silent packages. slyly regular packages are furiously over the tithes. fluffily bold"",
""4","EGYPT","4","y above the carefully unusual theodolites. final dugouts are quickly across the furiously regular d"",
""5","ETHIOPIA","0","ven packages wake quickly. regu"",
""6","FRANCE","3","refully final requests. regular, ironi"",
""7","GERMANY","3","l platelets. regular accounts x-ray: unusual, regular acco"",
""8","INDIA","2","ss excuses cajole slyly across the packages. deposits print aroun"",
""9","INDONESIA","2"," slyly express asymptotes. regular deposits haggle slyly. carefully ironic hockey players sleep blithely. carefull"",
""10","IRAN","4","efully alongside of the slyly final dependencies. "",
""11","IRAQ","4","nic deposits boost atop the quickly final requests? quickly regula"",
""12","JAPAN","2","ously. final, express gifts cajole a"",
""13","JORDAN","4","ic deposits are blithely about the carefully regular pa"",
""14","KENYA","0"," pending excuses haggle furiously deposits. pending, express pinto beans wake fluffily
|
TestTrinoLdapCli > shouldRunBatchQueryWithLdap [groups: profile_specific_tests, ldap_cli, ldap]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/cli/TestTrinoLdapCli.java#L117
Expecting ArrayList:
[]
to contain:
[""0","ALGERIA","0"," haggle. carefully final deposits detect slyly agai"",
""1","ARGENTINA","1","al foxes promise slyly according to the regular accounts. bold requests alon"",
""2","BRAZIL","1","y alongside of the pending deposits. carefully special packages are about the ironic forges. slyly special "",
""3","CANADA","1","eas hang ironic, silent packages. slyly regular packages are furiously over the tithes. fluffily bold"",
""4","EGYPT","4","y above the carefully unusual theodolites. final dugouts are quickly across the furiously regular d"",
""5","ETHIOPIA","0","ven packages wake quickly. regu"",
""6","FRANCE","3","refully final requests. regular, ironi"",
""7","GERMANY","3","l platelets. regular accounts x-ray: unusual, regular acco"",
""8","INDIA","2","ss excuses cajole slyly across the packages. deposits print aroun"",
""9","INDONESIA","2"," slyly express asymptotes. regular deposits haggle slyly. carefully ironic hockey players sleep blithely. carefull"",
""10","IRAN","4","efully alongside of the slyly final dependencies. "",
""11","IRAQ","4","nic deposits boost atop the quickly final requests? quickly regula"",
""12","JAPAN","2","ously. final, express gifts cajole a"",
""13","JORDAN","4","ic deposits are blithely about the carefully regular pa"",
""14","KENYA","0"," pending excuses haggle furiously deposits. pending, express pinto beans wake fluffily past t"",
""15","MOROCCO","0","rns. blithely bold courts among the closely regular packages use furiously bold platelets?"",
""16","MOZAMBIQUE","0","s. ironic, unusual asymptotes wake blithely r"",
""17","PERU","1","platelets. blithely pending dependencies use fluffily across the even pinto beans. carefully silent accoun"",
""18","CHINA","2","c dependencies. furiously express notornis sleep slyly regular accounts. ideas sleep. depos"",
""19","ROMANIA","3","ular asymptotes are about the furious multipliers. express dependencies nag above the ironically ironic account"",
""20","SAUDI ARABIA","4","ts. silent requests haggle. closely express packages sleep across the blithely"",
""21","VIETNAM","2","hely enticingly express accounts. even, final "",
""22","RUSSIA","3"," requests against the platelets use never according to the quickly regular pint"",
""23","UNITED KINGDOM","3","eans boost carefully special requests. accounts are. carefull"",
""24","UNITED STATES","1","y final packages. slow foxes cajole quickly. quickly silent platelets breach ironic accounts. unusual pinto be""]
but could not find the following element(s):
[""0","ALGERIA","0"," haggle. carefully final deposits detect slyly agai"",
""1","ARGENTINA","1","al foxes promise slyly according to the regular accounts. bold requests alon"",
""2","BRAZIL","1","y alongside of the pending deposits. carefully special packages are about the ironic forges. slyly special "",
""3","CANADA","1","eas hang ironic, silent packages. slyly regular packages are furiously over the tithes. fluffily bold"",
""4","EGYPT","4","y above the carefully unusual theodolites. final dugouts are quickly across the furiously regular d"",
""5","ETHIOPIA","0","ven packages wake quickly. regu"",
""6","FRANCE","3","refully final requests. regular, ironi"",
""7","GERMANY","3","l platelets. regular accounts x-ray: unusual, regular acco"",
""8","INDIA","2","ss excuses cajole slyly across the packages. deposits print aroun"",
""9","INDONESIA","2"," slyly express asymptotes. regular deposits haggle slyly. carefully ironic hockey players sleep blithely. carefull"",
""10","IRAN","4","efully alongside of the slyly final dependencies. "",
""11","IRAQ","4","nic deposits boost atop the quickly final requests? quickly regula"",
""12","JAPAN","2","ously. final, express gifts cajole a"",
""13","JORDAN","4","ic deposits are blithely about the carefully regular pa"",
""14","KENYA","0"," pending excuses haggle furiously deposits. pending, express pinto beans wake fluffily
|
TestTrinoLdapCli > shouldRunQueryForAnotherUserWithOnlyFileAuthenticator [groups: profile_specific_tests, ldap_and_file_cli]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/cli/TestTrinoLdapCli.java#L304
Expecting ArrayList:
["Query 20250121_135912_00004_rhrqc failed: Unknown session property spooling_enabled"]
to contain:
["n_nationkey | n_name | n_regionkey | n_comment",
"-------------+----------------+-------------+--------------------------------------------------------------------------------------------------------------------",
"0 | ALGERIA | 0 | haggle. carefully final deposits detect slyly agai",
"1 | ARGENTINA | 1 | al foxes promise slyly according to the regular accounts. bold requests alon",
"2 | BRAZIL | 1 | y alongside of the pending deposits. carefully special packages are about the ironic forges. slyly special",
"3 | CANADA | 1 | eas hang ironic, silent packages. slyly regular packages are furiously over the tithes. fluffily bold",
"4 | EGYPT | 4 | y above the carefully unusual theodolites. final dugouts are quickly across the furiously regular d",
"5 | ETHIOPIA | 0 | ven packages wake quickly. regu",
"6 | FRANCE | 3 | refully final requests. regular, ironi",
"7 | GERMANY | 3 | l platelets. regular accounts x-ray: unusual, regular acco",
"8 | INDIA | 2 | ss excuses cajole slyly across the packages. deposits print aroun",
"9 | INDONESIA | 2 | slyly express asymptotes. regular deposits haggle slyly. carefully ironic hockey players sleep blithely. carefull",
"10 | IRAN | 4 | efully alongside of the slyly final dependencies.",
"11 | IRAQ | 4 | nic deposits boost atop the quickly final requests? quickly regula",
"12 | JAPAN | 2 | ously. final, express gifts cajole a",
"13 | JORDAN | 4 | ic deposits are blithely about the carefully regular pa",
"14 | KENYA | 0 | pending excuses haggle furiously deposits. pending, express pinto beans wake fluffily past t",
"15 | MOROCCO | 0 | rns. blithely bold courts among the closely regular packages use furiously bold platelets?",
"16 | MOZAMBIQUE | 0 | s. ironic, unusual asymptotes wake blithely r",
"17 | PERU | 1 | platelets. blithely pending dependencies use fluffily across the even pinto beans. carefully silent accoun",
"18 | CHINA | 2 | c dependencies. furiously express notornis sleep slyly regular accounts. ideas sleep. depos",
"19 | ROMANIA | 3 | ular asymptotes are about the furious multipliers. express dependencies nag above the ironically ironic account",
"20 | SAUDI ARABIA | 4 | ts. silent requests haggle. closely express packages sleep across the blithely",
"21 | VIETNAM | 2 | hely enticingly express accounts. even, final",
"22 | RUSSIA | 3 | requests against the platelets use never according to the quickly regular pint",
"23 | UNITED KINGDOM | 3 | eans boost carefully special requests. accounts are. carefull",
"24 | UNITED STATES | 1 | y final packages. slow foxes cajole quickly. quickly silent platelets breach ironic accounts. unusual pinto be",
"(25 rows)"]
but could not find the following element(s):
["n_nationkey | n_name | n_regionkey | n_comment",
"-------------+----------------+-------------+--------------------------------------------------------------------------------------------------------------------",
"0 | ALGERIA | 0 | haggle. carefully final deposits detect slyly agai",
"1 | ARGENTINA | 1 | al foxes promise slyly according to the regular accounts. bold requests alon",
"2 | BRAZIL | 1 | y alongside of the pending deposits. carefully special packages are about the ironic forges. slyly special",
"3 | CANADA | 1 | e
|
TestTrinoLdapCli > shouldRunQueryFromFileWithLdap [groups: profile_specific_tests, ldap_cli, ldap]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/cli/TestTrinoLdapCli.java#L129
Expecting ArrayList:
[]
to contain:
[""0","ALGERIA","0"," haggle. carefully final deposits detect slyly agai"",
""1","ARGENTINA","1","al foxes promise slyly according to the regular accounts. bold requests alon"",
""2","BRAZIL","1","y alongside of the pending deposits. carefully special packages are about the ironic forges. slyly special "",
""3","CANADA","1","eas hang ironic, silent packages. slyly regular packages are furiously over the tithes. fluffily bold"",
""4","EGYPT","4","y above the carefully unusual theodolites. final dugouts are quickly across the furiously regular d"",
""5","ETHIOPIA","0","ven packages wake quickly. regu"",
""6","FRANCE","3","refully final requests. regular, ironi"",
""7","GERMANY","3","l platelets. regular accounts x-ray: unusual, regular acco"",
""8","INDIA","2","ss excuses cajole slyly across the packages. deposits print aroun"",
""9","INDONESIA","2"," slyly express asymptotes. regular deposits haggle slyly. carefully ironic hockey players sleep blithely. carefull"",
""10","IRAN","4","efully alongside of the slyly final dependencies. "",
""11","IRAQ","4","nic deposits boost atop the quickly final requests? quickly regula"",
""12","JAPAN","2","ously. final, express gifts cajole a"",
""13","JORDAN","4","ic deposits are blithely about the carefully regular pa"",
""14","KENYA","0"," pending excuses haggle furiously deposits. pending, express pinto beans wake fluffily past t"",
""15","MOROCCO","0","rns. blithely bold courts among the closely regular packages use furiously bold platelets?"",
""16","MOZAMBIQUE","0","s. ironic, unusual asymptotes wake blithely r"",
""17","PERU","1","platelets. blithely pending dependencies use fluffily across the even pinto beans. carefully silent accoun"",
""18","CHINA","2","c dependencies. furiously express notornis sleep slyly regular accounts. ideas sleep. depos"",
""19","ROMANIA","3","ular asymptotes are about the furious multipliers. express dependencies nag above the ironically ironic account"",
""20","SAUDI ARABIA","4","ts. silent requests haggle. closely express packages sleep across the blithely"",
""21","VIETNAM","2","hely enticingly express accounts. even, final "",
""22","RUSSIA","3"," requests against the platelets use never according to the quickly regular pint"",
""23","UNITED KINGDOM","3","eans boost carefully special requests. accounts are. carefull"",
""24","UNITED STATES","1","y final packages. slow foxes cajole quickly. quickly silent platelets breach ironic accounts. unusual pinto be""]
but could not find the following element(s):
[""0","ALGERIA","0"," haggle. carefully final deposits detect slyly agai"",
""1","ARGENTINA","1","al foxes promise slyly according to the regular accounts. bold requests alon"",
""2","BRAZIL","1","y alongside of the pending deposits. carefully special packages are about the ironic forges. slyly special "",
""3","CANADA","1","eas hang ironic, silent packages. slyly regular packages are furiously over the tithes. fluffily bold"",
""4","EGYPT","4","y above the carefully unusual theodolites. final dugouts are quickly across the furiously regular d"",
""5","ETHIOPIA","0","ven packages wake quickly. regu"",
""6","FRANCE","3","refully final requests. regular, ironi"",
""7","GERMANY","3","l platelets. regular accounts x-ray: unusual, regular acco"",
""8","INDIA","2","ss excuses cajole slyly across the packages. deposits print aroun"",
""9","INDONESIA","2"," slyly express asymptotes. regular deposits haggle slyly. carefully ironic hockey players sleep blithely. carefull"",
""10","IRAN","4","efully alongside of the slyly final dependencies. "",
""11","IRAQ","4","nic deposits boost atop the quickly final requests? quickly regula"",
""12","JAPAN","2","ously. final, express gifts cajole a"",
""13","JORDAN","4","ic deposits are blithely about the carefully regular pa"",
""14","KENYA","0"," pending excuses haggle furiously deposits. pending, express pinto beans wake fluffily
|
pt (default, suite-ldap, )
Process completed with exit code 1.
|
TestDeltaLakeDatabricksUnityCompatibility > testBasicTableReadWrite [groups: databricks-unity-http-hms, profile_specific_tests]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeDatabricksUnityCompatibility.java#L80
java.sql.SQLException: Query failed (#20250121_140415_00003_7hfg6): Unknown session property spooling_enabled
|
TestHiveDatabricksUnityCompatibility > testBasicHiveOperations [groups: databricks-unity-http-hms, profile_specific_tests]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveDatabricksUnityCompatibility.java#L74
java.sql.SQLException: Query failed (#20250121_140533_00015_7hfg6): Unknown session property spooling_enabled
|
TestConfiguredFeatures > selectConfiguredConnectors [groups: configured_features]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestConfiguredFeatures.java#L52
java.sql.SQLException: Query failed (#20250121_135602_00000_7hfg6): Unknown session property spooling_enabled
|
pt (default, suite-databricks-unity-http-hms, )
Process completed with exit code 1.
|
TestDeltaLakeColumnMappingMode > testColumnMappingModeNone [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks, delta-lake-oss]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeColumnMappingMode.java#L77
java.sql.SQLException: Query failed (#20250121_140406_00006_82xcz): Unknown session property spooling_enabled
|
TestDeltaLakeColumnMappingMode > testTrinoColumnMappingMode(0: id) [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks, delta-lake-oss]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeColumnMappingMode.java#L233
java.sql.SQLException: Query failed (#20250121_140420_00009_82xcz): Unknown session property spooling_enabled
|
TestDeltaLakeColumnMappingMode > testTrinoColumnMappingMode(0: name) [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks, delta-lake-oss]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeColumnMappingMode.java#L233
java.sql.SQLException: Query failed (#20250121_140432_00012_82xcz): Unknown session property spooling_enabled
|
TestDeltaLakeSelectCompatibility > testPartitionedSelectSpecialCharacters [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks, delta-lake-oss]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeSelectCompatibility.java#L89
java.sql.SQLException: Query failed (#20250121_140529_00023_82xcz): Unknown session property spooling_enabled
|
TestDeltaLakeCheckpointsCompatibility > testDatabricksUsesCheckpointInterval [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeCheckpointsCompatibility.java#L304
java.sql.SQLException: Query failed (#20250121_140356_00005_82xcz): Unknown session property spooling_enabled
|
TestDeltaLakeCaseInsensitiveMapping > testNonLowercaseFieldNames [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks, delta-lake-oss]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeCaseInsensitiveMapping.java#L102
java.sql.SQLException: Query failed (#20250121_140321_00003_82xcz): Unknown session property spooling_enabled
|
TestConfiguredFeatures > selectConfiguredConnectors [groups: configured_features]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestConfiguredFeatures.java#L52
java.sql.SQLException: Query failed (#20250121_135603_00000_82xcz): Unknown session property spooling_enabled
|
TestDeltaLakeCreateTableAsSelectCompatibility > testTrinoTypesWithDatabricks [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeCreateTableAsSelectCompatibility.java#L66
java.sql.SQLException: Query failed (#20250121_140438_00014_82xcz): Unknown session property spooling_enabled
|
TestDeltaLakeInsertCompatibility > testInsertCompatibility [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks, delta-lake-oss]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeInsertCompatibility.java#L89
java.sql.SQLException: Query failed (#20250121_140456_00017_82xcz): Unknown session property spooling_enabled
|
TestDeltaLakeInsertCompatibility > testPartitionedInsertCompatibility [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeInsertCompatibility.java#L131
java.sql.SQLException: Query failed (#20250121_140517_00021_82xcz): Unknown session property spooling_enabled
|
pt (default, suite-delta-lake-databricks143, )
Process completed with exit code 1.
|
TestHiveViewCompatibility > testCommentOnViewColumn [groups: hive_view_compatibility, profile_specific_tests]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveViewCompatibility.java#L84
java.sql.SQLException: Query failed (#20250121_135735_00003_bnw6q): Unknown session property spooling_enabled
|
TestHiveViewCompatibility > testSelectOnView [groups: hive_view_compatibility, profile_specific_tests]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveViewCompatibility.java#L43
java.sql.SQLException: Query failed (#20250121_135737_00005_bnw6q): Unknown session property spooling_enabled
|
TestHiveViewCompatibility > testSelectOnViewFromDifferentSchema [groups: hive_view_compatibility, profile_specific_tests]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveViewCompatibility.java#L63
java.sql.SQLException: Query failed (#20250121_135738_00006_bnw6q): Unknown session property spooling_enabled
|
TestIcebergFormatVersionCompatibility > testTrinoTimeTravelReadTableCreatedByEarlyVersionTrino [groups: profile_specific_tests, iceberg_format_version_compatibility]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/iceberg/TestIcebergFormatVersionCompatibility.java#L48
java.sql.SQLException: Query failed (#20250121_135744_00007_bnw6q): Unknown session property spooling_enabled
|
TestConfiguredFeatures > selectConfiguredConnectors [groups: configured_features]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestConfiguredFeatures.java#L52
java.sql.SQLException: Query failed (#20250121_135734_00000_bnw6q): Unknown session property spooling_enabled
|
TestHiveViewCompatibility > testCommentOnViewColumn [groups: hive_view_compatibility, profile_specific_tests]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveViewCompatibility.java#L84
java.sql.SQLException: Query failed (#20250121_140404_00003_fv98f): Unknown session property spooling_enabled
|
TestHiveViewCompatibility > testSelectOnView [groups: hive_view_compatibility, profile_specific_tests]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveViewCompatibility.java#L43
java.sql.SQLException: Query failed (#20250121_140406_00005_fv98f): Unknown session property spooling_enabled
|
TestHiveViewCompatibility > testSelectOnViewFromDifferentSchema [groups: hive_view_compatibility, profile_specific_tests]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveViewCompatibility.java#L63
java.sql.SQLException: Query failed (#20250121_140406_00006_fv98f): Unknown session property spooling_enabled
|
TestIcebergFormatVersionCompatibility > testTrinoTimeTravelReadTableCreatedByEarlyVersionTrino [groups: profile_specific_tests, iceberg_format_version_compatibility]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/iceberg/TestIcebergFormatVersionCompatibility.java#L48
java.sql.SQLException: Query failed (#20250121_140413_00007_fv98f): Unknown session property spooling_enabled
|
TestConfiguredFeatures > selectConfiguredConnectors [groups: configured_features]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestConfiguredFeatures.java#L52
java.sql.SQLException: Query failed (#20250121_140402_00000_fv98f): Unknown session property spooling_enabled
|
pt (default, suite-compatibility, )
Process completed with exit code 1.
|
TestDeltaLakeUpdateCompatibility > testUpdatesFromDatabricks [groups: delta-lake-databricks-122, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeUpdateCompatibility.java#L57
java.sql.SQLException: Query failed (#20250121_140604_00026_yuvy9): Unknown session property spooling_enabled
|
TestDeltaLakeColumnMappingMode > testColumnMappingModeNone [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks, delta-lake-oss]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeColumnMappingMode.java#L77
java.sql.SQLException: Query failed (#20250121_140442_00007_yuvy9): Unknown session property spooling_enabled
|
TestDeltaLakeColumnMappingMode > testTrinoColumnMappingMode(0: id) [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks, delta-lake-oss]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeColumnMappingMode.java#L233
java.sql.SQLException: Query failed (#20250121_140453_00010_yuvy9): Unknown session property spooling_enabled
|
TestDeltaLakeColumnMappingMode > testTrinoColumnMappingMode(0: name) [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks, delta-lake-oss]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeColumnMappingMode.java#L233
java.sql.SQLException: Query failed (#20250121_140505_00013_yuvy9): Unknown session property spooling_enabled
|
TestDeltaLakeSelectCompatibility > testPartitionedSelectSpecialCharacters [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks, delta-lake-oss]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeSelectCompatibility.java#L89
java.sql.SQLException: Query failed (#20250121_140558_00024_yuvy9): Unknown session property spooling_enabled
|
TestDeltaLakeCheckpointsCompatibility > testDatabricksUsesCheckpointInterval [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeCheckpointsCompatibility.java#L304
java.sql.SQLException: Query failed (#20250121_140432_00006_yuvy9): Unknown session property spooling_enabled
|
TestDeltaLakeCaseInsensitiveMapping > testNonLowercaseFieldNames [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks, delta-lake-oss]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeCaseInsensitiveMapping.java#L102
java.sql.SQLException: Query failed (#20250121_140326_00003_yuvy9): Unknown session property spooling_enabled
|
TestConfiguredFeatures > selectConfiguredConnectors [groups: configured_features]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestConfiguredFeatures.java#L52
java.sql.SQLException: Query failed (#20250121_135609_00000_yuvy9): Unknown session property spooling_enabled
|
TestDeltaLakeInsertCompatibility > testInsertCompatibility [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks, delta-lake-oss]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeInsertCompatibility.java#L89
java.sql.SQLException: Query failed (#20250121_140526_00018_yuvy9): Unknown session property spooling_enabled
|
TestDeltaLakeInsertCompatibility > testPartitionedInsertCompatibility [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeInsertCompatibility.java#L131
java.sql.SQLException: Query failed (#20250121_140545_00022_yuvy9): Unknown session property spooling_enabled
|
pt (default, suite-delta-lake-databricks122, )
Process completed with exit code 1.
|
TestInternalFieldConflict.testInternalFieldPrefix:
plugin/trino-kafka/src/test/java/io/trino/plugin/kafka/TestInternalFieldConflict.java#L65
Execution of 'actual' query 20250121_135257_00000_k66rb failed: SELECT count(*) FROM default.test_dy1fx474zq
|
TestKafkaConnectorTest.testTrySelectTableVersion:
plugin/trino-kafka/src/test/java/io/trino/plugin/kafka/TestKafkaConnectorTest.java#L1
Expecting throwable message:
"Unknown session property spooling_enabled"
to contain:
"This connector does not support versioned tables"
but did not.
Throwable that failed the check:
io.trino.spi.TrinoException: Unknown session property spooling_enabled
at io.trino.metadata.SessionPropertyManager.lambda$decodeSystemPropertyValue$2(SessionPropertyManager.java:163)
at java.base/java.util.Optional.orElseThrow(Optional.java:403)
at io.trino.metadata.SessionPropertyManager.decodeSystemPropertyValue(SessionPropertyManager.java:163)
at io.trino.Session.getSystemProperty(Session.java:275)
at io.trino.server.protocol.spooling.SpoolingSessionProperties.isSpoolingEnabled(SpoolingSessionProperties.java:105)
at io.trino.execution.QueryStateMachine.beginWithTicker(QueryStateMachine.java:313)
at io.trino.execution.QueryStateMachine.begin(QueryStateMachine.java:250)
at io.trino.dispatcher.LocalDispatchQueryFactory.createDispatchQuery(LocalDispatchQueryFactory.java:118)
at io.trino.dispatcher.DispatchManager.createQueryInternal(DispatchManager.java:240)
at io.trino.dispatcher.DispatchManager.lambda$createQuery$1(DispatchManager.java:193)
at io.opentelemetry.context.Context.lambda$wrap$1(Context.java:241)
at io.airlift.concurrent.BoundedExecutor.drainQueue(BoundedExecutor.java:79)
at io.trino.$gen.Trino_testversion____20250121_134952_217.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1575)
|
TestKafkaConnectorTest.testComplexQuery:
plugin/trino-kafka/src/test/java/io/trino/plugin/kafka/TestKafkaConnectorTest.java#L1
Execution of 'actual' query 20250121_135018_00068_wbwzs failed: SELECT sum(orderkey), row_number() OVER (ORDER BY orderkey) FROM orders WHERE orderkey <= 10 GROUP BY orderkey HAVING sum(orderkey) >= 3 ORDER BY orderkey DESC LIMIT 3
|
TestKafkaConnectorTest.testCountColumn:
plugin/trino-kafka/src/test/java/io/trino/plugin/kafka/TestKafkaConnectorTest.java#L1
Execution of 'actual' query 20250121_135018_00069_wbwzs failed: SELECT COUNT(orderkey) FROM orders
|
TestKafkaConnectorTest.testDistinct:
plugin/trino-kafka/src/test/java/io/trino/plugin/kafka/TestKafkaConnectorTest.java#L1
Execution of 'actual' query 20250121_135018_00070_wbwzs failed: SELECT DISTINCT custkey FROM orders
|
TestKafkaConnectorTest.testDistinctHaving:
plugin/trino-kafka/src/test/java/io/trino/plugin/kafka/TestKafkaConnectorTest.java#L1
Execution of 'actual' query 20250121_135018_00073_wbwzs failed: SELECT COUNT(DISTINCT clerk) AS count FROM orders GROUP BY orderdate HAVING COUNT(DISTINCT clerk) > 1
|
TestKafkaConnectorTest.testUnionAllAboveBroadcastJoin:
plugin/trino-kafka/src/test/java/io/trino/plugin/kafka/TestKafkaConnectorTest.java#L1
Execution of 'actual' query 20250121_135018_00075_wbwzs failed: SELECT COUNT(*) FROM region r JOIN (SELECT nationkey FROM nation UNION ALL SELECT nationkey as key FROM nation) n ON r.regionkey = n.nationkey
|
TestKafkaConnectorTest.testFilterPushdownWithAggregation:
plugin/trino-kafka/src/test/java/io/trino/plugin/kafka/TestKafkaConnectorTest.java#L1
Execution of 'actual' query 20250121_135018_00076_wbwzs failed: SELECT * FROM (SELECT count(*) FROM orders) WHERE 0=1
|
TestKafkaConnectorTest.testRepeatedAggregations:
plugin/trino-kafka/src/test/java/io/trino/plugin/kafka/TestKafkaConnectorTest.java#L1
Execution of 'actual' query 20250121_135018_00078_wbwzs failed: SELECT SUM(orderkey), SUM(orderkey) FROM orders
|
TestKafkaConnectorTest.testSelectWithComparison:
plugin/trino-kafka/src/test/java/io/trino/plugin/kafka/TestKafkaConnectorTest.java#L1
Execution of 'actual' query 20250121_135018_00079_wbwzs failed: SELECT orderkey FROM orders WHERE totalprice < custkey
|
test (plugin/trino-kafka)
Process completed with exit code 1.
|
TestHiveStorageFormats > testInsertAndSelectWithNullFormat(0: StorageFormat{name=TEXTFILE, properties={}, sessionProperties={}}) [groups: hms_only, storage_formats_detailed]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveStorageFormats.java#L457
java.sql.SQLException: Query failed (#20250121_135848_00066_kxc9b): Unknown session property spooling_enabled
|
TestHiveStorageFormats > testInsertAndSelectWithNullFormat(0: StorageFormat{name=RCTEXT, properties={}, sessionProperties={}}) [groups: hms_only, storage_formats_detailed]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveStorageFormats.java#L457
java.sql.SQLException: Query failed (#20250121_135848_00070_kxc9b): Unknown session property spooling_enabled
|
TestHiveStorageFormats > testInsertAndSelectWithNullFormat(0: StorageFormat{name=SEQUENCEFILE, properties={}, sessionProperties={}}) [groups: hms_only, storage_formats_detailed]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveStorageFormats.java#L457
java.sql.SQLException: Query failed (#20250121_135849_00074_kxc9b): Unknown session property spooling_enabled
|
TestHiveStorageFormats > testLargeOrcInsert [groups: storage_formats_detailed]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveStorageFormats.java#L790
java.sql.SQLException: Query failed (#20250121_135909_00077_kxc9b): Unknown session property spooling_enabled
|
TestHiveStorageFormats > testLargeParquetInsert [groups: storage_formats_detailed]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveStorageFormats.java#L779
java.sql.SQLException: Query failed (#20250121_135940_00080_kxc9b): Unknown session property spooling_enabled
|
TestHiveStorageFormats > testNestedFieldsWrittenByHive(0: ORC) [groups: storage_formats_detailed]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveStorageFormats.java#L552
java.sql.SQLException: Query failed (#20250121_135951_00083_kxc9b): Unknown session property spooling_enabled
|
TestHiveStorageFormats > testNestedFieldsWrittenByHive(0: PARQUET) [groups: storage_formats_detailed]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveStorageFormats.java#L552
java.sql.SQLException: Query failed (#20250121_140000_00086_kxc9b): Unknown session property spooling_enabled
|
TestHiveStorageFormats > testNestedFieldsWrittenByHive(0: RCBINARY) [groups: storage_formats_detailed]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveStorageFormats.java#L552
java.sql.SQLException: Query failed (#20250121_140012_00089_kxc9b): Unknown session property spooling_enabled
|
TestHiveStorageFormats > testNestedFieldsWrittenByHive(0: RCTEXT) [groups: storage_formats_detailed]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveStorageFormats.java#L552
java.sql.SQLException: Query failed (#20250121_140022_00092_kxc9b): Unknown session property spooling_enabled
|
TestHiveStorageFormats > testNestedFieldsWrittenByHive(0: SEQUENCEFILE) [groups: storage_formats_detailed]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveStorageFormats.java#L552
java.sql.SQLException: Query failed (#20250121_140034_00095_kxc9b): Unknown session property spooling_enabled
|
pt (default, suite-storage-formats-detailed, )
Process completed with exit code 1.
|
TestDeltaLakeColumnMappingMode > testColumnMappingModeNone [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks, delta-lake-oss]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeColumnMappingMode.java#L77
java.sql.SQLException: Query failed (#20250121_140602_00007_ky9ds): Unknown session property spooling_enabled
|
TestDeltaLakeColumnMappingMode > testTrinoColumnMappingMode(0: id) [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks, delta-lake-oss]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeColumnMappingMode.java#L233
java.sql.SQLException: Query failed (#20250121_140615_00010_ky9ds): Unknown session property spooling_enabled
|
TestDeltaLakeColumnMappingMode > testTrinoColumnMappingMode(0: name) [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks, delta-lake-oss]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeColumnMappingMode.java#L233
java.sql.SQLException: Query failed (#20250121_140628_00013_ky9ds): Unknown session property spooling_enabled
|
TestDeltaLakeSelectCompatibility > testPartitionedSelectSpecialCharacters [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks, delta-lake-oss]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeSelectCompatibility.java#L89
java.sql.SQLException: Query failed (#20250121_140730_00024_ky9ds): Unknown session property spooling_enabled
|
TestDeltaLakeCheckpointsCompatibility > testDatabricksUsesCheckpointInterval [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeCheckpointsCompatibility.java#L304
java.sql.SQLException: Query failed (#20250121_140550_00006_ky9ds): Unknown session property spooling_enabled
|
TestDeltaLakeCaseInsensitiveMapping > testNonLowercaseFieldNames [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks, delta-lake-oss]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeCaseInsensitiveMapping.java#L102
java.sql.SQLException: Query failed (#20250121_140438_00003_ky9ds): Unknown session property spooling_enabled
|
TestConfiguredFeatures > selectConfiguredConnectors [groups: configured_features]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestConfiguredFeatures.java#L52
java.sql.SQLException: Query failed (#20250121_135648_00000_ky9ds): Unknown session property spooling_enabled
|
TestDeltaLakeInsertCompatibility > testInsertCompatibility [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks, delta-lake-oss]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeInsertCompatibility.java#L89
java.sql.SQLException: Query failed (#20250121_140654_00018_ky9ds): Unknown session property spooling_enabled
|
TestDeltaLakeInsertCompatibility > testPartitionedInsertCompatibility [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeInsertCompatibility.java#L131
java.sql.SQLException: Query failed (#20250121_140716_00022_ky9ds): Unknown session property spooling_enabled
|
TestDeltaLakeCreateTableAsSelectCompatibility > testTrinoTypesWithDatabricks [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeCreateTableAsSelectCompatibility.java#L66
java.sql.SQLException: Query failed (#20250121_140635_00015_ky9ds): Unknown session property spooling_enabled
|
pt (default, suite-delta-lake-databricks133, )
Process completed with exit code 1.
|
TestDeltaLakeUpdateCompatibility > testUpdatesFromDatabricks [groups: delta-lake-databricks-122, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeUpdateCompatibility.java#L57
java.sql.SQLException: Query failed (#20250121_140741_00046_86rf6): Unknown session property spooling_enabled
|
TestDeltaLakeIdentityColumnCompatibility > testDropIdentityColumn(0: id) [groups: profile_specific_tests, delta-lake-databricks-113]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeIdentityColumnCompatibility.java#L145
java.sql.SQLException: Query failed (#20250121_140518_00020_86rf6): Unknown session property spooling_enabled
|
TestDeltaLakeIdentityColumnCompatibility > testDropIdentityColumn(0: name) [groups: profile_specific_tests, delta-lake-databricks-113]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeIdentityColumnCompatibility.java#L145
java.sql.SQLException: Query failed (#20250121_140532_00025_86rf6): Unknown session property spooling_enabled
|
TestDeltaLakeIdentityColumnCompatibility > testIdentityColumn [groups: profile_specific_tests, delta-lake-databricks-113]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeIdentityColumnCompatibility.java#L72
java.sql.SQLException: Query failed (#20250121_140545_00029_86rf6): Unknown session property spooling_enabled
|
TestDeltaLakeIdentityColumnCompatibility > testRenameIdentityColumn(0: id) [groups: profile_specific_tests, delta-lake-databricks-113]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeIdentityColumnCompatibility.java#L96
java.sql.SQLException: Query failed (#20250121_140605_00031_86rf6): Unknown session property spooling_enabled
|
TestDeltaLakeIdentityColumnCompatibility > testRenameIdentityColumn(0: name) [groups: profile_specific_tests, delta-lake-databricks-113]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeIdentityColumnCompatibility.java#L96
java.sql.SQLException: Query failed (#20250121_140617_00032_86rf6): Unknown session property spooling_enabled
|
TestDeltaLakeIdentityColumnCompatibility > testVacuumProcedureWithIdentityColumn [groups: profile_specific_tests, delta-lake-databricks-113]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeIdentityColumnCompatibility.java#L176
java.sql.SQLException: Query failed (#20250121_140635_00035_86rf6): Unknown session property spooling_enabled
|
TestDeltaLakeColumnMappingMode > testColumnMappingModeNone [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks, delta-lake-oss]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeColumnMappingMode.java#L77
java.sql.SQLException: Query failed (#20250121_140435_00007_86rf6): Unknown session property spooling_enabled
|
TestDeltaLakeColumnMappingMode > testTrinoColumnMappingMode(0: id) [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks, delta-lake-oss]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeColumnMappingMode.java#L233
java.sql.SQLException: Query failed (#20250121_140447_00010_86rf6): Unknown session property spooling_enabled
|
TestDeltaLakeColumnMappingMode > testTrinoColumnMappingMode(0: name) [groups: delta-lake-databricks-143, delta-lake-databricks-122, delta-lake-databricks-133, profile_specific_tests, delta-lake-databricks-113, delta-lake-databricks, delta-lake-oss]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeColumnMappingMode.java#L233
java.sql.SQLException: Query failed (#20250121_140457_00013_86rf6): Unknown session property spooling_enabled
|
pt (default, suite-delta-lake-databricks113, )
Process completed with exit code 1.
|
pt (default, suite-delta-lake-databricks104, )
Canceling since a higher priority waiting request for 'workflow=ci,
pr_number=24757,
dispatch_sha=NA,
commit_sha=NA
' exists
|
pt (default, suite-delta-lake-databricks104, )
The operation was canceled.
|
pt (default, suite-5, )
Canceling since a higher priority waiting request for 'workflow=ci,
pr_number=24757,
dispatch_sha=NA,
commit_sha=NA
' exists
|
pt (default, suite-5, )
The operation was canceled.
|
pt (default, suite-iceberg, )
Canceling since a higher priority waiting request for 'workflow=ci,
pr_number=24757,
dispatch_sha=NA,
commit_sha=NA
' exists
|
pt (default, suite-iceberg, )
The operation was canceled.
|
pt (default, suite-delta-lake-oss, )
Canceling since a higher priority waiting request for 'workflow=ci,
pr_number=24757,
dispatch_sha=NA,
commit_sha=NA
' exists
|
pt (default, suite-delta-lake-oss, )
The operation was canceled.
|
test (plugin/trino-iceberg)
Canceling since a higher priority waiting request for 'workflow=ci,
pr_number=24757,
dispatch_sha=NA,
commit_sha=NA
' exists
|
test (plugin/trino-iceberg)
Process completed with exit code 1.
|
test (plugin/trino-hive)
Canceling since a higher priority waiting request for 'workflow=ci,
pr_number=24757,
dispatch_sha=NA,
commit_sha=NA
' exists
|
test (plugin/trino-hive)
Process completed with exit code 1.
|
pt (default, suite-3, )
Canceling since a higher priority waiting request for 'workflow=ci,
pr_number=24757,
dispatch_sha=NA,
commit_sha=NA
' exists
|
pt (default, suite-3, )
The operation was canceled.
|
test (plugin/trino-phoenix5)
Canceling since a higher priority waiting request for 'workflow=ci,
pr_number=24757,
dispatch_sha=NA,
commit_sha=NA
' exists
|
test (plugin/trino-phoenix5)
Process completed with exit code 1.
|
test (plugin/trino-delta-lake, cloud-tests)
Canceling since a higher priority waiting request for 'workflow=ci,
pr_number=24757,
dispatch_sha=NA,
commit_sha=NA
' exists
|
test (plugin/trino-delta-lake, cloud-tests)
Process completed with exit code 1.
|
pt (default, suite-delta-lake-databricks154, )
Canceling since a higher priority waiting request for 'workflow=ci,
pr_number=24757,
dispatch_sha=NA,
commit_sha=NA
' exists
|
pt (default, suite-delta-lake-databricks154, )
The operation was canceled.
|
pt (default, suite-1, )
Canceling since a higher priority waiting request for 'workflow=ci,
pr_number=24757,
dispatch_sha=NA,
commit_sha=NA
' exists
|
pt (default, suite-1, )
The operation was canceled.
|
test (core/trino-main)
Canceling since a higher priority waiting request for 'workflow=ci,
pr_number=24757,
dispatch_sha=NA,
commit_sha=NA
' exists
|
test (core/trino-main)
Process completed with exit code 1.
|
pt (default, suite-2, )
Canceling since a higher priority waiting request for 'workflow=ci,
pr_number=24757,
dispatch_sha=NA,
commit_sha=NA
' exists
|
pt (default, suite-2, )
The operation was canceled.
|
test (plugin/trino-delta-lake)
Canceling since a higher priority waiting request for 'workflow=ci,
pr_number=24757,
dispatch_sha=NA,
commit_sha=NA
' exists
|
test (plugin/trino-delta-lake)
Process completed with exit code 1.
|
pt (default, suite-hive-transactional, )
Canceling since a higher priority waiting request for 'workflow=ci,
pr_number=24757,
dispatch_sha=NA,
commit_sha=NA
' exists
|
pt (default, suite-hive-transactional, )
The operation was canceled.
|
pt (default, suite-6-non-generic, )
Canceling since a higher priority waiting request for 'workflow=ci,
pr_number=24757,
dispatch_sha=NA,
commit_sha=NA
' exists
|
pt (default, suite-6-non-generic, )
The operation was canceled.
|
pt (default, suite-7-non-generic, )
Canceling since a higher priority waiting request for 'workflow=ci,
pr_number=24757,
dispatch_sha=NA,
commit_sha=NA
' exists
|
pt (default, suite-7-non-generic, )
The operation was canceled.
|
pt (default, suite-kafka, )
Canceling since a higher priority waiting request for 'workflow=ci,
pr_number=24757,
dispatch_sha=NA,
commit_sha=NA
' exists
|
pt (default, suite-kafka, )
The operation was canceled.
|
test (testing/trino-tests)
Canceling since a higher priority waiting request for 'workflow=ci,
pr_number=24757,
dispatch_sha=NA,
commit_sha=NA
' exists
|
test (testing/trino-tests)
The operation was canceled.
|
check-commits-dispatcher
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-test-matrix
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-snowflake)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (lib/trino-hdfs, cloud-tests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-redshift)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-openlineage)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-resource-group-managers)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (lib/trino-filesystem-azure, cloud-tests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (lib/trino-filesystem-s3, cloud-tests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (lib/trino-filesystem-gcs, cloud-tests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (lib/trino-orc,lib/trino-parquet)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (lib/trino-filesystem,lib/trino-filesystem-azure,lib/trino-filesystem-alluxio,lib/trino-file...
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-pt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
artifact-checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check-commit (d15a18d24674d5c0ac206d06218d3b4257603fee)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
error-prone-checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
maven-checks 23
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
maven-checks 24-ea
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-hive, test-parquet)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
product tests and server tarball
|
1.38 GB |
|
results client_trino-jdbc,plugin_trino-base-jdbc,plugin_trino-memory,plugin_trino-thrift, ,
|
488 KB |
|
results core_trino-main, ,
|
14.6 MB |
|
results hive-tests
|
210 KB |
|
results plugin_trino-bigquery, ,
|
115 KB |
|
results plugin_trino-bigquery, cloud-tests-2,
|
214 KB |
|
results plugin_trino-cassandra, ,
|
161 KB |
|
results plugin_trino-clickhouse, ,
|
85.3 KB |
|
results plugin_trino-delta-lake, ,
|
1.26 MB |
|
results plugin_trino-delta-lake, cloud-tests,
|
320 KB |
|
results plugin_trino-delta-lake, fte-tests,
|
40 KB |
|
results plugin_trino-druid, ,
|
48.6 KB |
|
results plugin_trino-elasticsearch, ,
|
76.8 KB |
|
results plugin_trino-exasol, ,
|
42.5 KB |
|
results plugin_trino-google-sheets, ,
|
44.5 KB |
|
results plugin_trino-hive, ,
|
2.66 MB |
|
results plugin_trino-hive, fte-tests,
|
105 KB |
|
results plugin_trino-hudi, ,
|
203 KB |
|
results plugin_trino-iceberg, ,
|
1.6 MB |
|
results plugin_trino-iceberg, cloud-tests,
|
290 KB |
|
results plugin_trino-iceberg, fte-tests,
|
40.4 KB |
|
results plugin_trino-iceberg, minio-and-avro,
|
102 KB |
|
results plugin_trino-ignite, ,
|
50.3 KB |
|
results plugin_trino-kafka, ,
|
323 KB |
|
results plugin_trino-kudu, ,
|
158 KB |
|
results plugin_trino-mariadb, ,
|
176 KB |
|
results plugin_trino-mongodb, ,
|
263 KB |
|
results plugin_trino-mysql, ,
|
261 KB |
|
results plugin_trino-opensearch, ,
|
96.2 KB |
|
results plugin_trino-oracle, ,
|
167 KB |
|
results plugin_trino-phoenix5, ,
|
90.7 KB |
|
results plugin_trino-pinot, ,
|
316 KB |
|
results plugin_trino-postgresql, ,
|
300 KB |
|
results plugin_trino-redis, ,
|
57.8 KB |
|
results plugin_trino-redshift, cloud-tests,
|
75.4 KB |
|
results plugin_trino-redshift, fte-tests,
|
16.6 KB |
|
results plugin_trino-singlestore, ,
|
85.7 KB |
|
results plugin_trino-snowflake, cloud-tests,
|
28.7 KB |
|
results plugin_trino-sqlserver, ,
|
276 KB |
|
results plugin_trino-vertica, ,
|
55.6 KB |
|
results pt (apache-hive3, suite-hms-only, )
|
396 MB |
|
results pt (default, suite-all-connectors-smoke, )
|
395 MB |
|
results pt (default, suite-azure, )
|
396 MB |
|
results pt (default, suite-cassandra, )
|
395 MB |
|
results pt (default, suite-clickhouse, )
|
395 MB |
|
results pt (default, suite-clients, )
|
396 MB |
|
results pt (default, suite-compatibility, )
|
397 MB |
|
results pt (default, suite-databricks-unity-http-hms, )
|
395 MB |
|
results pt (default, suite-delta-lake-databricks113, )
|
396 MB |
|
results pt (default, suite-delta-lake-databricks122, )
|
395 MB |
|
results pt (default, suite-delta-lake-databricks133, )
|
395 MB |
|
results pt (default, suite-delta-lake-databricks143, )
|
395 MB |
|
results pt (default, suite-functions, )
|
396 MB |
|
results pt (default, suite-gcs, )
|
396 MB |
|
results pt (default, suite-hudi, )
|
396 MB |
|
results pt (default, suite-ignite, )
|
395 MB |
|
results pt (default, suite-ldap, )
|
397 MB |
|
results pt (default, suite-mysql, )
|
396 MB |
|
results pt (default, suite-oauth2, )
|
396 MB |
|
results pt (default, suite-parquet, )
|
396 MB |
|
results pt (default, suite-ranger, )
|
395 MB |
|
results pt (default, suite-snowflake, )
|
395 MB |
|
results pt (default, suite-storage-formats-detailed, )
|
396 MB |
|
results pt (default, suite-tpcds, )
|
396 MB |
|
results pt (default, suite-tpch, )
|
395 MB |
|
results test-jdbc-compatibility
|
178 KB |
|
results test-other-modules
|
525 KB |
|
results testing_trino-faulttolerant-tests, default,
|
59.2 KB |
|
results testing_trino-faulttolerant-tests, test-fault-tolerant-delta,
|
22.7 KB |
|
results testing_trino-faulttolerant-tests, test-fault-tolerant-hive,
|
198 KB |
|
results testing_trino-faulttolerant-tests, test-fault-tolerant-iceberg,
|
41.1 KB |
|
test report client_trino-jdbc,plugin_trino-base-jdbc,plugin_trino-memory,plugin_trino-thrift, ,
|
445 KB |
|
test report core_trino-main, ,
|
13.9 MB |
|
test report hive-tests
|
150 KB |
|
test report lib_trino-filesystem,lib_trino-filesystem-azure,lib_trino-filesystem-alluxio,lib_trino-filesystem-ca
|
374 KB |
|
test report lib_trino-filesystem-azure, cloud-tests,
|
55 KB |
|
test report lib_trino-filesystem-gcs, cloud-tests,
|
10.2 KB |
|
test report lib_trino-filesystem-s3, cloud-tests,
|
16.7 KB |
|
test report lib_trino-hdfs, cloud-tests,
|
14 KB |
|
test report lib_trino-orc,lib_trino-parquet, ,
|
1000 KB |
|
test report plugin_trino-bigquery, ,
|
111 KB |
|
test report plugin_trino-bigquery, cloud-tests-2,
|
196 KB |
|
test report plugin_trino-cassandra, ,
|
147 KB |
|
test report plugin_trino-clickhouse, ,
|
70.1 KB |
|
test report plugin_trino-delta-lake, ,
|
1.15 MB |
|
test report plugin_trino-delta-lake, cloud-tests,
|
276 KB |
|
test report plugin_trino-delta-lake, fte-tests,
|
37.4 KB |
|
test report plugin_trino-druid, ,
|
41.3 KB |
|
test report plugin_trino-elasticsearch, ,
|
69.9 KB |
|
test report plugin_trino-exasol, ,
|
35.3 KB |
|
test report plugin_trino-google-sheets, ,
|
37.5 KB |
|
test report plugin_trino-hive, ,
|
2.47 MB |
|
test report plugin_trino-hive, fte-tests,
|
52.5 KB |
|
test report plugin_trino-hive, test-parquet,
|
15.2 KB |
|
test report plugin_trino-hudi, ,
|
190 KB |
|
test report plugin_trino-iceberg, ,
|
1.49 MB |
|
test report plugin_trino-iceberg, cloud-tests,
|
270 KB |
|
test report plugin_trino-iceberg, fte-tests,
|
37.7 KB |
|
test report plugin_trino-iceberg, minio-and-avro,
|
95.4 KB |
|
test report plugin_trino-ignite, ,
|
43.3 KB |
|
test report plugin_trino-kafka, ,
|
261 KB |
|
test report plugin_trino-kudu, ,
|
137 KB |
|
test report plugin_trino-mariadb, ,
|
160 KB |
|
test report plugin_trino-mongodb, ,
|
245 KB |
|
test report plugin_trino-mysql, ,
|
239 KB |
|
test report plugin_trino-openlineage, ,
|
49.6 KB |
|
test report plugin_trino-opensearch, ,
|
87 KB |
|
test report plugin_trino-oracle, ,
|
149 KB |
|
test report plugin_trino-phoenix5, ,
|
64.8 KB |
|
test report plugin_trino-pinot, ,
|
297 KB |
|
test report plugin_trino-postgresql, ,
|
271 KB |
|
test report plugin_trino-redis, ,
|
50.1 KB |
|
test report plugin_trino-redshift, ,
|
26.2 KB |
|
test report plugin_trino-redshift, cloud-tests,
|
65.3 KB |
|
test report plugin_trino-redshift, fte-tests,
|
15.2 KB |
|
test report plugin_trino-resource-group-managers, ,
|
72.3 KB |
|
test report plugin_trino-singlestore, ,
|
69.3 KB |
|
test report plugin_trino-snowflake, ,
|
18.8 KB |
|
test report plugin_trino-snowflake, cloud-tests,
|
21.4 KB |
|
test report plugin_trino-sqlserver, ,
|
254 KB |
|
test report plugin_trino-vertica, ,
|
47.3 KB |
|
test report pt (apache-hive3, suite-hms-only, )
|
10.1 KB |
|
test report pt (default, suite-2, )
|
30.3 KB |
|
test report pt (default, suite-3, )
|
17 KB |
|
test report pt (default, suite-5, )
|
13.7 KB |
|
test report pt (default, suite-6-non-generic, )
|
13.5 KB |
|
test report pt (default, suite-7-non-generic, )
|
17.4 KB |
|
test report pt (default, suite-all-connectors-smoke, )
|
1.97 KB |
|
test report pt (default, suite-azure, )
|
9.31 KB |
|
test report pt (default, suite-cassandra, )
|
2.16 KB |
|
test report pt (default, suite-clickhouse, )
|
2.17 KB |
|
test report pt (default, suite-clients, )
|
14.3 KB |
|
test report pt (default, suite-compatibility, )
|
16.7 KB |
|
test report pt (default, suite-databricks-unity-http-hms, )
|
2.66 KB |
|
test report pt (default, suite-delta-lake-databricks113, )
|
5.25 KB |
|
test report pt (default, suite-delta-lake-databricks122, )
|
4.31 KB |
|
test report pt (default, suite-delta-lake-databricks133, )
|
4.09 KB |
|
test report pt (default, suite-delta-lake-databricks143, )
|
4.07 KB |
|
test report pt (default, suite-delta-lake-oss, )
|
5.58 KB |
|
test report pt (default, suite-functions, )
|
3.56 KB |
|
test report pt (default, suite-gcs, )
|
7.74 KB |
|
test report pt (default, suite-hudi, )
|
7.31 KB |
|
test report pt (default, suite-ignite, )
|
2.15 KB |
|
test report pt (default, suite-kafka, )
|
12 KB |
|
test report pt (default, suite-ldap, )
|
27.3 KB |
|
test report pt (default, suite-mysql, )
|
5.4 KB |
|
test report pt (default, suite-oauth2, )
|
14.7 KB |
|
test report pt (default, suite-parquet, )
|
43.7 KB |
|
test report pt (default, suite-ranger, )
|
2.17 KB |
|
test report pt (default, suite-snowflake, )
|
3.76 KB |
|
test report pt (default, suite-storage-formats-detailed, )
|
9.75 KB |
|
test report pt (default, suite-tpcds, )
|
41.6 KB |
|
test report pt (default, suite-tpch, )
|
7.39 KB |
|
test report test-jdbc-compatibility
|
28.9 KB |
|
test report test-other-modules
|
416 KB |
|
test report testing_trino-faulttolerant-tests, default,
|
54.9 KB |
|
test report testing_trino-faulttolerant-tests, test-fault-tolerant-delta,
|
21.3 KB |
|
test report testing_trino-faulttolerant-tests, test-fault-tolerant-hive,
|
184 KB |
|
test report testing_trino-faulttolerant-tests, test-fault-tolerant-iceberg,
|
38.3 KB |
|
test report testing_trino-tests, ,
|
1.6 MB |
|