Implement Path Extraction (#19) #82
ci.yml
on: push
check-commits-dispatcher
0s
build-pt
9m 1s
build-test-matrix
1m 2s
artifact-checks
21m 0s
error-prone-checks
17m 56s
test-jdbc-compatibility
17m 3s
test-other-modules
25m 54s
Matrix: hive-tests
Matrix: maven-checks
Matrix: check-commit
Matrix: pt
Matrix: test
Annotations
11 errors and 89 warnings
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
}
}
]
}
|
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
}
}
]
}
|
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
}
}
]
}
|
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.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
}
}
]
}
|
test-other-modules
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
|
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 (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-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 (lib/trino-filesystem-gcs, cloud-tests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (lib/trino-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-bigquery)
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
|
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-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 (lib/trino-orc,lib/trino-parquet)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (lib/trino-filesystem,lib/trino-filesystem-azure,lib/trino-filesystem-alluxio,lib/trino-file...
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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-elasticsearch)
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-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-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-iceberg, 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-cassandra)
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
|
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 (plugin/trino-exasol)
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
|
maven-checks 23
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
|
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-delta-lake)
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-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-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-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-hive, 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-hive, test-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-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-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-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-mongodb)
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-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-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-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-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-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-druid)
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 (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 (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
|
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-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-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-postgresql)
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 (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 (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-sqlserver)
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-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-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 (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-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-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-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 (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-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-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-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
|
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-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-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-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-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-ldap, )
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-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-tpch, )
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-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-tpcds, )
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-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-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-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-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.39 GB |
|
results test-other-modules
Expired
|
410 MB |
|
test report client_trino-jdbc,plugin_trino-base-jdbc,plugin_trino-memory,plugin_trino-thrift, ,
Expired
|
707 KB |
|
test report core_trino-main, ,
Expired
|
13.4 MB |
|
test report lib_trino-filesystem,lib_trino-filesystem-azure,lib_trino-filesystem-alluxio,lib_trino-filesystem-ca
Expired
|
370 KB |
|
test report lib_trino-hdfs, cloud-tests,
Expired
|
5.99 KB |
|
test report lib_trino-orc,lib_trino-parquet, ,
Expired
|
998 KB |
|
test report plugin_trino-bigquery, ,
Expired
|
92.7 KB |
|
test report plugin_trino-cassandra, ,
Expired
|
149 KB |
|
test report plugin_trino-clickhouse, ,
Expired
|
71 KB |
|
test report plugin_trino-delta-lake, ,
Expired
|
1.09 MB |
|
test report plugin_trino-delta-lake, fte-tests,
Expired
|
59.4 KB |
|
test report plugin_trino-druid, ,
Expired
|
44.7 KB |
|
test report plugin_trino-elasticsearch, ,
Expired
|
68.9 KB |
|
test report plugin_trino-exasol, ,
Expired
|
36.2 KB |
|
test report plugin_trino-google-sheets, ,
Expired
|
31.2 KB |
|
test report plugin_trino-hive, ,
Expired
|
2.5 MB |
|
test report plugin_trino-hive, fte-tests,
Expired
|
85.5 KB |
|
test report plugin_trino-hive, test-parquet,
Expired
|
15.3 KB |
|
test report plugin_trino-hudi, ,
Expired
|
187 KB |
|
test report plugin_trino-iceberg, ,
Expired
|
1.44 MB |
|
test report plugin_trino-iceberg, fte-tests,
Expired
|
67.2 KB |
|
test report plugin_trino-iceberg, minio-and-avro,
Expired
|
125 KB |
|
test report plugin_trino-ignite, ,
Expired
|
47 KB |
|
test report plugin_trino-kafka, ,
Expired
|
240 KB |
|
test report plugin_trino-kudu, ,
Expired
|
138 KB |
|
test report plugin_trino-mariadb, ,
Expired
|
172 KB |
|
test report plugin_trino-mongodb, ,
Expired
|
257 KB |
|
test report plugin_trino-mysql, ,
Expired
|
263 KB |
|
test report plugin_trino-openlineage, ,
Expired
|
49.4 KB |
|
test report plugin_trino-opensearch, ,
Expired
|
103 KB |
|
test report plugin_trino-oracle, ,
Expired
|
285 KB |
|
test report plugin_trino-phoenix5, ,
Expired
|
44.5 KB |
|
test report plugin_trino-pinot, ,
Expired
|
303 KB |
|
test report plugin_trino-postgresql, ,
Expired
|
270 KB |
|
test report plugin_trino-redis, ,
Expired
|
59.7 KB |
|
test report plugin_trino-redshift, ,
Expired
|
25.1 KB |
|
test report plugin_trino-resource-group-managers, ,
Expired
|
71.5 KB |
|
test report plugin_trino-snowflake, ,
Expired
|
18.6 KB |
|
test report plugin_trino-sqlserver, ,
Expired
|
261 KB |
|
test report plugin_trino-vertica, ,
Expired
|
51.6 KB |
|
test report pt (apache-hive3, suite-hms-only, )
Expired
|
3.64 KB |
|
test report pt (default, suite-1, )
Expired
|
15.6 KB |
|
test report pt (default, suite-2, )
Expired
|
28.7 KB |
|
test report pt (default, suite-3, )
Expired
|
18.8 KB |
|
test report pt (default, suite-5, )
Expired
|
28.1 KB |
|
test report pt (default, suite-6-non-generic, )
Expired
|
22 KB |
|
test report pt (default, suite-7-non-generic, )
Expired
|
19.4 KB |
|
test report pt (default, suite-all-connectors-smoke, )
Expired
|
885 Bytes |
|
test report pt (default, suite-cassandra, )
Expired
|
983 Bytes |
|
test report pt (default, suite-clickhouse, )
Expired
|
987 Bytes |
|
test report pt (default, suite-clients, )
Expired
|
3.8 KB |
|
test report pt (default, suite-compatibility, )
Expired
|
7.45 KB |
|
test report pt (default, suite-delta-lake-oss, )
Expired
|
20.5 KB |
|
test report pt (default, suite-functions, )
Expired
|
1.9 KB |
|
test report pt (default, suite-hive-transactional, )
Expired
|
10.2 KB |
|
test report pt (default, suite-hudi, )
Expired
|
3.27 KB |
|
test report pt (default, suite-iceberg, )
Expired
|
28 KB |
|
test report pt (default, suite-ignite, )
Expired
|
968 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.45 KB |
|
test report pt (default, suite-oauth2, )
Expired
|
7.6 KB |
|
test report pt (default, suite-parquet, )
Expired
|
3.01 KB |
|
test report pt (default, suite-ranger, )
Expired
|
972 Bytes |
|
test report pt (default, suite-storage-formats-detailed, )
Expired
|
3.64 KB |
|
test report pt (default, suite-tpcds, )
Expired
|
4.91 KB |
|
test report pt (default, suite-tpch, )
Expired
|
1.8 KB |
|
test report test-jdbc-compatibility
Expired
|
26.8 KB |
|
test report test-other-modules
Expired
|
2.24 MB |
|
test report testing_trino-faulttolerant-tests, default,
Expired
|
57.1 KB |
|
test report testing_trino-faulttolerant-tests, test-fault-tolerant-delta,
Expired
|
20.5 KB |
|
test report testing_trino-faulttolerant-tests, test-fault-tolerant-hive,
Expired
|
210 KB |
|
test report testing_trino-faulttolerant-tests, test-fault-tolerant-iceberg,
Expired
|
48.7 KB |
|
test report testing_trino-tests, ,
Expired
|
1.75 MB |
|