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 | Jul 13, 2025 1:43 |
| Duration | 1h 9m |
| Framework | TestFlows 2.0.250110.1002922 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#0/143c05fcd433555c6563408d8c622fb757f91dfe/regression/aarch64/with_analyzer/zookeeper/without_thread_fuzzer/parquetaws_s3/
| project | Altinity/ClickHouse |
| project.id | 159717931 |
| package | https://s3.amazonaws.com/altinity-build-artifacts/25.3/143c05fcd433555c6563408d8c622fb757f91dfe/package_aarch64/clickhouse-common-static_25.3.3.20186.altinityantalya_arm64.deb |
| version | 25.3.3.20186.altinityantalya |
| user.name | Enmk |
| repository | https://github.com/Altinity/clickhouse-regression |
| commit.hash | 88c93f843cd48cd9defc6cec6b98d6b98f94adde |
| job.name | ParquetS3 (aws_s3) |
| job.retry | 1 |
| job.url | https://github.com/Altinity/ClickHouse/actions/runs/16242745619 |
| arch | aarch64 |
| local | True |
| clickhouse_version | None |
| clickhouse_path | https://s3.amazonaws.com/altinity-build-artifacts/25.3/143c05fcd433555c6563408d8c622fb757f91dfe/package_aarch64/clickhouse-common-static_25.3.3.20186.altinityantalya_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 | ['aws_s3'] |
| 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 | Secret(name='aws_s3_bucket') |
| 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 | False |
| stress_bloom | False |
| Units | Skip | OK | Fail | Error | 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 44s 675ms 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_datetime
snapshot_value="""
{"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"}
{"datetime":"2106-02-07 06:28:16","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"}
{"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"}
{"datetime":"2011-09-30 02:34:30","toTypeName(datetime)":"DateTime"}
{"datetime":"2019-04-27 02:01:34","toTypeName(datetime)":"DateTime"}
{"datetime":"2017-02-11 09:09:25","toTypeName(datetime)":"DateTime"}
{"datetime":"2009-06-14 11:12:39","toTypeName(datetime)":"DateTime"}
{"datetime":"2020-01-24 15:10:50","toTypeName(datetime)":"DateTime"}
""",
actual_value="""
{"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"}
{"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"}
{"datetime":"2011-09-30 02:34:30","toTypeName(datetime)":"DateTime"}
{"datetime":"2019-04-27 02:01:34","toTypeName(datetime)":"DateTime"}
{"datetime":"2017-02-11 09:09:25","toTypeName(datetime)":"DateTime"}
{"datetime":"2009-06-14 11:12:39","toTypeName(datetime)":"DateTime"}
{"datetime":"2020-01-24 15:10:50","toTypeName(datetime)":"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 @@
{"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"}
-{"datetime":"2106-02-07 06:28:16","toTypeName(datetime)":"DateTime"}
+{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"}
{"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"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 44s 733ms 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_datetime
snapshot_value="""
{"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"}
{"datetime":"2106-02-07 06:28:16","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"}
{"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"}
{"datetime":"2011-09-30 02:34:30","toTypeName(datetime)":"DateTime"}
{"datetime":"2019-04-27 02:01:34","toTypeName(datetime)":"DateTime"}
{"datetime":"2017-02-11 09:09:25","toTypeName(datetime)":"DateTime"}
{"datetime":"2009-06-14 11:12:39","toTypeName(datetime)":"DateTime"}
{"datetime":"2020-01-24 15:10:50","toTypeName(datetime)":"DateTime"}
""",
actual_value="""
{"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"}
{"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"}
{"datetime":"2011-09-30 02:34:30","toTypeName(datetime)":"DateTime"}
{"datetime":"2019-04-27 02:01:34","toTypeName(datetime)":"DateTime"}
{"datetime":"2017-02-11 09:09:25","toTypeName(datetime)":"DateTime"}
{"datetime":"2009-06-14 11:12:39","toTypeName(datetime)":"DateTime"}
{"datetime":"2020-01-24 15:10:50","toTypeName(datetime)":"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 @@
{"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"}
-{"datetime":"2106-02-07 06:28:16","toTypeName(datetime)":"DateTime"}
+{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"}
{"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"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 43s 948ms 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_datetime
snapshot_value="""
{"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"}
{"datetime":"2106-02-07 06:28:16","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"}
{"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"}
{"datetime":"2011-09-30 02:34:30","toTypeName(datetime)":"DateTime"}
{"datetime":"2019-04-27 02:01:34","toTypeName(datetime)":"DateTime"}
{"datetime":"2017-02-11 09:09:25","toTypeName(datetime)":"DateTime"}
{"datetime":"2009-06-14 11:12:39","toTypeName(datetime)":"DateTime"}
{"datetime":"2020-01-24 15:10:50","toTypeName(datetime)":"DateTime"}
""",
actual_value="""
{"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"}
{"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"}
{"datetime":"2011-09-30 02:34:30","toTypeName(datetime)":"DateTime"}
{"datetime":"2019-04-27 02:01:34","toTypeName(datetime)":"DateTime"}
{"datetime":"2017-02-11 09:09:25","toTypeName(datetime)":"DateTime"}
{"datetime":"2009-06-14 11:12:39","toTypeName(datetime)":"DateTime"}
{"datetime":"2020-01-24 15:10:50","toTypeName(datetime)":"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 @@
{"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"}
-{"datetime":"2106-02-07 06:28:16","toTypeName(datetime)":"DateTime"}
+{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"}
{"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"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 15s 879ms 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 1188, 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 25.3.3.20186.altinityantalya (altinity build))
(query: INSERT INTO table_05d4b06d_5f8f_11f0_9cc0_9200062cc426 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 1188 in 'query'
1180\| assert message in r.output, error(r.output)
1181\|
1182\| if not ignore_exception:
1183\| if message is None or "Exception:" not in message:
1184\| with Then("check if output has exception") if steps else NullStep():
1185\| if "Exception:" in r.output:
1186\| if raise_on_exception:
1187\| raise QueryRuntimeException(r.output)
1188\|> assert False, error(r.output)
1189\|
1190\| return r
1191\| |
| /parquet/datatypes/float16 | XFail 435ms ClickHouse does not import FLOAT16 properly | 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 113, in float16
assert output == expected, error()
^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed
The following assertion was not satisfied
assert output == expected, error()
Assertion values
assert output == expected, error()
^ is '[-2,-1,0,1,2,3,4,5,6,7,8]'
assert output == expected, error()
^ is '[-2,-1,0,1,2,3,4,5,6,7,8,9]'
assert output == expected, error()
^ is = False
@@ -1 +1 @@
-[-2,-1,0,1,2,3,4,5,6,7,8]
+[-2,-1,0,1,2,3,4,5,6,7,8,9]
assert output == expected, error()
^ is False
Where
File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/datatypes.py', line 113 in 'float16'
105\| ORDER BY tuple() AS SELECT floatfield FROM file('{import_file}', Parquet)
106\| """
107\| )
108\|
109\| with Then("I read the contents of the created table"):
110\| output = node.query(
111\| f"SELECT groupArray(round(*)) FROM {table_name} FORMAT TSV"
112\| ).output
113\|> assert output == expected, error()
114\|
115\| finally:
116\| with Finally("I drop the table"): |
| /parquet/datatypes/large string map | XFail 7s 686ms 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 1188, 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 25.3.3):
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_2aae0b7f_5f90_11f0_9f0f_9200062cc426
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 1188 in 'query'
1180\| assert message in r.output, error(r.output)
1181\|
1182\| if not ignore_exception:
1183\| if message is None or "Exception:" not in message:
1184\| with Then("check if output has exception") if steps else NullStep():
1185\| if "Exception:" in r.output:
1186\| if raise_on_exception:
1187\| raise QueryRuntimeException(r.output)
1188\|> assert False, error(r.output)
1189\|
1190\| return r
1191\| |
| Test Name | Result | Duration |
|---|---|---|
| /parquet | OK | 1h 9m |
| /parquet/file | OK | 36m 9s |
| /parquet/file/engine | OK | 36m 9s |
| /parquet/file/function | OK | 18m 34s |
| /parquet/file/engine/insert into engine | OK | 22m 49s |
| /parquet/file/engine/select from engine | OK | 11m 0s |
| /parquet/file/function/insert into function manual cast types | OK | 18m 6s |
| /parquet/file/engine/engine to file to engine | OK | 31m 28s |
| /parquet/file/engine/insert into engine from file | OK | 22m 5s |
| /parquet/file/engine/engine select output to file | OK | 36m 9s |
| /parquet/query | OK | 48m 23s |
| /parquet/file/function/insert into function auto cast types | OK | 18m 33s |
| /parquet/query/compression type | OK | 48m 23s |
| /parquet/file/function/select from function manual cast types | OK | 17m 49s |
| /parquet/file/function/select from function auto cast types | OK | 10m 57s |
| /parquet/list in multiple chunks | OK | 1m 11s |
| /parquet/query/compression type/=NONE | OK | 48m 21s |
| /parquet/query/compression type/=GZIP | OK | 48m 23s |
| /parquet/query/compression type/=LZ4 | OK | 48m 23s |
| /parquet/url | OK | 37m 15s |
| /parquet/query/compression type/=NONE /insert into memory table from file | OK | 10m 35s |
| /parquet/query/compression type/=GZIP /insert into memory table from file | OK | 10m 29s |
| /parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 10m 31s |
| /parquet/url/engine | OK | 36m 16s |
| /parquet/url/engine/insert into engine | OK | 23m 4s |
| /parquet/url/function | OK | 35m 19s |
| /parquet/url/engine/select from engine | OK | 10m 40s |
| /parquet/url/engine/engine to file to engine | OK | 31m 17s |
| /parquet/url/engine/insert into engine from file | OK | 30m 13s |
| /parquet/url/engine/engine select output to file | OK | 36m 16s |
| /parquet/url/function/insert into function | OK | 17m 46s |
| /parquet/url/function/select from function manual cast types | OK | 35m 19s |
| /parquet/url/function/select from function auto cast types | OK | 17m 24s |
| /parquet/mysql | OK | 2m 2s |
| /parquet/mysql/compression type | OK | 2m 2s |
| /parquet/mysql/compression type/=NONE | OK | 1m 59s |
| /parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 1m 25s |
| /parquet/mysql/compression type/=GZIP | OK | 2m 2s |
| /parquet/mysql/compression type/=LZ4 | OK | 1m 59s |
| /parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 1m 29s |
| /parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 1m 25s |
| /parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 34s 687ms |
| /parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 34s 55ms |
| /parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 32s 962ms |
| /parquet/postgresql | OK | 1m 21s |
| /parquet/postgresql/compression type | OK | 1m 20s |
| /parquet/postgresql/compression type/=NONE | OK | 1m 20s |
| /parquet/postgresql/compression type/=GZIP | OK | 1m 19s |
| /parquet/postgresql/compression type/=LZ4 | OK | 1m 20s |
| /parquet/postgresql/compression type/=NONE /postgresql engine to parquet file to postgresql engine | XFail | 44s 675ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | XFail | 44s 733ms |
| /parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | XFail | 43s 948ms |
| /parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 35s 365ms |
| /parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 35s 987ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 35s 246ms |
| /parquet/remote | OK | 22m 31s |
| /parquet/remote/compression type | OK | 22m 31s |
| /parquet/remote/compression type/=NONE | OK | 22m 30s |
| /parquet/remote/compression type/=GZIP | OK | 22m 30s |
| /parquet/remote/compression type/=GZIP /outline | OK | 22m 30s |
| /parquet/remote/compression type/=LZ4 | OK | 22m 28s |
| /parquet/remote/compression type/=NONE /outline | OK | 22m 30s |
| /parquet/remote/compression type/=NONE /outline/insert into function | OK | 7m 59s |
| /parquet/remote/compression type/=GZIP /outline/insert into function | OK | 7m 57s |
| /parquet/remote/compression type/=LZ4 /outline | OK | 22m 28s |
| /parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 7m 56s |
| /parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 6m 19s |
| /parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 6m 22s |
| /parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 6m 24s |
| /parquet/remote/compression type/=LZ4 /outline/select from function | OK | 14m 31s |
| /parquet/remote/compression type/=GZIP /outline/select from function | OK | 14m 33s |
| /parquet/remote/compression type/=NONE /outline/select from function | OK | 14m 31s |
| /parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 4m 42s |
| /parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 4m 41s |
| /parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 4m 36s |
| /parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 4m 2s |
| /parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 4m 2s |
| /parquet/query/compression type/=NONE /insert into distributed table from file | OK | 4m 2s |
| /parquet/query/compression type/=GZIP /select from memory table into file | OK | 6m 35s |
| /parquet/query/compression type/=LZ4 /select from memory table into file | OK | 6m 32s |
| /parquet/query/compression type/=NONE /select from memory table into file | OK | 6m 31s |
| /parquet/chunked array | XFail | 15s 879ms |
| /parquet/broken | OK | 579ms |
| /parquet/broken/file | Skip | 14ms |
| /parquet/broken/read broken bigint | Skip | 57ms |
| /parquet/broken/read broken date | Skip | 21ms |
| /parquet/broken/read broken int | Skip | 18ms |
| /parquet/broken/read broken smallint | Skip | 28ms |
| /parquet/broken/read broken timestamp ms | Skip | 18ms |
| /parquet/broken/read broken timestamp us | Skip | 17ms |
| /parquet/broken/read broken tinyint | Skip | 22ms |
| /parquet/broken/read broken ubigint | Skip | 22ms |
| /parquet/broken/read broken uint | Skip | 42ms |
| /parquet/broken/read broken usmallint | Skip | 24ms |
| /parquet/broken/read broken utinyint | Skip | 22ms |
| /parquet/broken/string | Skip | 20ms |
| /parquet/encoding | OK | 1m 2s |
| /parquet/encoding/deltabytearray1 | OK | 9s 378ms |
| /parquet/encoding/deltabytearray2 | OK | 8s 460ms |
| /parquet/encoding/deltalengthbytearray | OK | 8s 693ms |
| /parquet/encoding/dictionary | OK | 8s 609ms |
| /parquet/encoding/plain | OK | 8s 853ms |
| /parquet/encoding/plainrlesnappy | OK | 10s 62ms |
| /parquet/encoding/rleboolean | OK | 8s 461ms |
| /parquet/compression | OK | 3m 2s |
| /parquet/compression/arrow snappy | OK | 8s 586ms |
| /parquet/compression/brotli | OK | 8s 819ms |
| /parquet/compression/gzippages | OK | 17s 606ms |
| /parquet/compression/largegzip | OK | 8s 884ms |
| /parquet/compression/lz4 hadoop | OK | 8s 499ms |
| /parquet/compression/lz4 hadoop large | OK | 8s 914ms |
| /parquet/compression/lz4 non hadoop | OK | 8s 526ms |
| /parquet/compression/lz4 raw | OK | 8s 990ms |
| /parquet/compression/lz4 raw large | OK | 8s 676ms |
| /parquet/compression/lz4pages | OK | 17s 230ms |
| /parquet/compression/nonepages | OK | 17s 178ms |
| /parquet/compression/snappypages | OK | 17s 336ms |
| /parquet/compression/snappyplain | OK | 8s 829ms |
| /parquet/compression/snappyrle | OK | 8s 626ms |
| /parquet/compression/zstd | OK | 8s 603ms |
| /parquet/compression/zstdpages | OK | 17s 359ms |
| /parquet/datatypes | OK | 7m 58s |
| /parquet/datatypes/arrowtimestamp | OK | 8s 442ms |
| /parquet/datatypes/arrowtimestampms | OK | 7s 681ms |
| /parquet/datatypes/binary | OK | 10s 419ms |
| /parquet/datatypes/binary string | OK | 9s 705ms |
| /parquet/datatypes/blob | OK | 8s 189ms |
| /parquet/query/compression type/=NONE /select from mergetree table into file | OK | 3m 58s |
| /parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 3m 58s |
| /parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 3m 57s |
| /parquet/datatypes/boolean | OK | 7s 594ms |
| /parquet/datatypes/byte array | OK | 14s 515ms |
| /parquet/datatypes/columnname | OK | 9s 479ms |
| /parquet/datatypes/columnwithnull | OK | 8s 3ms |
| /parquet/datatypes/columnwithnull2 | OK | 8s 164ms |
| /parquet/datatypes/date | OK | 7s 947ms |
| /parquet/datatypes/decimal with filter | OK | 8s 113ms |
| /parquet/datatypes/decimalvariousfilters | OK | 7s 975ms |
| /parquet/datatypes/decimalwithfilter2 | OK | 7s 861ms |
| /parquet/datatypes/enum | OK | 9s 4ms |
| /parquet/datatypes/enum2 | OK | 8s 407ms |
| /parquet/datatypes/fixed length decimal | OK | 7s 856ms |
| /parquet/datatypes/fixed length decimal legacy | OK | 8s 76ms |
| /parquet/datatypes/fixedstring | OK | 8s 65ms |
| /parquet/datatypes/float16 | XFail | 435ms |
| /parquet/datatypes/h2oai | OK | 7s 997ms |
| /parquet/datatypes/hive | OK | 15s 751ms |
| /parquet/datatypes/int32 | OK | 7s 921ms |
| /parquet/datatypes/int32 decimal | OK | 7s 874ms |
| /parquet/datatypes/int64 | OK | 7s 908ms |
| /parquet/datatypes/int64 decimal | OK | 7s 898ms |
| /parquet/datatypes/json | OK | 7s 944ms |
| /parquet/datatypes/large string map | XFail | 7s 686ms |
| /parquet/datatypes/largedouble | OK | 8s 159ms |
| /parquet/datatypes/manydatatypes | OK | 8s 9ms |
| /parquet/datatypes/manydatatypes2 | OK | 7s 909ms |
| /parquet/datatypes/maps | OK | 7s 808ms |
| /parquet/datatypes/nameswithemoji | OK | 7s 759ms |
| /parquet/datatypes/nandouble | OK | 9s 132ms |
| /parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 3m 34s |
| /parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 3m 34s |
| /parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 3m 33s |
| /parquet/complex | OK | 2m 48s |
| /parquet/complex/arraystring | OK | 10s 77ms |
| /parquet/datatypes/negativeint64 | OK | 7s 398ms |
| /parquet/complex/big tuple with nulls | OK | 13s 115ms |
| /parquet/datatypes/nullbyte | OK | 14s 407ms |
| /parquet/complex/bytearraydictionary | OK | 8s 768ms |
| /parquet/datatypes/nullbytemultiple | OK | 7s 849ms |
| /parquet/complex/complex null | OK | 7s 715ms |
| /parquet/datatypes/nullsinid | OK | 7s 796ms |
| /parquet/complex/lagemap | OK | 7s 659ms |
| /parquet/datatypes/pandasdecimal | OK | 7s 636ms |
| /parquet/complex/largenestedarray | OK | 7s 661ms |
| /parquet/datatypes/pandasdecimaldate | OK | 7s 618ms |
| /parquet/complex/largestruct | OK | 7s 961ms |
| /parquet/datatypes/parquetgo | OK | 7s 719ms |
| /parquet/complex/largestruct2 | OK | 11s 186ms |
| /parquet/datatypes/selectdatewithfilter | OK | 16s 936ms |
| /parquet/cache | OK | 19s 370ms |
| /parquet/cache/cache1 | OK | 11s 341ms |
| /parquet/complex/largestruct3 | OK | 7s 873ms |
| /parquet/cache/cache2 | OK | 8s 1ms |
| /parquet/datatypes/singlenull | OK | 7s 944ms |
| /parquet/complex/list | OK | 7s 737ms |
| /parquet/glob | OK | 41s 73ms |
| /parquet/glob/fastparquet globs | OK | 1s 619ms |
| /parquet/glob/glob1 | OK | 1s 483ms |
| /parquet/glob/glob2 | OK | 2s 144ms |
| /parquet/complex/nested array | OK | 8s 60ms |
| /parquet/datatypes/sparkv21 | OK | 8s 68ms |
| /parquet/glob/glob with multiple elements | OK | 420ms |
| /parquet/glob/million extensions | OK | 35s 396ms |
| /parquet/complex/nested map | OK | 7s 600ms |
| /parquet/datatypes/sparkv22 | OK | 7s 829ms |
| /parquet/complex/nestedallcomplex | OK | 7s 925ms |
| /parquet/datatypes/statdecimal | OK | 7s 840ms |
| /parquet/complex/nestedarray2 | OK | 8s 11ms |
| /parquet/datatypes/string | OK | 7s 874ms |
| /parquet/complex/nestedstruct | OK | 7s 716ms |
| /parquet/datatypes/string int list inconsistent offset multiple batches | OK | 13s 938ms |
| /parquet/rowgroups | OK | 15s 752ms |
| /parquet/rowgroups/manyrowgroups | OK | 8s 95ms |
| /parquet/complex/nestedstruct2 | OK | 7s 869ms |
| /parquet/rowgroups/manyrowgroups2 | OK | 7s 653ms |
| /parquet/datatypes/stringtypes | OK | 7s 745ms |
| /parquet/complex/nestedstruct3 | OK | 8s 244ms |
| /parquet/encrypted | Skip | 2ms |
| /parquet/fastparquet | OK | 23ms |
| /parquet/fastparquet/airlines | Skip | 7ms |
| /parquet/fastparquet/baz | Skip | 2ms |
| /parquet/fastparquet/empty date | Skip | 5ms |
| /parquet/fastparquet/evo | Skip | 1ms |
| /parquet/fastparquet/fastparquet | Skip | 2ms |
| /parquet/read and write | OK | 15m 27s |
| /parquet/read and write/read and write parquet file | OK | 15m 27s |
| /parquet/datatypes/struct | OK | 7s 938ms |
| /parquet/complex/nestedstruct4 | OK | 7s 923ms |
| /parquet/datatypes/supporteduuid | OK | 8s 79ms |
| /parquet/complex/tupleofnulls | OK | 7s 746ms |
| /parquet/datatypes/timestamp1 | OK | 7s 715ms |
| /parquet/complex/tuplewithdatetime | OK | 7s 705ms |
| /parquet/datatypes/timestamp2 | OK | 7s 624ms |
| /parquet/column related errors | OK | 2s 398ms |
| /parquet/column related errors/check error with 500 columns | OK | 2s 397ms |
| /parquet/multi chunk upload | Skip | 10ms |
| /parquet/datatypes/timezone | OK | 7s 421ms |
| /parquet/datatypes/unsigned | OK | 15s 146ms |
| /parquet/datatypes/unsupportednull | OK | 441ms |
| /parquet/query/compression type/=GZIP /select from distributed table into file | OK | 3m 45s |
| /parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 3m 44s |
| /parquet/query/compression type/=NONE /select from distributed table into file | OK | 3m 44s |
| /parquet/query/compression type/=LZ4 /select from mat view into file | OK | 3m 21s |
| /parquet/query/compression type/=GZIP /select from mat view into file | OK | 3m 20s |
| /parquet/query/compression type/=NONE /select from mat view into file | OK | 3m 19s |
| /parquet/query/compression type/=NONE /insert into table with projection from file | OK | 1m 34s |
| /parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 1m 35s |
| /parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 1m 35s |
| /parquet/aws s3 | OK | 10m 35s |
| /parquet/aws s3/s3 | OK | 10m 35s |
| /parquet/aws s3/s3/compression type | OK | 10m 35s |
| /parquet/aws s3/s3/compression type/=NONE | OK | 10m 33s |
| /parquet/aws s3/s3/compression type/=NONE /outline | OK | 10m 33s |
| /parquet/aws s3/s3/compression type/=NONE /outline/engine | OK | 58ms |
| /parquet/aws s3/s3/compression type/=GZIP | OK | 10m 35s |
| /parquet/aws s3/s3/compression type/=GZIP /outline | OK | 10m 35s |
| /parquet/aws s3/s3/compression type/=GZIP /outline/engine | OK | 51ms |
| /parquet/aws s3/s3/compression type/=LZ4 | OK | 10m 33s |
| /parquet/aws s3/s3/compression type/=LZ4 /outline | OK | 10m 33s |
| /parquet/aws s3/s3/compression type/=LZ4 /outline/engine | OK | 143ms |
| /parquet/aws s3/s3/compression type/=NONE /outline/engine/insert into engine | Skip | 2ms |
| /parquet/aws s3/s3/compression type/=GZIP /outline/engine/insert into engine | Skip | 2ms |
| /parquet/aws s3/s3/compression type/=LZ4 /outline/engine/insert into engine | Skip | 2ms |
| /parquet/aws s3/s3/compression type/=GZIP /outline/engine/select from engine | Skip | 1ms |
| /parquet/aws s3/s3/compression type/=GZIP /outline/engine/engine to file to engine | Skip | 1ms |
| /parquet/aws s3/s3/compression type/=GZIP /outline/engine/insert into engine from file | Skip | 1ms |
| /parquet/aws s3/s3/compression type/=GZIP /outline/engine/engine select output to file | Skip | 1ms |
| /parquet/aws s3/s3/compression type/=LZ4 /outline/engine/select from engine | Skip | 2ms |
| /parquet/aws s3/s3/compression type/=LZ4 /outline/engine/engine to file to engine | Skip | 2ms |
| /parquet/aws s3/s3/compression type/=NONE /outline/engine/select from engine | Skip | 2ms |
| /parquet/aws s3/s3/compression type/=NONE /outline/engine/engine to file to engine | Skip | 6ms |
| /parquet/aws s3/s3/compression type/=NONE /outline/engine/insert into engine from file | Skip | 1ms |
| /parquet/aws s3/s3/compression type/=NONE /outline/engine/engine select output to file | Skip | 1ms |
| /parquet/aws s3/s3/compression type/=LZ4 /outline/engine/insert into engine from file | Skip | 1ms |
| /parquet/aws s3/s3/compression type/=LZ4 /outline/engine/engine select output to file | Skip | 1ms |
| /parquet/aws s3/s3/compression type/=GZIP /outline/function | OK | 10m 35s |
| /parquet/aws s3/s3/compression type/=NONE /outline/function | OK | 10m 33s |
| /parquet/aws s3/s3/compression type/=NONE /outline/function/insert into function | OK | 5m 38s |
| /parquet/aws s3/s3/compression type/=NONE /outline/function/select from function manual cast types | OK | 10m 33s |
| /parquet/aws s3/s3/compression type/=GZIP /outline/function/insert into function | OK | 5m 37s |
| /parquet/aws s3/s3/compression type/=LZ4 /outline/function | OK | 10m 33s |
| /parquet/aws s3/s3/compression type/=GZIP /outline/function/select from function manual cast types | OK | 10m 35s |
| /parquet/aws s3/s3/compression type/=NONE /outline/function/select from function auto cast types | OK | 5m 14s |
| /parquet/aws s3/s3/compression type/=GZIP /outline/function/select from function auto cast types | OK | 5m 13s |
| /parquet/aws s3/s3/compression type/=LZ4 /outline/function/insert into function | OK | 5m 38s |
| /parquet/aws s3/s3/compression type/=LZ4 /outline/function/select from function manual cast types | OK | 10m 33s |
| /parquet/aws s3/s3/compression type/=LZ4 /outline/function/select from function auto cast types | OK | 5m 13s |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922