test-with-secrets-command #70746
Triggered via repository dispatch
October 15, 2024 01:24
trino-service-account[bot]
test-with-secrets-command
923d44c
Status
Failure
Total duration
53m 25s
Artifacts
42
ci.yml
on: repository_dispatch
check-commits-dispatcher
0s
build-pt
9m 0s
build-test-matrix
1m 1s
artifact-checks
20m 24s
error-prone-checks
3m 33s
test-jdbc-compatibility
3m 48s
test-other-modules
7m 43s
Matrix: hive-tests
Matrix: maven-checks
Matrix: check-commit
Matrix: pt
Matrix: test
Annotations
14 errors and 2 warnings
TestBigQueryArrowTypeMapping.testJson:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryArrowTypeMapping.java#L1
Multiple Failures (1 failure)
-- failure 1 --
[Rows for query [SELECT 'found' FROM test.jsons8zk0cwg4p_view WHERE col_0 IS NOT DISTINCT FROM JSON '{"name": "Alice", "age": 30}']]
Expecting actual:
to contain exactly in any order:
[(found)]
but could not find the following elements:
(found)
at QueryAssertions$ResultAssert.lambda$matches$0(QueryAssertions$ResultAssert.java:741)
|
TestBigQueryArrowTypeMapping.testArray:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryArrowTypeMapping.java#L1
Multiple Failures (1 failure)
-- failure 1 --
[Rows for query [SELECT 'found' FROM test.array80nhmku3fx_view WHERE col_0 IS NOT DISTINCT FROM ARRAY[true]]]
Expecting actual:
to contain exactly in any order:
[(found)]
but could not find the following elements:
(found)
at QueryAssertions$ResultAssert.lambda$matches$0(QueryAssertions$ResultAssert.java:741)
|
TestBigQueryArrowTypeMapping.testFloat:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryArrowTypeMapping.java#L1
Multiple Failures (1 failure)
-- failure 1 --
[Rows for query [SELECT 'found' FROM test.float7uczs0ewb5_view WHERE col_3 IS NOT DISTINCT FROM nan()]]
Expecting actual:
to contain exactly in any order:
[(found)]
but could not find the following elements:
(found)
at QueryAssertions$ResultAssert.lambda$matches$0(QueryAssertions$ResultAssert.java:741)
|
TestBigQueryAvroTypeMapping.testArray:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryAvroTypeMapping.java#L1
Multiple Failures (1 failure)
-- failure 1 --
[Rows for query [SELECT 'found' FROM test.arrayao6p5iwlee_view WHERE col_0 IS NOT DISTINCT FROM ARRAY[true]]]
Expecting actual:
to contain exactly in any order:
[(found)]
but could not find the following elements:
(found)
at QueryAssertions$ResultAssert.lambda$matches$0(QueryAssertions$ResultAssert.java:741)
|
TestBigQueryAvroTypeMapping.testFloat:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryAvroTypeMapping.java#L1
Multiple Failures (1 failure)
-- failure 1 --
[Rows for query [SELECT 'found' FROM test.floatq86d8xlrsw_view WHERE col_3 IS NOT DISTINCT FROM nan()]]
Expecting actual:
to contain exactly in any order:
[(found)]
but could not find the following elements:
(found)
at QueryAssertions$ResultAssert.lambda$matches$0(QueryAssertions$ResultAssert.java:741)
|
TestBigQueryAvroTypeMapping.testJson:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryAvroTypeMapping.java#L1
Multiple Failures (1 failure)
-- failure 1 --
[Rows for query [SELECT 'found' FROM test.jsonvq0mmnrn9m_view WHERE col_0 IS NOT DISTINCT FROM JSON '{"name": "Alice", "age": 30}']]
Expecting actual:
to contain exactly in any order:
[(found)]
but could not find the following elements:
(found)
at QueryAssertions$ResultAssert.lambda$matches$0(QueryAssertions$ResultAssert.java:741)
|
TestBigQueryAvroTypeMapping.testGeography:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryAvroTypeMapping.java#L1
Multiple Failures (1 failure)
-- failure 1 --
[Rows for query [SELECT 'found' FROM test.geographygch08filhn_view WHERE col_0 IS NOT DISTINCT FROM VARCHAR 'POINT(0 0)']]
Expecting actual:
to contain exactly in any order:
[(found)]
but could not find the following elements:
(found)
at QueryAssertions$ResultAssert.lambda$matches$0(QueryAssertions$ResultAssert.java:741)
|
TestBigQueryArrowTypeMapping.testGeography:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryArrowTypeMapping.java#L1
Multiple Failures (1 failure)
-- failure 1 --
[Rows for query [SELECT 'found' FROM test.geographyjpfpifei7d_view WHERE col_0 IS NOT DISTINCT FROM VARCHAR 'POINT(0 0)']]
Expecting actual:
to contain exactly in any order:
[(found)]
but could not find the following elements:
(found)
at QueryAssertions$ResultAssert.lambda$matches$0(QueryAssertions$ResultAssert.java:741)
|
TestBigQueryArrowTypeMapping.testStruct:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryArrowTypeMapping.java#L1
Multiple Failures (1 failure)
-- failure 1 --
[Rows for query [SELECT 'found' FROM test.struct9medxo1rav_view WHERE col_0 IS NOT DISTINCT FROM CAST(ROW(1) AS ROW(x BIGINT))]]
Expecting actual:
to contain exactly in any order:
[(found)]
but could not find the following elements:
(found)
at QueryAssertions$ResultAssert.lambda$matches$0(QueryAssertions$ResultAssert.java:741)
|
TestBigQueryAvroTypeMapping.testStruct:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryAvroTypeMapping.java#L1
Multiple Failures (1 failure)
-- failure 1 --
[Rows for query [SELECT 'found' FROM test.structslfi6s3vfc_view WHERE col_0 IS NOT DISTINCT FROM CAST(ROW(1) AS ROW(x BIGINT))]]
Expecting actual:
to contain exactly in any order:
[(found)]
but could not find the following elements:
(found)
at QueryAssertions$ResultAssert.lambda$matches$0(QueryAssertions$ResultAssert.java:741)
|
test (plugin/trino-bigquery, cloud-tests-2)
Process completed with exit code 1.
|
TestBigQueryAvroConnectorTest.testSelectFailsForColumnName:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryAvroConnectorTest.java#L83
Expected TrinoException or wrapper, but got: io.trino.testing.QueryFailedException io.trino.testing.QueryFailedException: io.trino.spi.TrinoException: Cannot create read sessionio.grpc.StatusRuntimeException: FAILED_PRECONDITION: request failed: Failed to convert table schema to Avro record schema. field name a-hyphen-minus, error Invalid name: a-hyphen-minus.
|
TestBigQueryAvroConnectorTest.testDateYearOfEraPredicate:
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryAvroConnectorTest.java#L1
Expected TrinoException or wrapper, but got: io.trino.testing.QueryFailedException io.trino.testing.QueryFailedException: io.trino.spi.TrinoException: Cannot create read sessionio.grpc.StatusRuntimeException: INVALID_ARGUMENT: request failed: Query error: Could not cast literal "-1996-09-14" to type DATE at [1:372]
|
test (plugin/trino-bigquery)
Process completed with exit code 1.
|
build-pt
'before' field is missing in event payload - changes will be detected from last commit
|
build-pt
Ref master is not checked out - results might be incorrect!
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
product tests and server tarball
Expired
|
1.29 GB |
|
results plugin_trino-bigquery, ,
Expired
|
142 KB |
|
results plugin_trino-bigquery, cloud-tests-2,
Expired
|
206 KB |
|
test report plugin_trino-bigquery, ,
Expired
|
136 KB |
|
test report plugin_trino-bigquery, cloud-tests-2,
Expired
|
198 KB |
|
test report pt (apache-hive3, suite-hms-only, )
Expired
|
3.62 KB |
|
test report pt (default, suite-1, )
Expired
|
15.8 KB |
|
test report pt (default, suite-2, )
Expired
|
28.6 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.4 KB |
|
test report pt (default, suite-all-connectors-smoke, )
Expired
|
884 Bytes |
|
test report pt (default, suite-azure, )
Expired
|
3.74 KB |
|
test report pt (default, suite-cassandra, )
Expired
|
1.84 KB |
|
test report pt (default, suite-clickhouse, )
Expired
|
990 Bytes |
|
test report pt (default, suite-clients, )
Expired
|
3.75 KB |
|
test report pt (default, suite-compatibility, )
Expired
|
7.42 KB |
|
test report pt (default, suite-databricks-unity-http-hms, )
Expired
|
1.3 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.04 KB |
|
test report pt (default, suite-delta-lake-databricks143, )
Expired
|
2.05 KB |
|
test report pt (default, suite-delta-lake-databricks154, )
Expired
|
7.15 KB |
|
test report pt (default, suite-delta-lake-databricks91, )
Expired
|
5.93 KB |
|
test report pt (default, suite-delta-lake-oss, )
Expired
|
20.4 KB |
|
test report pt (default, suite-functions, )
Expired
|
1.9 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.25 KB |
|
test report pt (default, suite-iceberg, )
Expired
|
27.1 KB |
|
test report pt (default, suite-ignite, )
Expired
|
965 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.58 KB |
|
test report pt (default, suite-parquet, )
Expired
|
3 KB |
|
test report pt (default, suite-snowflake, )
Expired
|
980 Bytes |
|
test report pt (default, suite-storage-formats-detailed, )
Expired
|
3.63 KB |
|
test report pt (default, suite-tpcds, )
Expired
|
4.9 KB |
|
test report pt (default, suite-tpch, )
Expired
|
1.79 KB |
|