Test the effectiveness of partial timestamp partition pruning #74150
ci.yml
on: push
check-commits-dispatcher
0s
build-pt
9m 58s
build-test-matrix
55s
artifact-checks
19m 53s
error-prone-checks
18m 50s
test-jdbc-compatibility
15m 30s
test-other-modules
23m 30s
Matrix: hive-tests
Matrix: maven-checks
Matrix: check-commit
Matrix: pt
Matrix: test
Annotations
28 errors and 91 warnings
TestHiveGlueMetadataListing.testReadInformationSchema:
plugin/trino-hive/src/test/java/io/trino/plugin/hive/TestHiveGlueMetadataListing.java#L105
Error listing tables for catalog hive: io.trino.spi.TrinoException: Access denied when calling federation source: Unable to retrieve credentials from Lake Formation: User: arn:aws:iam::894365193301:user/Trino-CI is not authorized to perform: lakeformation:GetDataAccess because no identity-based policy allows the lakeformation:GetDataAccess action (Service: Glue, Status Code: 400, Request ID: 9b2fc886-dab6-4d87-83a9-88d2467228fb)
|
hive-tests (config-hdp3)
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 (#20250120_142751_00002_9aevu): Your account is suspended due to lack of payment method.
|
pt (default, suite-snowflake, )
Process completed with exit code 1.
|
TestIcebergSnowflakeCatalogConnectorSmokeTest.:
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/catalog/snowflake/TestIcebergSnowflakeCatalogConnectorSmokeTest.java#L68
Your account is suspended due to lack of payment method.
|
TestTrinoSnowflakeCatalog.:
plugin/trino-iceberg/src/test/java/org/apache/iceberg/snowflake/TestTrinoSnowflakeCatalog.java#L105
net.snowflake.client.jdbc.SnowflakeSQLException: Your account is suspended due to lack of payment method.
|
test (plugin/trino-iceberg, cloud-tests)
Process completed with exit code 1.
|
TestAzureFileSystemOAuthGen2Hierarchical.testCreateExclusiveIsAtomic:
lib/trino-filesystem-azure/src/test/java/io/trino/filesystem/azure/TestAzureFileSystemOAuthGen2Hierarchical.java#L1
java.util.concurrent.TimeoutException
at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:204)
|
test (lib/trino-filesystem-azure, cloud-tests)
Process completed with exit code 1.
|
TestDeltaLakeGlueMetastore.testHideNonDeltaLakeTable:
plugin/trino-delta-lake/src/test/java/io/trino/plugin/deltalake/metastore/glue/TestDeltaLakeGlueMetastore.java#L217
io.trino.spi.TrinoException: Access denied when calling federation source: Unable to retrieve credentials from Lake Formation: User: arn:aws:iam::894365193301:user/Trino-CI is not authorized to perform: lakeformation:GetDataAccess because no identity-based policy allows the lakeformation:GetDataAccess action (Service: Glue, Status Code: 400, Request ID: ec1078aa-0d1b-49b7-9279-f4b91e7b4b6f)
|
test (plugin/trino-delta-lake, cloud-tests)
Process completed with exit code 1.
|
TestAbfsSyncPartitionMetadata > testDropPartitionContainingCharactersThatNeedUrlEncoding [groups: azure]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestAbfsSyncPartitionMetadata.java#L90
java.sql.SQLException: Query failed (#20250120_142920_00073_9zzgp): The following metastore delete operations failed: drop partition default.test_sync_partition_metadata_drop_partition_urlencode [2022-01-17, 20:00:12]
|
pt (default, suite-azure, )
Process completed with exit code 1.
|
TestSnowflakeConnectorTest.testAlterTableAddLongColumnName:
plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeConnectorTest.java#L270
Your account is suspended due to lack of payment method.
|
TestSnowflakeConnectorTest.testAlterTableRenameColumnToLongName:
plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeConnectorTest.java#L296
Your account is suspended due to lack of payment method.
|
TestSnowflakeConnectorTest.testDeleteWithLike:
plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeConnectorTest.java#L210
Expecting actual:
"io.trino.testing.QueryFailedException: Your account is suspended due to lack of payment method.
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.testing.QueryRunner.execute(QueryRunner.java:82)
at io.trino.testing.sql.TestTable.createAndInsert(TestTable.java:52)
at io.trino.testing.sql.TestTable.<init>(TestTable.java:47)
at io.trino.testing.AbstractTestQueryFramework.newTrinoTable(AbstractTestQueryFramework.java:679)
at io.trino.testing.AbstractTestQueryFramework.newTrinoTable(AbstractTestQueryFramework.java:674)
at io.trino.testing.BaseConnectorTest.testDeleteWithLike(BaseConnectorTest.java:4800)
at io.trino.plugin.snowflake.TestSnowflakeConnectorTest.lambda$testDeleteWithLike$1(TestSnowflakeConnectorTest.java:209)
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.snowflake.TestSnowflakeConnectorTest.testDeleteWithLike(TestSnowflakeConnectorTest.java:209)
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)
a
|
TestSnowflakeConnectorTest.testNativeQueryInsertStatementTableExists:
plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeConnectorTest.java#L345
net.snowflake.client.jdbc.SnowflakeSQLException: Your account is suspended due to lack of payment method.
|
TestSnowflakeConnectorTest.testCharTrailingSpace:
plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeConnectorTest.java#L357
Expecting throwable message:
"net.snowflake.client.jdbc.SnowflakeSQLException: Your account is suspended due to lack of payment method."
to contain:
"For query"
but did not.
Throwable that failed the check:
java.lang.RuntimeException: net.snowflake.client.jdbc.SnowflakeSQLException: Your account is suspended due to lack of payment method.
at io.trino.plugin.snowflake.TestingSnowflakeServer.execute(TestingSnowflakeServer.java:52)
at io.trino.plugin.snowflake.TestingSnowflakeServer.execute(TestingSnowflakeServer.java:42)
at io.trino.testing.sql.TestTable.createAndInsert(TestTable.java:52)
at io.trino.testing.sql.TestTable.<init>(TestTable.java:47)
at io.trino.plugin.jdbc.BaseJdbcConnectorTest.testCharTrailingSpace(BaseJdbcConnectorTest.java:195)
at io.trino.plugin.snowflake.TestSnowflakeConnectorTest.lambda$testCharTrailingSpace$2(TestSnowflakeConnectorTest.java:356)
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.snowflake.TestSnowflakeConnectorTest.testCharTrailingSpace(TestSnowflakeConnectorTest.java:356)
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.platf
|
TestSnowflakeConnectorTest.testCharVarcharComparison:
plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeConnectorTest.java#L194
Expecting throwable message:
"Your account is suspended due to lack of payment method."
to contain:
"For query"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Your account is suspended due to lack of payment method.
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.testing.QueryRunner.execute(QueryRunner.java:82)
at io.trino.testing.sql.TestTable.createAndInsert(TestTable.java:52)
at io.trino.testing.sql.TestTable.<init>(TestTable.java:47)
at io.trino.testing.AbstractTestQueryFramework.newTrinoTable(AbstractTestQueryFramework.java:679)
at io.trino.testing.AbstractTestQueryFramework.newTrinoTable(AbstractTestQueryFramework.java:674)
at io.trino.testing.BaseConnectorTest.testCharVarcharComparison(BaseConnectorTest.java:359)
at io.trino.plugin.snowflake.TestSnowflakeConnectorTest.lambda$testCharVarcharComparison$0(TestSnowflakeConnectorTest.java:193)
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.snowflake.TestSnowflakeConnectorTest.testCharVarcharComparison(TestSnowflakeConnectorTest.java:193)
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.Throwable
|
TestSnowflakeConnectorTest.testViews:
plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeConnectorTest.java#L159
net.snowflake.client.jdbc.SnowflakeSQLException: Your account is suspended due to lack of payment method.
|
TestSnowflakeConnectorTest.testNumericAggregationPushdown:
plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeConnectorTest.java#L1
net.snowflake.client.jdbc.SnowflakeSQLException: Your account is suspended due to lack of payment method.
|
TestSnowflakeConnectorTest.testDynamicFilteringWithAggregationGroupingSet:
plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeConnectorTest.java#L1
Your account is suspended due to lack of payment method.
|
TestSnowflakeConnectorTest.testDynamicFilteringWithLimit:
plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeConnectorTest.java#L1
Your account is suspended due to lack of payment method.
|
test (plugin/trino-snowflake, cloud-tests)
Process completed with exit code 1.
|
TestDatabricksWithGlueMetastoreCleanUp > testCleanUpOldTablesUsingDelta [groups: profile_specific_tests, delta-lake-databricks]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDatabricksWithGlueMetastoreCleanUp.java#L62
java.sql.SQLException: Query failed (#20250120_142727_00001_946hn): Error listing tables for catalog hive: io.trino.spi.TrinoException: Access denied when calling federation source: Unable to retrieve credentials from Lake Formation: User: arn:aws:iam::894365193301:user/Trino-CI is not authorized to perform: lakeformation:GetDataAccess because no identity-based policy allows the lakeformation:GetDataAccess action (Service: Glue, Status Code: 400, Request ID: 6babdee6-b4c1-4496-9212-bbd7e1db8e68)
|
pt (default, suite-delta-lake-databricks104, )
Process completed with exit code 1.
|
TestDatabricksWithGlueMetastoreCleanUp > testCleanUpOldTablesUsingDelta [groups: profile_specific_tests, delta-lake-databricks]:
testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDatabricksWithGlueMetastoreCleanUp.java#L62
java.sql.SQLException: Query failed (#20250120_142916_00001_t29qv): Error listing tables for catalog hive: io.trino.spi.TrinoException: Access denied when calling federation source: Unable to retrieve credentials from Lake Formation: User: arn:aws:iam::894365193301:user/Trino-CI is not authorized to perform: lakeformation:GetDataAccess because no identity-based policy allows the lakeformation:GetDataAccess action (Service: Glue, Status Code: 400, Request ID: e11c9d12-d36a-48c2-b9a9-d411fde3afeb)
|
pt (default, suite-delta-lake-databricks154, )
Process completed with exit code 1.
|
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 (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 (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-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-google-sheets)
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-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 (plugin/trino-redis)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-hudi)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (testing/trino-faulttolerant-tests, test-fault-tolerant-delta)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (testing/trino-faulttolerant-tests, default)
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 (plugin/trino-kudu)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-elasticsearch)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-kafka)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (lib/trino-filesystem,lib/trino-filesystem-azure,lib/trino-filesystem-alluxio,lib/trino-file...
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (lib/trino-orc,lib/trino-parquet)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-clickhouse)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-ignite)
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
|
test (plugin/trino-opensearch)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-pinot)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-vertica)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-mariadb)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-postgresql)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-sqlserver)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-ranger, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-cassandra)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (client/trino-jdbc,plugin/trino-base-jdbc,plugin/trino-memory,plugin/trino-thrift)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-mongodb)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-functions, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-clickhouse, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-ignite, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-mysql, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (testing/trino-faulttolerant-tests, test-fault-tolerant-iceberg)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-all-connectors-smoke, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-exasol)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-iceberg, fte-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-mysql)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-cassandra, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-oracle)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-tpch, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-jdbc-compatibility
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-delta-lake, fte-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-singlestore)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-gcs, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (apache-hive3, suite-hms-only, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (testing/trino-faulttolerant-tests, test-fault-tolerant-hive)
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
|
pt (default, suite-hudi, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-clients, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-bigquery, cloud-tests-2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-kafka, )
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 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-redshift, 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-phoenix5)
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
|
test (plugin/trino-bigquery)
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, fte-tests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-parquet, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-oauth2, )
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
|
pt (default, suite-tpcds, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-iceberg)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-delta-lake)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-compatibility, )
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)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-delta-lake-databricks143, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-other-modules
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-delta-lake-databricks133, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-ldap, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-delta-lake-databricks122, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (plugin/trino-iceberg, minio-and-avro)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-databricks-unity-http-hms, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-storage-formats-detailed, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-delta-lake-databricks113, )
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, fte-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-druid)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (core/trino-main)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (testing/trino-tests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-1, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-delta-lake-oss, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-3, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-7-non-generic, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-5, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-2, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-hive-transactional, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-6-non-generic, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-iceberg, )
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
Expired
|
1.38 GB |
|
results hive-tests
|
202 KB |
|
results lib_trino-filesystem-azure, cloud-tests,
|
62.6 KB |
|
results plugin_trino-delta-lake, cloud-tests,
|
244 KB |
|
results plugin_trino-iceberg, cloud-tests,
|
273 KB |
|
results plugin_trino-snowflake, cloud-tests,
|
166 KB |
|
results pt (default, suite-azure, )
|
396 MB |
|
results pt (default, suite-delta-lake-databricks104, )
|
396 MB |
|
results pt (default, suite-delta-lake-databricks154, )
|
396 MB |
|
results pt (default, suite-snowflake, )
|
395 MB |
|
test report client_trino-jdbc,plugin_trino-base-jdbc,plugin_trino-memory,plugin_trino-thrift, ,
|
713 KB |
|
test report core_trino-main, ,
|
13.6 MB |
|
test report hive-tests
|
146 KB |
|
test report lib_trino-filesystem,lib_trino-filesystem-azure,lib_trino-filesystem-alluxio,lib_trino-filesystem-ca
|
379 KB |
|
test report lib_trino-filesystem-azure, cloud-tests,
|
58.6 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,
|
13.8 KB |
|
test report lib_trino-orc,lib_trino-parquet, ,
|
1000 KB |
|
test report plugin_trino-bigquery, ,
|
168 KB |
|
test report plugin_trino-bigquery, cloud-tests-2,
|
198 KB |
|
test report plugin_trino-cassandra, ,
|
151 KB |
|
test report plugin_trino-clickhouse, ,
|
69.6 KB |
|
test report plugin_trino-delta-lake, ,
|
1.09 MB |
|
test report plugin_trino-delta-lake, cloud-tests,
|
237 KB |
|
test report plugin_trino-delta-lake, fte-tests,
|
58.7 KB |
|
test report plugin_trino-druid, ,
|
45.2 KB |
|
test report plugin_trino-elasticsearch, ,
|
82.6 KB |
|
test report plugin_trino-exasol, ,
|
36.4 KB |
|
test report plugin_trino-google-sheets, ,
|
31.5 KB |
|
test report plugin_trino-hive, ,
|
2.44 MB |
|
test report plugin_trino-hive, fte-tests,
|
80.8 KB |
|
test report plugin_trino-hive, test-parquet,
|
15.2 KB |
|
test report plugin_trino-hudi, ,
|
188 KB |
|
test report plugin_trino-iceberg, ,
|
1.45 MB |
|
test report plugin_trino-iceberg, cloud-tests,
|
266 KB |
|
test report plugin_trino-iceberg, fte-tests,
|
67.4 KB |
|
test report plugin_trino-iceberg, minio-and-avro,
|
122 KB |
|
test report plugin_trino-ignite, ,
|
47.2 KB |
|
test report plugin_trino-kafka, ,
|
244 KB |
|
test report plugin_trino-kudu, ,
|
141 KB |
|
test report plugin_trino-mariadb, ,
|
174 KB |
|
test report plugin_trino-mongodb, ,
|
260 KB |
|
test report plugin_trino-mysql, ,
|
260 KB |
|
test report plugin_trino-openlineage, ,
|
50.5 KB |
|
test report plugin_trino-opensearch, ,
|
105 KB |
|
test report plugin_trino-oracle, ,
|
242 KB |
|
test report plugin_trino-phoenix5, ,
|
44.6 KB |
|
test report plugin_trino-pinot, ,
|
307 KB |
|
test report plugin_trino-postgresql, ,
|
270 KB |
|
test report plugin_trino-redis, ,
|
59.8 KB |
|
test report plugin_trino-redshift, ,
|
26.2 KB |
|
test report plugin_trino-redshift, cloud-tests,
|
62.1 KB |
|
test report plugin_trino-redshift, fte-tests,
|
23.6 KB |
|
test report plugin_trino-resource-group-managers, ,
|
72.1 KB |
|
test report plugin_trino-singlestore, ,
|
67.2 KB |
|
test report plugin_trino-snowflake, ,
|
18.8 KB |
|
test report plugin_trino-snowflake, cloud-tests,
|
124 KB |
|
test report plugin_trino-sqlserver, ,
|
257 KB |
|
test report plugin_trino-vertica, ,
|
50 KB |
|
test report pt (apache-hive3, suite-hms-only, )
|
3.63 KB |
|
test report pt (default, suite-1, )
|
15.6 KB |
|
test report pt (default, suite-2, )
|
28.7 KB |
|
test report pt (default, suite-3, )
|
18.9 KB |
|
test report pt (default, suite-5, )
|
28.2 KB |
|
test report pt (default, suite-6-non-generic, )
|
22.2 KB |
|
test report pt (default, suite-7-non-generic, )
|
19.5 KB |
|
test report pt (default, suite-all-connectors-smoke, )
|
883 Bytes |
|
test report pt (default, suite-azure, )
|
5.24 KB |
|
test report pt (default, suite-cassandra, )
|
976 Bytes |
|
test report pt (default, suite-clickhouse, )
|
985 Bytes |
|
test report pt (default, suite-clients, )
|
3.79 KB |
|
test report pt (default, suite-compatibility, )
|
7.43 KB |
|
test report pt (default, suite-databricks-unity-http-hms, )
|
1.3 KB |
|
test report pt (default, suite-delta-lake-databricks104, )
|
9.4 KB |
|
test report pt (default, suite-delta-lake-databricks113, )
|
2.49 KB |
|
test report pt (default, suite-delta-lake-databricks122, )
|
2.08 KB |
|
test report pt (default, suite-delta-lake-databricks133, )
|
1.99 KB |
|
test report pt (default, suite-delta-lake-databricks143, )
|
1.99 KB |
|
test report pt (default, suite-delta-lake-databricks154, )
|
10.1 KB |
|
test report pt (default, suite-delta-lake-oss, )
|
20.4 KB |
|
test report pt (default, suite-functions, )
|
1.89 KB |
|
test report pt (default, suite-gcs, )
|
3.19 KB |
|
test report pt (default, suite-hive-transactional, )
|
10.2 KB |
|
test report pt (default, suite-hudi, )
|
3.28 KB |
|
test report pt (default, suite-iceberg, )
|
27.8 KB |
|
test report pt (default, suite-ignite, )
|
967 Bytes |
|
test report pt (default, suite-kafka, )
|
8.52 KB |
|
test report pt (default, suite-ldap, )
|
10.8 KB |
|
test report pt (default, suite-mysql, )
|
2.45 KB |
|
test report pt (default, suite-oauth2, )
|
7.58 KB |
|
test report pt (default, suite-parquet, )
|
3.01 KB |
|
test report pt (default, suite-ranger, )
|
974 Bytes |
|
test report pt (default, suite-snowflake, )
|
3.32 KB |
|
test report pt (default, suite-storage-formats-detailed, )
|
3.63 KB |
|
test report pt (default, suite-tpcds, )
|
4.92 KB |
|
test report pt (default, suite-tpch, )
|
1.8 KB |
|
test report test-jdbc-compatibility
|
26.8 KB |
|
test report test-other-modules
|
2.28 MB |
|
test report testing_trino-faulttolerant-tests, default,
|
59.2 KB |
|
test report testing_trino-faulttolerant-tests, test-fault-tolerant-delta,
|
20.5 KB |
|
test report testing_trino-faulttolerant-tests, test-fault-tolerant-hive,
|
208 KB |
|
test report testing_trino-faulttolerant-tests, test-fault-tolerant-iceberg,
|
48.3 KB |
|
test report testing_trino-tests, ,
|
1.78 MB |
|