Update client driver and application sections #73383
ci.yml
on: push
check-commits-dispatcher
0s
build-pt
9m 19s
build-test-matrix
1m 5s
artifact-checks
19m 52s
error-prone-checks
17m 15s
test-jdbc-compatibility
15m 47s
test-other-modules
24m 24s
Matrix: hive-tests
Matrix: maven-checks
Matrix: check-commit
Matrix: pt
Matrix: test
Annotations
15 errors and 98 warnings
TestIcebergV2.testEnvironmentContext:
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergV2.java#L1515
Expecting map:
{"changed-partition-count"="0", "engine-name"="trino", "engine-version"="<unknown>", "iceberg-version"="Apache Iceberg 1.7.1 (commit 4a432839233f2343a9eae8255532f911f06358ef)", "total-data-files"="0", "total-delete-files"="0", "total-equality-deletes"="0", "total-files-size"="0", "total-position-deletes"="0", "total-records"="0", "trino_query_id"="20241220_231158_00101_k6cbc", "trino_user"="user"}
to contain entries:
["engine-name"="trino", "engine-version"="testversion"]
but the following map entries had different values:
["engine-version"="<unknown>" (expected: "testversion")]
|
test (plugin/trino-iceberg)
Process completed with exit code 1.
|
TestOpaAccessControlDataFilteringSystem.testRowFilteringDisabledDoesNothing:
plugin/trino-opa/src/test/java/io/trino/plugin/opa/TestOpaAccessControlDataFilteringSystem.java#L149
Failed to submit policy: {
"code": "invalid_parameter",
"message": "error(s) occurred while compiling module(s)",
"errors": [
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 9,
"col": 1
}
}
]
}
|
TestOpaAccessControlDataFilteringSystem.testColumnMasking:
plugin/trino-opa/src/test/java/io/trino/plugin/opa/TestOpaAccessControlDataFilteringSystem.java#L163
Failed to submit policy: {
"code": "invalid_parameter",
"message": "error(s) occurred while compiling module(s)",
"errors": [
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 9,
"col": 1
}
}
]
}
|
TestOpaAccessControlDataFilteringSystem.testRowFilteringEnabled:
plugin/trino-opa/src/test/java/io/trino/plugin/opa/TestOpaAccessControlDataFilteringSystem.java#L132
Failed to submit policy: {
"code": "invalid_parameter",
"message": "error(s) occurred while compiling module(s)",
"errors": [
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 9,
"col": 1
}
}
]
}
|
TestOpaAccessControlDataFilteringSystem.testColumnMaskingAndRowFiltering:
plugin/trino-opa/src/test/java/io/trino/plugin/opa/TestOpaAccessControlDataFilteringSystem.java#L293
Failed to submit policy: {
"code": "invalid_parameter",
"message": "error(s) occurred while compiling module(s)",
"errors": [
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 8,
"col": 1
}
}
]
}
|
TestOpaAccessControlDataFilteringSystem.testBatchColumnMasking:
plugin/trino-opa/src/test/java/io/trino/plugin/opa/TestOpaAccessControlDataFilteringSystem.java#L173
Failed to submit policy: {
"code": "invalid_parameter",
"message": "error(s) occurred while compiling module(s)",
"errors": [
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 9,
"col": 1
}
}
]
}
|
TestOpaAccessControlSystem$BatchedAuthorizerTests.testAllowUnbatchedQuery:
io/trino/plugin/opa/TestOpaAccessControlSystem$BatchedAuthorizerTests#L1
Failed to submit policy: {
"code": "invalid_parameter",
"message": "error(s) occurred while compiling module(s)",
"errors": [
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 4,
"col": 1
}
}
]
}
|
TestOpaAccessControlSystem$BatchedAuthorizerTests.testFilterOutItemsBatch:
io/trino/plugin/opa/TestOpaAccessControlSystem$BatchedAuthorizerTests#L1
Failed to submit policy: {
"code": "invalid_parameter",
"message": "error(s) occurred while compiling module(s)",
"errors": [
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 8,
"col": 1
}
},
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 13,
"col": 1
}
},
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 17,
"col": 1
}
},
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 21,
"col": 1
}
},
{
"code": "rego_parse_error",
"message": "`contains` keyword is required for partial set rules",
"location": {
"file": "trino",
"row": 21,
"col": 1
}
},
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 28,
"col": 1
}
},
{
"code": "rego_parse_error",
"message": "`contains` keyword is required for partial set rules",
"location": {
"file": "trino",
"row": 28,
"col": 1
}
}
]
}
|
TestOpaAccessControlSystem$UnbatchedAuthorizerTests.testShouldDenyQueryIfDirected:
io/trino/plugin/opa/TestOpaAccessControlSystem$UnbatchedAuthorizerTests#L1
Failed to submit policy: {
"code": "invalid_parameter",
"message": "error(s) occurred while compiling module(s)",
"errors": [
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 5,
"col": 1
}
}
]
}
|
TestOpaAccessControlSystem$UnbatchedAuthorizerTests.testAllowsQueryAndFilters:
io/trino/plugin/opa/TestOpaAccessControlSystem$UnbatchedAuthorizerTests#L1
Failed to submit policy: {
"code": "invalid_parameter",
"message": "error(s) occurred while compiling module(s)",
"errors": [
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 6,
"col": 1
}
},
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 12,
"col": 1
}
},
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 15,
"col": 1
}
},
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 18,
"col": 1
}
},
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 21,
"col": 1
}
}
]
}
|
TestOpaAccessControlDataFilteringSystem.testColumnMaskingDisabledDoesNothing:
plugin/trino-opa/src/test/java/io/trino/plugin/opa/TestOpaAccessControlDataFilteringSystem.java#L246
Failed to submit policy: {
"code": "invalid_parameter",
"message": "error(s) occurred while compiling module(s)",
"errors": [
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 9,
"col": 1
}
}
]
}
|
test-other-modules
Process completed with exit code 1.
|
test (testing/trino-tests)
The job running on runner GitHub Actions 273 has exceeded the maximum execution time of 60 minutes.
|
test (testing/trino-tests)
The operation was canceled.
|
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-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-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-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 (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 (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 (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 (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 (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 (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-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 (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 (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-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-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-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-opensearch)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pt (default, suite-snowflake, )
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-all-connectors-smoke, )
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-ignite, )
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
|
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 (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-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-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-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 (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-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-singlestore)
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-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-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-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 (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-tpch, )
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-jdbc-compatibility
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-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-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-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 (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 (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-hudi, )
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
|
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-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-azure, )
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-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-kafka, )
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
|
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-iceberg, 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-parquet, )
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-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-phoenix5)
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-ldap, )
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
|
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-snowflake, 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-oauth2, )
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
|
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-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
|
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-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
|
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-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-databricks91, )
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
|
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-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-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-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-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-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-databricks154, )
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.39 GB |
|
results plugin_trino-iceberg, ,
Expired
|
1.46 MB |
|
results test-other-modules
Expired
|
409 MB |
|
test report client_trino-jdbc,plugin_trino-base-jdbc,plugin_trino-memory,plugin_trino-thrift, ,
Expired
|
708 KB |
|
test report core_trino-main, ,
Expired
|
13.5 MB |
|
test report hive-tests
Expired
|
144 KB |
|
test report lib_trino-filesystem,lib_trino-filesystem-azure,lib_trino-filesystem-alluxio,lib_trino-filesystem-ca
Expired
|
370 KB |
|
test report lib_trino-filesystem-azure, cloud-tests,
Expired
|
55.7 KB |
|
test report lib_trino-filesystem-gcs, cloud-tests,
Expired
|
10.2 KB |
|
test report lib_trino-filesystem-s3, cloud-tests,
Expired
|
16.7 KB |
|
test report lib_trino-hdfs, cloud-tests,
Expired
|
13.7 KB |
|
test report lib_trino-orc,lib_trino-parquet, ,
Expired
|
996 KB |
|
test report plugin_trino-bigquery, ,
Expired
|
168 KB |
|
test report plugin_trino-bigquery, cloud-tests-2,
Expired
|
196 KB |
|
test report plugin_trino-cassandra, ,
Expired
|
149 KB |
|
test report plugin_trino-clickhouse, ,
Expired
|
70.7 KB |
|
test report plugin_trino-delta-lake, ,
Expired
|
1.09 MB |
|
test report plugin_trino-delta-lake, cloud-tests,
Expired
|
235 KB |
|
test report plugin_trino-delta-lake, fte-tests,
Expired
|
57.4 KB |
|
test report plugin_trino-druid, ,
Expired
|
44.6 KB |
|
test report plugin_trino-elasticsearch, ,
Expired
|
69 KB |
|
test report plugin_trino-exasol, ,
Expired
|
36.2 KB |
|
test report plugin_trino-google-sheets, ,
Expired
|
31.4 KB |
|
test report plugin_trino-hive, ,
Expired
|
2.47 MB |
|
test report plugin_trino-hive, fte-tests,
Expired
|
87 KB |
|
test report plugin_trino-hive, test-parquet,
Expired
|
15.1 KB |
|
test report plugin_trino-hudi, ,
Expired
|
187 KB |
|
test report plugin_trino-iceberg, ,
Expired
|
1.43 MB |
|
test report plugin_trino-iceberg, cloud-tests,
Expired
|
267 KB |
|
test report plugin_trino-iceberg, fte-tests,
Expired
|
67 KB |
|
test report plugin_trino-iceberg, minio-and-avro,
Expired
|
124 KB |
|
test report plugin_trino-ignite, ,
Expired
|
47.2 KB |
|
test report plugin_trino-kafka, ,
Expired
|
241 KB |
|
test report plugin_trino-kudu, ,
Expired
|
138 KB |
|
test report plugin_trino-mariadb, ,
Expired
|
172 KB |
|
test report plugin_trino-mongodb, ,
Expired
|
258 KB |
|
test report plugin_trino-mysql, ,
Expired
|
265 KB |
|
test report plugin_trino-openlineage, ,
Expired
|
42.2 KB |
|
test report plugin_trino-opensearch, ,
Expired
|
104 KB |
|
test report plugin_trino-oracle, ,
Expired
|
231 KB |
|
test report plugin_trino-phoenix5, ,
Expired
|
44.8 KB |
|
test report plugin_trino-pinot, ,
Expired
|
308 KB |
|
test report plugin_trino-postgresql, ,
Expired
|
268 KB |
|
test report plugin_trino-redis, ,
Expired
|
59.3 KB |
|
test report plugin_trino-redshift, ,
Expired
|
25.1 KB |
|
test report plugin_trino-redshift, cloud-tests,
Expired
|
27.5 KB |
|
test report plugin_trino-redshift, fte-tests,
Expired
|
24 KB |
|
test report plugin_trino-resource-group-managers, ,
Expired
|
71.5 KB |
|
test report plugin_trino-singlestore, ,
Expired
|
67.1 KB |
|
test report plugin_trino-snowflake, ,
Expired
|
18.6 KB |
|
test report plugin_trino-snowflake, cloud-tests,
Expired
|
716 KB |
|
test report plugin_trino-sqlserver, ,
Expired
|
263 KB |
|
test report plugin_trino-vertica, ,
Expired
|
52.6 KB |
|
test report pt (apache-hive3, suite-hms-only, )
Expired
|
3.62 KB |
|
test report pt (default, suite-1, )
Expired
|
15.6 KB |
|
test report pt (default, suite-2, )
Expired
|
28.5 KB |
|
test report pt (default, suite-3, )
Expired
|
18.9 KB |
|
test report pt (default, suite-5, )
Expired
|
28.1 KB |
|
test report pt (default, suite-6-non-generic, )
Expired
|
22.1 KB |
|
test report pt (default, suite-7-non-generic, )
Expired
|
19.5 KB |
|
test report pt (default, suite-all-connectors-smoke, )
Expired
|
886 Bytes |
|
test report pt (default, suite-azure, )
Expired
|
3.73 KB |
|
test report pt (default, suite-cassandra, )
Expired
|
978 Bytes |
|
test report pt (default, suite-clickhouse, )
Expired
|
989 Bytes |
|
test report pt (default, suite-clients, )
Expired
|
3.79 KB |
|
test report pt (default, suite-compatibility, )
Expired
|
7.45 KB |
|
test report pt (default, suite-databricks-unity-http-hms, )
Expired
|
1.31 KB |
|
test report pt (default, suite-delta-lake-databricks104, )
Expired
|
2.44 KB |
|
test report pt (default, suite-delta-lake-databricks113, )
Expired
|
2.33 KB |
|
test report pt (default, suite-delta-lake-databricks122, )
Expired
|
2.15 KB |
|
test report pt (default, suite-delta-lake-databricks133, )
Expired
|
2.05 KB |
|
test report pt (default, suite-delta-lake-databricks143, )
Expired
|
2.04 KB |
|
test report pt (default, suite-delta-lake-databricks154, )
Expired
|
7.1 KB |
|
test report pt (default, suite-delta-lake-databricks91, )
Expired
|
5.92 KB |
|
test report pt (default, suite-delta-lake-oss, )
Expired
|
20.6 KB |
|
test report pt (default, suite-functions, )
Expired
|
1.89 KB |
|
test report pt (default, suite-gcs, )
Expired
|
3.2 KB |
|
test report pt (default, suite-hive-transactional, )
Expired
|
10.1 KB |
|
test report pt (default, suite-hudi, )
Expired
|
3.27 KB |
|
test report pt (default, suite-iceberg, )
Expired
|
27.8 KB |
|
test report pt (default, suite-ignite, )
Expired
|
969 Bytes |
|
test report pt (default, suite-kafka, )
Expired
|
8.52 KB |
|
test report pt (default, suite-ldap, )
Expired
|
10.8 KB |
|
test report pt (default, suite-mysql, )
Expired
|
2.46 KB |
|
test report pt (default, suite-oauth2, )
Expired
|
7.59 KB |
|
test report pt (default, suite-parquet, )
Expired
|
3.01 KB |
|
test report pt (default, suite-ranger, )
Expired
|
971 Bytes |
|
test report pt (default, suite-snowflake, )
Expired
|
982 Bytes |
|
test report pt (default, suite-storage-formats-detailed, )
Expired
|
3.64 KB |
|
test report pt (default, suite-tpcds, )
Expired
|
4.9 KB |
|
test report pt (default, suite-tpch, )
Expired
|
1.8 KB |
|
test report test-jdbc-compatibility
Expired
|
26.7 KB |
|
test report test-other-modules
Expired
|
2.24 MB |
|
test report testing_trino-faulttolerant-tests, default,
Expired
|
57.6 KB |
|
test report testing_trino-faulttolerant-tests, test-fault-tolerant-delta,
Expired
|
20.4 KB |
|
test report testing_trino-faulttolerant-tests, test-fault-tolerant-hive,
Expired
|
205 KB |
|
test report testing_trino-faulttolerant-tests, test-fault-tolerant-iceberg,
Expired
|
48.6 KB |
|
test report testing_trino-tests, ,
Expired
|
1.75 MB |
|