Skip to content

[WIP] Add stream VByte encoding for shorts, integers and longs #74168

[WIP] Add stream VByte encoding for shorts, integers and longs

[WIP] Add stream VByte encoding for shorts, integers and longs #74168

Triggered via pull request January 21, 2025 08:29
Status Failure
Total duration 51m 4s
Artifacts 100

ci.yml

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

Annotations

26 errors and 99 warnings
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_084123_00002_pfvrr): Your account is suspended due to lack of payment method.
pt (default, suite-snowflake, )
Process completed with exit code 1.
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.
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.
test (plugin/trino-snowflake, cloud-tests)
Process completed with exit code 1.
TestDirectExchangeClient.testStreamingAbortOnDataCorruption: core/trino-main/src/test/java/io/trino/operator/TestDirectExchangeClient.java#L839
Expecting message: "Checksum verification failure on localhost when reading from http://localhost:8080/0: Data corruption, read checksum: 0x6d71eff977e42a06, calculated checksum: 0xc379a596b84ea9f7" to match regex: "Checksum verification failure on localhost when reading from http://localhost:8080/0: Data corruption, read checksum: 0x3f7c49fcdc6f98ea, calculated checksum: 0xcb4f99c2d19a4b04" but did not. Throwable that failed the check: io.trino.spi.TrinoException: Checksum verification failure on localhost when reading from http://localhost:8080/0: Data corruption, read checksum: 0x6d71eff977e42a06, calculated checksum: 0xc379a596b84ea9f7 at io.trino.operator.HttpPageBufferClient$1.onFailure(HttpPageBufferClient.java:487) at com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1132) 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) Caused by: io.trino.operator.HttpPageBufferClient$ChecksumVerificationException: Data corruption, read checksum: 0x6d71eff977e42a06, calculated checksum: 0xc379a596b84ea9f7 at io.trino.operator.HttpPageBufferClient$PageResponseHandler.verifyChecksum(HttpPageBufferClient.java:741) at io.trino.operator.HttpPageBufferClient$PageResponseHandler.handle(HttpPageBufferClient.java:723) at io.trino.operator.HttpPageBufferClient$PageResponseHandler.handle(HttpPageBufferClient.java:648) at io.airlift.http.client.testing.TestingHttpClient.execute(TestingHttpClient.java:117) at io.airlift.http.client.testing.TestingHttpClient.lambda$executeAsync$0(TestingHttpClient.java:52) at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:131) at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:75) at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:82) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ... 3 more
test (core/trino-main)
Process completed with exit code 1.
test (testing/trino-tests)
Process completed with exit code 1.
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-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-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-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 (plugin/trino-openlineage)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
hive-tests (config-hdp3)
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-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, default)
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 (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 (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 (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-elasticsearch)
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-ignite)
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
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-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-pinot)
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-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-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-vertica)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check-commit (0f7ed1e8fe5f515314bcc9e28ae9708143e24bf2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check-commit (78b5a4db42b10e39542eddbd675a756e55072004)
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
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
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-cassandra)
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-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-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
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
check-commit (38249e017ee18967f8309330d09421970129c37f)
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
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 (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
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
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
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
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-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
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
error-prone-checks
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-singlestore)
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
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
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
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
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
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
test (plugin/trino-delta-lake, cloud-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-azure, )
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-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-phoenix5)
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
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
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-kafka, )
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
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
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-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-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 (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-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-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-bigquery)
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
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-storage-formats-detailed, )
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-delta-lake-databricks122, )
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
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
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
pt (default, suite-delta-lake-databricks104, )
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-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-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-delta-lake-databricks154, )
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-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-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-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 core_trino-main, ,
14 MB
results plugin_trino-iceberg, cloud-tests,
270 KB
results plugin_trino-snowflake, cloud-tests,
171 KB
results pt (default, suite-snowflake, )
395 MB
results testing_trino-tests, ,
1.81 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
145 KB
test report lib_trino-filesystem,lib_trino-filesystem-azure,lib_trino-filesystem-alluxio,lib_trino-filesystem-ca
381 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.8 KB
test report lib_trino-hdfs, cloud-tests,
13.8 KB
test report lib_trino-orc,lib_trino-parquet, ,
1010 KB
test report plugin_trino-bigquery, ,
168 KB
test report plugin_trino-bigquery, cloud-tests-2,
199 KB
test report plugin_trino-cassandra, ,
150 KB
test report plugin_trino-clickhouse, ,
70 KB
test report plugin_trino-delta-lake, ,
1.1 MB
test report plugin_trino-delta-lake, cloud-tests,
237 KB
test report plugin_trino-delta-lake, fte-tests,
58 KB
test report plugin_trino-druid, ,
45.1 KB
test report plugin_trino-elasticsearch, ,
83.1 KB
test report plugin_trino-exasol, ,
36.5 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,
82.8 KB
test report plugin_trino-hive, test-parquet,
15.2 KB
test report plugin_trino-hudi, ,
187 KB
test report plugin_trino-iceberg, ,
1.45 MB
test report plugin_trino-iceberg, cloud-tests,
263 KB
test report plugin_trino-iceberg, fte-tests,
67.6 KB
test report plugin_trino-iceberg, minio-and-avro,
122 KB
test report plugin_trino-ignite, ,
47.4 KB
test report plugin_trino-kafka, ,
243 KB
test report plugin_trino-kudu, ,
137 KB
test report plugin_trino-mariadb, ,
174 KB
test report plugin_trino-mongodb, ,
259 KB
test report plugin_trino-mysql, ,
261 KB
test report plugin_trino-openlineage, ,
49.9 KB
test report plugin_trino-opensearch, ,
104 KB
test report plugin_trino-oracle, ,
277 KB
test report plugin_trino-phoenix5, ,
45 KB
test report plugin_trino-pinot, ,
304 KB
test report plugin_trino-postgresql, ,
268 KB
test report plugin_trino-redis, ,
60.2 KB
test report plugin_trino-redshift, ,
26.2 KB
test report plugin_trino-redshift, cloud-tests,
61.6 KB
test report plugin_trino-redshift, fte-tests,
23.8 KB
test report plugin_trino-resource-group-managers, ,
72.1 KB
test report plugin_trino-singlestore, ,
68 KB
test report plugin_trino-snowflake, ,
18.8 KB
test report plugin_trino-snowflake, cloud-tests,
127 KB
test report plugin_trino-sqlserver, ,
252 KB
test report plugin_trino-vertica, ,
52.2 KB
test report pt (apache-hive3, suite-hms-only, )
3.63 KB
test report pt (default, suite-1, )
15.7 KB
test report pt (default, suite-2, )
28.6 KB
test report pt (default, suite-3, )
18.9 KB
test report pt (default, suite-5, )
28.1 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, )
884 Bytes
test report pt (default, suite-azure, )
3.73 KB
test report pt (default, suite-cassandra, )
980 Bytes
test report pt (default, suite-clickhouse, )
985 Bytes
test report pt (default, suite-clients, )
3.77 KB
test report pt (default, suite-compatibility, )
7.45 KB
test report pt (default, suite-databricks-unity-http-hms, )
1.3 KB
test report pt (default, suite-delta-lake-databricks104, )
6.4 KB
test report pt (default, suite-delta-lake-databricks113, )
2.48 KB
test report pt (default, suite-delta-lake-databricks122, )
2.07 KB
test report pt (default, suite-delta-lake-databricks133, )
1.99 KB
test report pt (default, suite-delta-lake-databricks143, )
1.98 KB
test report pt (default, suite-delta-lake-databricks154, )
7.05 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.18 KB
test report pt (default, suite-hive-transactional, )
10.2 KB
test report pt (default, suite-hudi, )
3.26 KB
test report pt (default, suite-iceberg, )
27.8 KB
test report pt (default, suite-ignite, )
968 Bytes
test report pt (default, suite-kafka, )
8.53 KB
test report pt (default, suite-ldap, )
10.8 KB
test report pt (default, suite-mysql, )
2.44 KB
test report pt (default, suite-oauth2, )
7.58 KB
test report pt (default, suite-parquet, )
3 KB
test report pt (default, suite-ranger, )
973 Bytes
test report pt (default, suite-snowflake, )
3.32 KB
test report pt (default, suite-storage-formats-detailed, )
3.65 KB
test report pt (default, suite-tpcds, )
4.91 KB
test report pt (default, suite-tpch, )
1.79 KB
test report test-jdbc-compatibility
26.6 KB
test report test-other-modules
2.14 MB
test report testing_trino-faulttolerant-tests, default,
57.9 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.9 KB
test report testing_trino-tests, ,
1.77 MB