Copyright 2025, Altinity Inc.. All Rights Reserved. All information contained herein is, and remains the property of Altinity Inc.. Any dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Altinity Inc..
Date | Sep 06, 2025 2:14 |
Duration | 56m 57s |
Framework | TestFlows 2.0.250110.1002922 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#1002/8c3e74cc4c74747a44e6b745d75f542200b98b4c/regression/aarch64/with_analyzer/zookeeper/without_thread_fuzzer/parquet/
project | Altinity/ClickHouse |
project.id | 159717931 |
package | https://s3.amazonaws.com/altinity-build-artifacts/PRs/1002/8c3e74cc4c74747a44e6b745d75f542200b98b4c/package_aarch64/clickhouse-common-static_24.8.14.10521.altinitytest_arm64.deb |
version | 24.8.14.10521.altinitytest |
user.name | strtgbb |
repository | https://github.com/Altinity/clickhouse-regression |
commit.hash | c5f44e1c6fdc201a22f3f073b2311de10d2695b0 |
job.name | Parquet |
job.retry | 1 |
job.url | https://github.com/Altinity/ClickHouse/actions/runs/17507793141 |
arch | aarch64 |
local | True |
clickhouse_version | None |
clickhouse_path | https://s3.amazonaws.com/altinity-build-artifacts/PRs/1002/8c3e74cc4c74747a44e6b745d75f542200b98b4c/package_aarch64/clickhouse-common-static_24.8.14.10521.altinitytest_arm64.deb |
as_binary | False |
base_os | None |
keeper_path | None |
zookeeper_version | None |
use_keeper | False |
stress | False |
collect_service_logs | True |
thread_fuzzer | False |
with_analyzer | True |
reuse_env | False |
storages | None |
minio_uri | Secret(name='minio_uri') |
minio_root_user | Secret(name='minio_root_user') |
minio_root_password | Secret(name='minio_root_password') |
aws_s3_bucket | None |
aws_s3_region | Secret(name='aws_s3_region') |
aws_s3_key_id | Secret(name='aws_s3_key_id') |
aws_s3_access_key | Secret(name='aws_s3_access_key') |
gcs_uri | None |
gcs_key_id | None |
gcs_key_secret | None |
azure_account_name | None |
azure_storage_key | None |
azure_container | None |
native_parquet_reader_v2 | False |
native_parquet_reader_v3 | False |
stress_bloom | False |
Units | Skip | OK | Fail | XFail | |
---|---|---|---|---|---|
Modules | |||||
Suites | |||||
Features | |||||
Scenarios | |||||
Checks | |||||
Examples | |||||
Steps |
Test Name | Result | Message |
---|---|---|
/parquet/postgresql/compression type/=NONE /postgresql engine to parquet file to postgresql engine | XFail 6s 225ms This fails because of the difference in snapshot values. We used to capture the datetime value `0` be converted as 2106-02-07 06:28:16 instead of the correct 1970-01-01 01:00:00. But when steps are repeated manually, we can not reproduce it | AssertionError Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1010, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 828, in execute_query_step execute_query( File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 898, in execute_query assert that(snapshot_result), error() ^^^^^^^^^^^^^^^^^^^^^ AssertionError: Oops! Assertion failed The following assertion was not satisfied assert that(snapshot_result), error() Assertion values assert that(snapshot_result), error() ^ is = SnapshotError( filename=/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/snapshots/common.py.postgresql engine to parquet file to postgresql engine.snapshot name=_parquet_postgresql_compression_type__NONE__postgresql_engine_to_parquet_file_to_postgresql_engine_I_check_the_data_on_the_table_nullable_datetime_ snapshot_value=""" {"nullable_datetime_":"2106-02-07 06:28:15","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2106-02-07 06:28:16","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":null,"toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2014-04-10 09:39:46","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2004-04-05 13:18:38","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2006-08-10 21:14:26","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2006-01-25 20:44:12","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2009-05-30 23:43:18","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2015-12-28 10:07:33","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2017-06-27 03:09:51","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} """, actual_value=""" {"nullable_datetime_":"2106-02-07 06:28:15","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"1970-01-01 01:00:00","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":null,"toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2014-04-10 09:39:46","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2004-04-05 13:18:38","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2006-08-10 21:14:26","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2006-01-25 20:44:12","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2009-05-30 23:43:18","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2015-12-28 10:07:33","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2017-06-27 03:09:51","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} """, diff=""" --- /home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/snapshots/common.py.postgresql engine to parquet file to postgresql engine.snapshot +++ @@ -1,6 +1,6 @@ {"nullable_datetime_":"2106-02-07 06:28:15","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} -{"nullable_datetime_":"2106-02-07 06:28:16","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} +{"nullable_datetime_":"1970-01-01 01:00:00","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":null,"toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2014-04-10 09:39:46","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2004-04-05 13:18:38","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} """) assert that(snapshot_result), error() ^ is False Where File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py', line 898 in 'execute_query' 890\| with values() as that: 891\| snapshot_result = snapshot( 892\| "\n" + r.output.strip() + "\n", 893\| id=snapshot_id, 894\| name=snapshot_name, 895\| encoder=str, 896\| mode=snapshot.CHECK, 897\| ) 898\|> assert that(snapshot_result), error() |
/parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | XFail 6s 169ms This fails because of the difference in snapshot values. We used to capture the datetime value `0` be converted as 2106-02-07 06:28:16 instead of the correct 1970-01-01 01:00:00. But when steps are repeated manually, we can not reproduce it | AssertionError Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1010, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 828, in execute_query_step execute_query( File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 898, in execute_query assert that(snapshot_result), error() ^^^^^^^^^^^^^^^^^^^^^ AssertionError: Oops! Assertion failed The following assertion was not satisfied assert that(snapshot_result), error() Assertion values assert that(snapshot_result), error() ^ is = SnapshotError( filename=/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/snapshots/common.py.postgresql engine to parquet file to postgresql engine.snapshot name=_parquet_postgresql_compression_type__GZIP__postgresql_engine_to_parquet_file_to_postgresql_engine_I_check_the_data_on_the_table_nullable_datetime_ snapshot_value=""" {"nullable_datetime_":"2106-02-07 06:28:15","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2106-02-07 06:28:16","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":null,"toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2014-04-10 09:39:46","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2004-04-05 13:18:38","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2006-08-10 21:14:26","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2006-01-25 20:44:12","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2009-05-30 23:43:18","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2015-12-28 10:07:33","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2017-06-27 03:09:51","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} """, actual_value=""" {"nullable_datetime_":"2106-02-07 06:28:15","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"1970-01-01 01:00:00","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":null,"toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2014-04-10 09:39:46","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2004-04-05 13:18:38","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2006-08-10 21:14:26","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2006-01-25 20:44:12","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2009-05-30 23:43:18","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2015-12-28 10:07:33","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2017-06-27 03:09:51","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} """, diff=""" --- /home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/snapshots/common.py.postgresql engine to parquet file to postgresql engine.snapshot +++ @@ -1,6 +1,6 @@ {"nullable_datetime_":"2106-02-07 06:28:15","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} -{"nullable_datetime_":"2106-02-07 06:28:16","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} +{"nullable_datetime_":"1970-01-01 01:00:00","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":null,"toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2014-04-10 09:39:46","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2004-04-05 13:18:38","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} """) assert that(snapshot_result), error() ^ is False Where File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py', line 898 in 'execute_query' 890\| with values() as that: 891\| snapshot_result = snapshot( 892\| "\n" + r.output.strip() + "\n", 893\| id=snapshot_id, 894\| name=snapshot_name, 895\| encoder=str, 896\| mode=snapshot.CHECK, 897\| ) 898\|> assert that(snapshot_result), error() |
/parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | XFail 6s 222ms This fails because of the difference in snapshot values. We used to capture the datetime value `0` be converted as 2106-02-07 06:28:16 instead of the correct 1970-01-01 01:00:00. But when steps are repeated manually, we can not reproduce it | AssertionError Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1010, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 828, in execute_query_step execute_query( File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 898, in execute_query assert that(snapshot_result), error() ^^^^^^^^^^^^^^^^^^^^^ AssertionError: Oops! Assertion failed The following assertion was not satisfied assert that(snapshot_result), error() Assertion values assert that(snapshot_result), error() ^ is = SnapshotError( filename=/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/snapshots/common.py.postgresql engine to parquet file to postgresql engine.snapshot name=_parquet_postgresql_compression_type__LZ4__postgresql_engine_to_parquet_file_to_postgresql_engine_I_check_the_data_on_the_table_nullable_datetime_ snapshot_value=""" {"nullable_datetime_":"2106-02-07 06:28:15","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2106-02-07 06:28:16","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":null,"toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2014-04-10 09:39:46","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2004-04-05 13:18:38","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2006-08-10 21:14:26","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2006-01-25 20:44:12","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2009-05-30 23:43:18","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2015-12-28 10:07:33","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2017-06-27 03:09:51","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} """, actual_value=""" {"nullable_datetime_":"2106-02-07 06:28:15","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"1970-01-01 01:00:00","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":null,"toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2014-04-10 09:39:46","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2004-04-05 13:18:38","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2006-08-10 21:14:26","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2006-01-25 20:44:12","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2009-05-30 23:43:18","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2015-12-28 10:07:33","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2017-06-27 03:09:51","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} """, diff=""" --- /home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/snapshots/common.py.postgresql engine to parquet file to postgresql engine.snapshot +++ @@ -1,6 +1,6 @@ {"nullable_datetime_":"2106-02-07 06:28:15","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} -{"nullable_datetime_":"2106-02-07 06:28:16","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} +{"nullable_datetime_":"1970-01-01 01:00:00","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":null,"toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2014-04-10 09:39:46","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} {"nullable_datetime_":"2004-04-05 13:18:38","toTypeName(nullable_datetime_)":"Nullable(DateTime)"} """) assert that(snapshot_result), error() ^ is False Where File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py', line 898 in 'execute_query' 890\| with values() as that: 891\| snapshot_result = snapshot( 892\| "\n" + r.output.strip() + "\n", 893\| id=snapshot_id, 894\| name=snapshot_name, 895\| encoder=str, 896\| mode=snapshot.CHECK, 897\| ) 898\|> assert that(snapshot_result), error() |
/parquet/chunked array | XFail 13s 924ms Not supported | AssertionError Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1010, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/chunked_array.py", line 30, in feature node.query( File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py", line 1195, in query assert False, error(r.output) ^^^^^ AssertionError: Oops! Assertion failed The following assertion was not satisfied assert False, error(r.output) Description Error on processing query: Code: 33. DB::Exception: Error while reading Parquet data: NotImplemented: Nested data conversions not implemented for chunked array outputs: (in file/uri /var/lib/clickhouse/user_files/chunked_array_test_file.parquet): While executing ParquetBlockInputFormat: While executing File: data for INSERT was parsed from file. (CANNOT_READ_ALL_DATA) (version 24.8.14.10521.altinitytest (altinity build)) (query: INSERT INTO table_3df1cce7_8acd_11f0_bedc_9200067241fd FROM INFILE '/var/lib/clickhouse/user_files/chunked_array_test_file.parquet' FORMAT Parquet ) Assertion values assert False, error(r.output) ^ is False Where File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py', line 1195 in 'query' 1187\| assert message in r.output, error(r.output) 1188\| 1189\| if not ignore_exception: 1190\| if message is None or "Exception:" not in message: 1191\| with Then("check if output has exception") if steps else NullStep(): 1192\| if "Exception:" in r.output: 1193\| if raise_on_exception: 1194\| raise QueryRuntimeException(r.output) 1195\|> assert False, error(r.output) 1196\| 1197\| return r 1198\| |
/parquet/datatypes/large string map | XFail 5s 596ms Will fail until the, https://github.com/apache/arrow/pull/35825, gets merged. | AssertionError Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1010, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/datatypes.py", line 929, in feature scenario() File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/datatypes.py", line 801, in large_string_map import_export(snapshot_name="large_string_map_structure", import_file=import_file) File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/outline.py", line 36, in import_export node.query( File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py", line 1195, in query assert False, error(r.output) ^^^^^ AssertionError: Oops! Assertion failed The following assertion was not satisfied assert False, error(r.output) Description Received exception from server (version 24.8.14): Code: 33. DB::Exception: Received from localhost:9000. DB::Exception: Error while reading Parquet data: NotImplemented: Nested data conversions not implemented for chunked array outputs: (in file/uri /var/lib/clickhouse/user_files/arrow/large_string_map.brotli.parquet): While executing ParquetBlockInputFormat: While executing File. (CANNOT_READ_ALL_DATA) (query: CREATE TABLE table_65b83d5b_8acd_11f0_af47_9200067241fd ENGINE = MergeTree ORDER BY tuple() AS SELECT * FROM file('arrow/large_string_map.brotli.parquet', Parquet) LIMIT 100 FORMAT TabSeparated ) Assertion values assert False, error(r.output) ^ is False Where File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py', line 1195 in 'query' 1187\| assert message in r.output, error(r.output) 1188\| 1189\| if not ignore_exception: 1190\| if message is None or "Exception:" not in message: 1191\| with Then("check if output has exception") if steps else NullStep(): 1192\| if "Exception:" in r.output: 1193\| if raise_on_exception: 1194\| raise QueryRuntimeException(r.output) 1195\|> assert False, error(r.output) 1196\| 1197\| return r 1198\| |
Test Name | Result | Duration |
---|---|---|
/parquet | OK | 56m 57s |
/parquet/file | OK | 9m 39s |
/parquet/file/engine | OK | 9m 39s |
/parquet/file/function | OK | 4m 35s |
/parquet/file/engine/insert into engine | OK | 4m 43s |
/parquet/file/function/insert into function manual cast types | OK | 4m 12s |
/parquet/file/engine/select from engine | OK | 2m 17s |
/parquet/file/function/insert into function auto cast types | OK | 4m 35s |
/parquet/file/function/select from function manual cast types | OK | 2m 48s |
/parquet/file/engine/engine to file to engine | OK | 7m 23s |
/parquet/file/engine/insert into engine from file | OK | 4m 28s |
/parquet/file/function/select from function auto cast types | OK | 2m 20s |
/parquet/file/engine/engine select output to file | OK | 9m 39s |
/parquet/query | OK | 16m 45s |
/parquet/query/compression type | OK | 16m 45s |
/parquet/query/compression type/=NONE | OK | 16m 41s |
/parquet/query/compression type/=NONE /insert into memory table from file | OK | 54s 966ms |
/parquet/query/compression type/=GZIP | OK | 16m 45s |
/parquet/query/compression type/=GZIP /insert into memory table from file | OK | 54s 596ms |
/parquet/query/compression type/=LZ4 | OK | 16m 45s |
/parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 54s 902ms |
/parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 54s 168ms |
/parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 53s 768ms |
/parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 53s 857ms |
/parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 54s 70ms |
/parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 53s 868ms |
/parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 54s 253ms |
/parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 56s 339ms |
/parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 55s 993ms |
/parquet/query/compression type/=NONE /insert into distributed table from file | OK | 55s 889ms |
/parquet/query/compression type/=LZ4 /select from memory table into file | OK | 2m 18s |
/parquet/query/compression type/=NONE /select from memory table into file | OK | 2m 18s |
/parquet/query/compression type/=GZIP /select from memory table into file | OK | 2m 17s |
/parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 2m 19s |
/parquet/query/compression type/=NONE /select from mergetree table into file | OK | 2m 18s |
/parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 2m 20s |
/parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 2m 22s |
/parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 2m 22s |
/parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 2m 22s |
/parquet/query/compression type/=NONE /select from distributed table into file | OK | 2m 55s |
/parquet/query/compression type/=GZIP /select from distributed table into file | OK | 2m 56s |
/parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 2m 56s |
/parquet/query/compression type/=NONE /select from mat view into file | OK | 2m 19s |
/parquet/query/compression type/=GZIP /select from mat view into file | OK | 2m 21s |
/parquet/query/compression type/=LZ4 /select from mat view into file | OK | 2m 20s |
/parquet/query/compression type/=NONE /insert into table with projection from file | OK | 48s 847ms |
/parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 47s 721ms |
/parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 47s 574ms |
/parquet/list in multiple chunks | OK | 16s 930ms |
/parquet/url | OK | 9m 37s |
/parquet/url/engine | OK | 9m 3s |
/parquet/url/engine/insert into engine | OK | 3m 44s |
/parquet/url/engine/select from engine | OK | 1m 8s |
/parquet/url/function | OK | 4m 13s |
/parquet/url/engine/engine to file to engine | OK | 6m 39s |
/parquet/url/engine/insert into engine from file | OK | 5m 53s |
/parquet/url/function/insert into function | OK | 2m 43s |
/parquet/url/function/select from function manual cast types | OK | 4m 13s |
/parquet/url/engine/engine select output to file | OK | 9m 3s |
/parquet/url/function/select from function auto cast types | OK | 2m 45s |
/parquet/mysql | OK | 9s 543ms |
/parquet/mysql/compression type | OK | 9s 541ms |
/parquet/mysql/compression type/=NONE | OK | 9s 537ms |
/parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 5s 630ms |
/parquet/mysql/compression type/=GZIP | OK | 9s 531ms |
/parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 5s 535ms |
/parquet/mysql/compression type/=LZ4 | OK | 9s 521ms |
/parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 5s 610ms |
/parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 3s 994ms |
/parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 3s 909ms |
/parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 3s 904ms |
/parquet/postgresql | OK | 10s 642ms |
/parquet/postgresql/compression type | OK | 10s 641ms |
/parquet/postgresql/compression type/=NONE | OK | 10s 618ms |
/parquet/postgresql/compression type/=NONE /postgresql engine to parquet file to postgresql engine | XFail | 6s 225ms |
/parquet/postgresql/compression type/=GZIP | OK | 10s 506ms |
/parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | XFail | 6s 169ms |
/parquet/postgresql/compression type/=LZ4 | OK | 10s 626ms |
/parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | XFail | 6s 222ms |
/parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 4s 334ms |
/parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 4s 390ms |
/parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 4s 400ms |
/parquet/remote | OK | 3m 35s |
/parquet/remote/compression type | OK | 3m 35s |
/parquet/remote/compression type/=NONE | OK | 3m 35s |
/parquet/remote/compression type/=NONE /outline | OK | 3m 35s |
/parquet/remote/compression type/=NONE /outline/insert into function | OK | 1m 15s |
/parquet/remote/compression type/=GZIP | OK | 3m 34s |
/parquet/remote/compression type/=LZ4 | OK | 3m 35s |
/parquet/remote/compression type/=LZ4 /outline | OK | 3m 35s |
/parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 1m 16s |
/parquet/remote/compression type/=GZIP /outline | OK | 3m 34s |
/parquet/remote/compression type/=GZIP /outline/insert into function | OK | 1m 15s |
/parquet/remote/compression type/=NONE /outline/select from function | OK | 2m 19s |
/parquet/remote/compression type/=GZIP /outline/select from function | OK | 2m 18s |
/parquet/remote/compression type/=LZ4 /outline/select from function | OK | 2m 19s |
/parquet/chunked array | XFail | 13s 924ms |
/parquet/broken | OK | 31ms |
/parquet/broken/file | Skip | 1ms |
/parquet/broken/read broken bigint | Skip | 877us |
/parquet/broken/read broken date | Skip | 823us |
/parquet/broken/read broken int | Skip | 980us |
/parquet/broken/read broken smallint | Skip | 785us |
/parquet/broken/read broken timestamp ms | Skip | 784us |
/parquet/broken/read broken timestamp us | Skip | 833us |
/parquet/broken/read broken tinyint | Skip | 1ms |
/parquet/broken/read broken ubigint | Skip | 1ms |
/parquet/broken/read broken uint | Skip | 2ms |
/parquet/broken/read broken usmallint | Skip | 1ms |
/parquet/broken/read broken utinyint | Skip | 1ms |
/parquet/broken/string | Skip | 1ms |
/parquet/encoding | OK | 7s 135ms |
/parquet/encoding/deltabytearray1 | OK | 1s 420ms |
/parquet/encoding/deltabytearray2 | OK | 952ms |
/parquet/encoding/deltalengthbytearray | OK | 927ms |
/parquet/encoding/dictionary | OK | 915ms |
/parquet/encoding/plain | OK | 903ms |
/parquet/encoding/plainrlesnappy | OK | 1s 75ms |
/parquet/encoding/rleboolean | OK | 938ms |
/parquet/compression | OK | 20s 31ms |
/parquet/compression/arrow snappy | OK | 923ms |
/parquet/compression/brotli | OK | 947ms |
/parquet/compression/gzippages | OK | 1s 885ms |
/parquet/compression/largegzip | OK | 970ms |
/parquet/compression/lz4 hadoop | OK | 967ms |
/parquet/compression/lz4 hadoop large | OK | 955ms |
/parquet/compression/lz4 non hadoop | OK | 953ms |
/parquet/compression/lz4 raw | OK | 975ms |
/parquet/compression/lz4 raw large | OK | 932ms |
/parquet/compression/lz4pages | OK | 1s 893ms |
/parquet/compression/nonepages | OK | 1s 922ms |
/parquet/compression/snappypages | OK | 1s 935ms |
/parquet/compression/snappyplain | OK | 919ms |
/parquet/compression/snappyrle | OK | 952ms |
/parquet/compression/zstd | OK | 956ms |
/parquet/compression/zstdpages | OK | 1s 932ms |
/parquet/datatypes | OK | 1m 5s |
/parquet/datatypes/arrowtimestamp | OK | 881ms |
/parquet/datatypes/arrowtimestampms | OK | 857ms |
/parquet/datatypes/binary | OK | 925ms |
/parquet/datatypes/binary string | OK | 937ms |
/parquet/datatypes/blob | OK | 954ms |
/parquet/datatypes/boolean | OK | 966ms |
/parquet/datatypes/byte array | OK | 970ms |
/parquet/datatypes/columnname | OK | 947ms |
/parquet/datatypes/columnwithnull | OK | 986ms |
/parquet/datatypes/columnwithnull2 | OK | 952ms |
/parquet/datatypes/date | OK | 970ms |
/parquet/datatypes/decimal with filter | OK | 963ms |
/parquet/datatypes/decimalvariousfilters | OK | 930ms |
/parquet/datatypes/decimalwithfilter2 | OK | 943ms |
/parquet/datatypes/enum | OK | 990ms |
/parquet/datatypes/enum2 | OK | 963ms |
/parquet/datatypes/fixed length decimal | OK | 930ms |
/parquet/datatypes/fixed length decimal legacy | OK | 937ms |
/parquet/datatypes/fixedstring | OK | 954ms |
/parquet/datatypes/float16 | Skip | 985us |
/parquet/datatypes/h2oai | OK | 960ms |
/parquet/datatypes/hive | OK | 1s 919ms |
/parquet/datatypes/int32 | OK | 950ms |
/parquet/datatypes/int32 decimal | OK | 945ms |
/parquet/datatypes/int64 | OK | 951ms |
/parquet/datatypes/int64 decimal | OK | 958ms |
/parquet/datatypes/json | OK | 943ms |
/parquet/datatypes/large string map | XFail | 5s 596ms |
/parquet/datatypes/largedouble | OK | 1s 40ms |
/parquet/datatypes/manydatatypes | OK | 898ms |
/parquet/datatypes/manydatatypes2 | OK | 972ms |
/parquet/datatypes/maps | OK | 927ms |
/parquet/datatypes/nameswithemoji | OK | 958ms |
/parquet/datatypes/nandouble | OK | 926ms |
/parquet/datatypes/negativeint64 | OK | 899ms |
/parquet/datatypes/nullbyte | OK | 925ms |
/parquet/datatypes/nullbytemultiple | OK | 945ms |
/parquet/datatypes/nullsinid | OK | 966ms |
/parquet/datatypes/pandasdecimal | OK | 954ms |
/parquet/datatypes/pandasdecimaldate | OK | 939ms |
/parquet/datatypes/parquetgo | OK | 937ms |
/parquet/datatypes/selectdatewithfilter | OK | 5s 550ms |
/parquet/datatypes/singlenull | OK | 935ms |
/parquet/datatypes/sparkv21 | OK | 976ms |
/parquet/datatypes/sparkv22 | OK | 978ms |
/parquet/datatypes/statdecimal | OK | 952ms |
/parquet/datatypes/string | OK | 958ms |
/parquet/datatypes/string int list inconsistent offset multiple batches | OK | 4s 453ms |
/parquet/datatypes/stringtypes | OK | 947ms |
/parquet/datatypes/struct | OK | 980ms |
/parquet/datatypes/supporteduuid | OK | 933ms |
/parquet/datatypes/timestamp1 | OK | 884ms |
/parquet/datatypes/timestamp2 | OK | 902ms |
/parquet/datatypes/timezone | OK | 879ms |
/parquet/datatypes/unsigned | OK | 1s 891ms |
/parquet/datatypes/unsupportednull | OK | 125ms |
/parquet/complex | OK | 19s 545ms |
/parquet/complex/arraystring | OK | 976ms |
/parquet/complex/big tuple with nulls | OK | 965ms |
/parquet/complex/bytearraydictionary | OK | 969ms |
/parquet/complex/complex null | OK | 956ms |
/parquet/complex/lagemap | OK | 946ms |
/parquet/complex/largenestedarray | OK | 955ms |
/parquet/complex/largestruct | OK | 954ms |
/parquet/complex/largestruct2 | OK | 1s 157ms |
/parquet/complex/largestruct3 | OK | 913ms |
/parquet/complex/list | OK | 952ms |
/parquet/complex/nested array | OK | 944ms |
/parquet/complex/nested map | OK | 948ms |
/parquet/complex/nestedallcomplex | OK | 1s 85ms |
/parquet/complex/nestedarray2 | OK | 953ms |
/parquet/complex/nestedstruct | OK | 1s 4ms |
/parquet/complex/nestedstruct2 | OK | 960ms |
/parquet/complex/nestedstruct3 | OK | 939ms |
/parquet/complex/nestedstruct4 | OK | 1s 105ms |
/parquet/complex/tupleofnulls | OK | 934ms |
/parquet/complex/tuplewithdatetime | OK | 913ms |
/parquet/cache | OK | 1s 896ms |
/parquet/cache/cache1 | OK | 956ms |
/parquet/cache/cache2 | OK | 938ms |
/parquet/glob | OK | 37s 949ms |
/parquet/glob/fastparquet globs | OK | 761ms |
/parquet/glob/glob1 | OK | 1s 28ms |
/parquet/glob/glob2 | OK | 1s 79ms |
/parquet/glob/glob with multiple elements | OK | 222ms |
/parquet/glob/million extensions | OK | 34s 854ms |
/parquet/rowgroups | OK | 1s 931ms |
/parquet/rowgroups/manyrowgroups | OK | 972ms |
/parquet/rowgroups/manyrowgroups2 | OK | 956ms |
/parquet/encrypted | Skip | 1ms |
/parquet/fastparquet | OK | 7ms |
/parquet/fastparquet/airlines | Skip | 809us |
/parquet/fastparquet/baz | Skip | 1ms |
/parquet/fastparquet/empty date | Skip | 767us |
/parquet/fastparquet/evo | Skip | 754us |
/parquet/fastparquet/fastparquet | Skip | 814us |
/parquet/read and write | OK | 10m 9s |
/parquet/read and write/read and write parquet file | OK | 10m 9s |
/parquet/column related errors | OK | 572ms |
/parquet/column related errors/check error with 500 columns | OK | 571ms |
/parquet/multi chunk upload | Skip | 1ms |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922