Skip to content

Dynamically configure spooling properties #74182

Dynamically configure spooling properties

Dynamically configure spooling properties #74182

Triggered via pull request January 21, 2025 13:44
Status Cancelled
Total duration 25m 21s
Artifacts 160

ci.yml

on: pull_request
check-commits-dispatcher
30s
check-commits-dispatcher
build-test-matrix
56s
build-test-matrix
Matrix: hive-tests
Matrix: maven-checks
Matrix: check-commit
Matrix: pt
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

603 errors and 19 warnings
test (plugin/trino-bigquery)
Process completed with exit code 1.
test (plugin/trino-iceberg, fte-tests)
Process completed with exit code 1.
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
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.
test (plugin/trino-elasticsearch)
Process completed with exit code 1.
test (plugin/trino-ignite)
Process completed with exit code 1.
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.
test (plugin/trino-hive, fte-tests)
Process completed with exit code 1.
test (plugin/trino-delta-lake, fte-tests)
Process completed with exit code 1.
test (plugin/trino-opensearch)
Process completed with exit code 1.
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.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.
test (plugin/trino-iceberg, minio-and-avro)
Process completed with exit code 1.
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.
test (plugin/trino-pinot)
Process completed with exit code 1.
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
test (plugin/trino-kudu)
Process completed with exit code 1.
test (plugin/trino-redshift, fte-tests)
Process completed with exit code 1.
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.
test (plugin/trino-mongodb)
Process completed with exit code 1.
artifact-checks
Process completed with exit code 1.
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
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.
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.
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.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
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.
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'
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
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
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.
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'
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
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'
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
test (plugin/trino-mysql)
Process completed with exit code 1.
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
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
pt (apache-hive3, suite-hms-only, )
Process completed with exit code 1.
pt (default, suite-oauth2, )
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_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.
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
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
pt (default, suite-clients, )
Process completed with exit code 1.
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
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
test (plugin/trino-singlestore)
Process completed with exit code 1.
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.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.
test-other-modules
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_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 > 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.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.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'
test (plugin/trino-postgresql)
Process completed with exit code 1.
test-jdbc-compatibility
Process completed with exit code 1.
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.
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.
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
pt (default, suite-delta-lake-databricks143, )
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_135734_00000_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_140402_00000_fv98f): Unknown session property spooling_enabled
pt (default, suite-compatibility, )
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_135609_00000_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 > 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
pt (default, suite-storage-formats-detailed, )
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_135648_00000_ky9ds): Unknown session property spooling_enabled
pt (default, suite-delta-lake-databricks133, )
Process completed with exit code 1.
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
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