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 | Apr 01, 2025 22:12 |
| Duration | 1h 6m |
| Framework | TestFlows 2.0.250110.1002922 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#708/12fb72fa077bd3f529f48fabb290d280d46348de/regression/aarch64/with_analyzer/zookeeper/without_thread_fuzzer/parquetminio/
| project | Altinity/ClickHouse |
| project.id | 159717931 |
| package | https://s3.amazonaws.com/altinity-build-artifacts/PRs/708/12fb72fa077bd3f529f48fabb290d280d46348de/package_aarch64/clickhouse-common-static_24.12.2.20221.altinityantalya_arm64.deb |
| version | 24.12.2.20221.altinityantalya |
| user.name | ianton-ru |
| repository | https://github.com/Altinity/clickhouse-regression |
| commit.hash | bd31e738c0cedaca253d15a05ed245c41b6e0b6a |
| job.name | ParquetS3 |
| job.retry | 1 |
| job.url | https://github.com/Altinity/ClickHouse/actions/runs/14205957338 |
| arch | aarch64 |
| local | True |
| clickhouse_version | None |
| clickhouse_path | https://s3.amazonaws.com/altinity-build-artifacts/PRs/708/12fb72fa077bd3f529f48fabb290d280d46348de/package_aarch64/clickhouse-common-static_24.12.2.20221.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 | ['minio'] |
| 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 40s 227ms 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 827, in execute_query_step
execute_query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 897, 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 897 in 'execute_query'
889\| with values() as that:
890\| snapshot_result = snapshot(
891\| "\n" + r.output.strip() + "\n",
892\| id=snapshot_id,
893\| name=snapshot_name,
894\| encoder=str,
895\| mode=snapshot.CHECK,
896\| )
897\|> assert that(snapshot_result), error() |
| /parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | XFail 40s 345ms 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 827, in execute_query_step
execute_query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 897, 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 897 in 'execute_query'
889\| with values() as that:
890\| snapshot_result = snapshot(
891\| "\n" + r.output.strip() + "\n",
892\| id=snapshot_id,
893\| name=snapshot_name,
894\| encoder=str,
895\| mode=snapshot.CHECK,
896\| )
897\|> assert that(snapshot_result), error() |
| /parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | XFail 40s 831ms 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 827, in execute_query_step
execute_query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 897, 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 897 in 'execute_query'
889\| with values() as that:
890\| snapshot_result = snapshot(
891\| "\n" + r.output.strip() + "\n",
892\| id=snapshot_id,
893\| name=snapshot_name,
894\| encoder=str,
895\| mode=snapshot.CHECK,
896\| )
897\|> assert that(snapshot_result), error() |
| /parquet/chunked array | XFail 16s 727ms 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 24.12.2.20221.altinityantalya (altinity build))
(query: INSERT INTO table_a768ff22_0f4a_11f0_a192_9600042fe639 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 563ms 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 '[-0,0,32,2052,32838,0,0,0,0,0,0]'
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 @@
-[-0,0,32,2052,32838,0,0,0,0,0,0]
+[-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 8s 246ms 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 24.12.2):
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_b929a0fe_0f4b_11f0_b38c_9600042fe639
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 6m |
| /parquet/file | OK | 34m 26s |
| /parquet/file/engine | OK | 34m 26s |
| /parquet/file/engine/insert into engine | OK | 21m 53s |
| /parquet/query | OK | 46m 27s |
| /parquet/query/compression type | OK | 46m 27s |
| /parquet/query/compression type/=NONE | OK | 46m 27s |
| /parquet/query/compression type/=NONE /insert into memory table from file | OK | 10m 5s |
| /parquet/file/function | OK | 17m 52s |
| /parquet/file/engine/select from engine | OK | 10m 33s |
| /parquet/query/compression type/=GZIP | OK | 46m 27s |
| /parquet/query/compression type/=GZIP /insert into memory table from file | OK | 10m 5s |
| /parquet/file/engine/engine to file to engine | OK | 29m 54s |
| /parquet/file/engine/insert into engine from file | OK | 21m 11s |
| /parquet/query/compression type/=LZ4 | OK | 46m 27s |
| /parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 10m 7s |
| /parquet/list in multiple chunks | OK | 1m 0s |
| /parquet/file/engine/engine select output to file | OK | 34m 26s |
| /parquet/file/function/insert into function manual cast types | OK | 17m 26s |
| /parquet/file/function/insert into function auto cast types | OK | 17m 52s |
| /parquet/file/function/select from function manual cast types | OK | 16m 52s |
| /parquet/file/function/select from function auto cast types | OK | 10m 33s |
| /parquet/url | OK | 35m 19s |
| /parquet/url/engine | OK | 34m 11s |
| /parquet/url/function | OK | 32m 44s |
| /parquet/url/engine/insert into engine | OK | 21m 52s |
| /parquet/url/engine/select from engine | OK | 10m 8s |
| /parquet/url/function/insert into function | OK | 16m 52s |
| /parquet/url/engine/engine to file to engine | OK | 29m 34s |
| /parquet/url/engine/insert into engine from file | OK | 28m 43s |
| /parquet/url/function/select from function manual cast types | OK | 32m 44s |
| /parquet/url/engine/engine select output to file | OK | 34m 11s |
| /parquet/url/function/select from function auto cast types | OK | 16m 25s |
| /parquet/mysql | OK | 1m 59s |
| /parquet/mysql/compression type | OK | 1m 59s |
| /parquet/mysql/compression type/=NONE | OK | 1m 55s |
| /parquet/mysql/compression type/=GZIP | OK | 1m 56s |
| /parquet/mysql/compression type/=LZ4 | OK | 1m 59s |
| /parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 1m 25s |
| /parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 1m 21s |
| /parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 1m 22s |
| /parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 33s 746ms |
| /parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 33s 628ms |
| /parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 34s 271ms |
| /parquet/postgresql | OK | 1m 15s |
| /parquet/postgresql/compression type | OK | 1m 15s |
| /parquet/postgresql/compression type/=NONE | OK | 1m 13s |
| /parquet/postgresql/compression type/=GZIP | OK | 1m 15s |
| /parquet/postgresql/compression type/=LZ4 | OK | 1m 15s |
| /parquet/postgresql/compression type/=NONE /postgresql engine to parquet file to postgresql engine | XFail | 40s 227ms |
| /parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | XFail | 40s 345ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | XFail | 40s 831ms |
| /parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 33s 290ms |
| /parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 34s 778ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 33s 976ms |
| /parquet/remote | OK | 21m 38s |
| /parquet/remote/compression type | OK | 21m 38s |
| /parquet/remote/compression type/=NONE | OK | 21m 34s |
| /parquet/remote/compression type/=GZIP | OK | 21m 34s |
| /parquet/remote/compression type/=GZIP /outline | OK | 21m 34s |
| /parquet/remote/compression type/=LZ4 | OK | 21m 38s |
| /parquet/remote/compression type/=NONE /outline | OK | 21m 34s |
| /parquet/remote/compression type/=GZIP /outline/insert into function | OK | 7m 44s |
| /parquet/remote/compression type/=NONE /outline/insert into function | OK | 7m 44s |
| /parquet/remote/compression type/=LZ4 /outline | OK | 21m 38s |
| /parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 7m 49s |
| /parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 6m 6s |
| /parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 6m 7s |
| /parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 6m 6s |
| /parquet/remote/compression type/=NONE /outline/select from function | OK | 13m 50s |
| /parquet/remote/compression type/=GZIP /outline/select from function | OK | 13m 50s |
| /parquet/remote/compression type/=LZ4 /outline/select from function | OK | 13m 48s |
| /parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 4m 31s |
| /parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 4m 31s |
| /parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 4m 30s |
| /parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 3m 51s |
| /parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 3m 50s |
| /parquet/query/compression type/=NONE /insert into distributed table from file | OK | 3m 51s |
| /parquet/query/compression type/=LZ4 /select from memory table into file | OK | 6m 6s |
| /parquet/query/compression type/=GZIP /select from memory table into file | OK | 6m 5s |
| /parquet/query/compression type/=NONE /select from memory table into file | OK | 6m 3s |
| /parquet/chunked array | XFail | 16s 727ms |
| /parquet/broken | OK | 503ms |
| /parquet/broken/file | Skip | 10ms |
| /parquet/broken/read broken bigint | Skip | 15ms |
| /parquet/broken/read broken date | Skip | 49ms |
| /parquet/broken/read broken int | Skip | 31ms |
| /parquet/broken/read broken smallint | Skip | 13ms |
| /parquet/broken/read broken timestamp ms | Skip | 13ms |
| /parquet/broken/read broken timestamp us | Skip | 19ms |
| /parquet/broken/read broken tinyint | Skip | 19ms |
| /parquet/broken/read broken ubigint | Skip | 10ms |
| /parquet/broken/read broken uint | Skip | 45ms |
| /parquet/broken/read broken usmallint | Skip | 21ms |
| /parquet/broken/read broken utinyint | Skip | 33ms |
| /parquet/broken/string | Skip | 26ms |
| /parquet/encoding | OK | 58s 152ms |
| /parquet/encoding/deltabytearray1 | OK | 8s 662ms |
| /parquet/encoding/deltabytearray2 | OK | 7s 758ms |
| /parquet/encoding/deltalengthbytearray | OK | 7s 971ms |
| /parquet/encoding/dictionary | OK | 7s 900ms |
| /parquet/encoding/plain | OK | 8s 63ms |
| /parquet/encoding/plainrlesnappy | OK | 9s 452ms |
| /parquet/encoding/rleboolean | OK | 8s 265ms |
| /parquet/compression | OK | 2m 48s |
| /parquet/compression/arrow snappy | OK | 8s 124ms |
| /parquet/compression/brotli | OK | 8s 90ms |
| /parquet/compression/gzippages | OK | 15s 784ms |
| /parquet/compression/largegzip | OK | 8s 241ms |
| /parquet/compression/lz4 hadoop | OK | 8s 356ms |
| /parquet/compression/lz4 hadoop large | OK | 7s 937ms |
| /parquet/compression/lz4 non hadoop | OK | 7s 919ms |
| /parquet/compression/lz4 raw | OK | 8s 182ms |
| /parquet/compression/lz4 raw large | OK | 7s 861ms |
| /parquet/compression/lz4pages | OK | 15s 877ms |
| /parquet/compression/nonepages | OK | 15s 399ms |
| /parquet/compression/snappypages | OK | 16s 268ms |
| /parquet/compression/snappyplain | OK | 7s 930ms |
| /parquet/compression/snappyrle | OK | 8s 144ms |
| /parquet/compression/zstd | OK | 7s 751ms |
| /parquet/compression/zstdpages | OK | 16s 19ms |
| /parquet/datatypes | OK | 7m 43s |
| /parquet/datatypes/arrowtimestamp | OK | 7s 896ms |
| /parquet/datatypes/arrowtimestampms | OK | 7s 213ms |
| /parquet/datatypes/binary | OK | 9s 912ms |
| /parquet/datatypes/binary string | OK | 9s 574ms |
| /parquet/datatypes/blob | OK | 7s 584ms |
| /parquet/query/compression type/=NONE /select from mergetree table into file | OK | 3m 45s |
| /parquet/datatypes/boolean | OK | 6s 952ms |
| /parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 3m 47s |
| /parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 3m 44s |
| /parquet/datatypes/byte array | OK | 9s 953ms |
| /parquet/datatypes/columnname | OK | 14s 244ms |
| /parquet/datatypes/columnwithnull | OK | 7s 120ms |
| /parquet/datatypes/columnwithnull2 | OK | 7s 335ms |
| /parquet/datatypes/date | OK | 7s 247ms |
| /parquet/datatypes/decimal with filter | OK | 7s 439ms |
| /parquet/datatypes/decimalvariousfilters | OK | 7s 432ms |
| /parquet/datatypes/decimalwithfilter2 | OK | 7s 542ms |
| /parquet/datatypes/enum | OK | 7s 824ms |
| /parquet/datatypes/enum2 | OK | 7s 457ms |
| /parquet/datatypes/fixed length decimal | OK | 7s 675ms |
| /parquet/datatypes/fixed length decimal legacy | OK | 7s 571ms |
| /parquet/datatypes/fixedstring | OK | 7s 329ms |
| /parquet/datatypes/float16 | XFail | 563ms |
| /parquet/datatypes/h2oai | OK | 7s 451ms |
| /parquet/datatypes/hive | OK | 14s 942ms |
| /parquet/datatypes/int32 | OK | 7s 351ms |
| /parquet/datatypes/int32 decimal | OK | 7s 570ms |
| /parquet/datatypes/int64 | OK | 7s 512ms |
| /parquet/datatypes/int64 decimal | OK | 7s 312ms |
| /parquet/datatypes/json | OK | 7s 801ms |
| /parquet/datatypes/large string map | XFail | 8s 246ms |
| /parquet/datatypes/largedouble | OK | 7s 525ms |
| /parquet/datatypes/manydatatypes | OK | 7s 341ms |
| /parquet/datatypes/manydatatypes2 | OK | 7s 621ms |
| /parquet/datatypes/maps | OK | 7s 856ms |
| /parquet/datatypes/nameswithemoji | OK | 7s 469ms |
| /parquet/datatypes/nandouble | OK | 8s 790ms |
| /parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 3m 27s |
| /parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 3m 27s |
| /parquet/complex | OK | 2m 37s |
| /parquet/complex/arraystring | OK | 9s 516ms |
| /parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 3m 25s |
| /parquet/datatypes/negativeint64 | OK | 6s 856ms |
| /parquet/datatypes/nullbyte | OK | 17s 39ms |
| /parquet/complex/big tuple with nulls | OK | 16s 891ms |
| /parquet/datatypes/nullbytemultiple | OK | 6s 943ms |
| /parquet/complex/bytearraydictionary | OK | 7s 180ms |
| /parquet/datatypes/nullsinid | OK | 7s 151ms |
| /parquet/complex/complex null | OK | 7s 96ms |
| /parquet/datatypes/pandasdecimal | OK | 7s 377ms |
| /parquet/complex/lagemap | OK | 7s 76ms |
| /parquet/complex/largenestedarray | OK | 8s 94ms |
| /parquet/datatypes/pandasdecimaldate | OK | 7s 966ms |
| /parquet/cache | OK | 16s 158ms |
| /parquet/cache/cache1 | OK | 9s 8ms |
| /parquet/datatypes/parquetgo | OK | 7s 105ms |
| /parquet/complex/largestruct | OK | 6s 960ms |
| /parquet/cache/cache2 | OK | 7s 144ms |
| /parquet/complex/largestruct2 | OK | 7s 649ms |
| /parquet/datatypes/selectdatewithfilter | OK | 26s 260ms |
| /parquet/glob | OK | 53s 258ms |
| /parquet/glob/fastparquet globs | OK | 11s 638ms |
| /parquet/complex/largestruct3 | OK | 7s 278ms |
| /parquet/complex/list | OK | 7s 223ms |
| /parquet/glob/glob1 | OK | 2s 656ms |
| /parquet/glob/glob2 | OK | 3s 204ms |
| /parquet/complex/nested array | OK | 8s 411ms |
| /parquet/glob/glob with multiple elements | OK | 536ms |
| /parquet/glob/million extensions | OK | 35s 198ms |
| /parquet/datatypes/singlenull | OK | 7s 562ms |
| /parquet/complex/nested map | OK | 6s 935ms |
| /parquet/datatypes/sparkv21 | OK | 7s 325ms |
| /parquet/complex/nestedallcomplex | OK | 7s 256ms |
| /parquet/datatypes/sparkv22 | OK | 7s 407ms |
| /parquet/complex/nestedarray2 | OK | 7s 181ms |
| /parquet/datatypes/statdecimal | OK | 7s 136ms |
| /parquet/complex/nestedstruct | OK | 7s 184ms |
| /parquet/datatypes/string | OK | 7s 60ms |
| /parquet/rowgroups | OK | 14s 227ms |
| /parquet/rowgroups/manyrowgroups | OK | 7s 38ms |
| /parquet/complex/nestedstruct2 | OK | 6s 966ms |
| /parquet/datatypes/string int list inconsistent offset multiple batches | OK | 13s 112ms |
| /parquet/rowgroups/manyrowgroups2 | OK | 7s 186ms |
| /parquet/complex/nestedstruct3 | OK | 7s 117ms |
| /parquet/encrypted | Skip | 5ms |
| /parquet/fastparquet | OK | 72ms |
| /parquet/fastparquet/airlines | Skip | 9ms |
| /parquet/fastparquet/baz | Skip | 15ms |
| /parquet/fastparquet/empty date | Skip | 4ms |
| /parquet/fastparquet/evo | Skip | 3ms |
| /parquet/complex/nestedstruct4 | OK | 7s 205ms |
| /parquet/fastparquet/fastparquet | Skip | 2ms |
| /parquet/read and write | OK | 15m 19s |
| /parquet/read and write/read and write parquet file | OK | 15m 19s |
| /parquet/datatypes/stringtypes | OK | 7s 215ms |
| /parquet/complex/tupleofnulls | OK | 7s 53ms |
| /parquet/datatypes/struct | OK | 7s 77ms |
| /parquet/complex/tuplewithdatetime | OK | 6s 988ms |
| /parquet/datatypes/supporteduuid | OK | 6s 969ms |
| /parquet/column related errors | OK | 2s 194ms |
| /parquet/column related errors/check error with 500 columns | OK | 2s 193ms |
| /parquet/multi chunk upload | Skip | 15ms |
| /parquet/datatypes/timestamp1 | OK | 7s 101ms |
| /parquet/datatypes/timestamp2 | OK | 6s 959ms |
| /parquet/datatypes/timezone | OK | 7s 185ms |
| /parquet/datatypes/unsigned | OK | 13s 984ms |
| /parquet/datatypes/unsupportednull | OK | 275ms |
| /parquet/query/compression type/=NONE /select from distributed table into file | OK | 3m 40s |
| /parquet/query/compression type/=GZIP /select from distributed table into file | OK | 3m 41s |
| /parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 3m 41s |
| /parquet/query/compression type/=NONE /select from mat view into file | OK | 3m 20s |
| /parquet/query/compression type/=GZIP /select from mat view into file | OK | 3m 20s |
| /parquet/query/compression type/=LZ4 /select from mat view into file | OK | 3m 19s |
| /parquet/query/compression type/=NONE /insert into table with projection from file | OK | 1m 31s |
| /parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 1m 31s |
| /parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 1m 31s |
| /parquet/minio | OK | 9m 40s |
| /parquet/minio/s3 | OK | 9m 40s |
| /parquet/minio/s3/compression type | OK | 9m 40s |
| /parquet/minio/s3/compression type/=NONE | OK | 9m 39s |
| /parquet/minio/s3/compression type/=NONE /outline | OK | 9m 39s |
| /parquet/minio/s3/compression type/=NONE /outline/engine | OK | 52ms |
| /parquet/minio/s3/compression type/=NONE /outline/engine/insert into engine | Skip | 1ms |
| /parquet/minio/s3/compression type/=GZIP | OK | 9m 38s |
| /parquet/minio/s3/compression type/=GZIP /outline | OK | 9m 38s |
| /parquet/minio/s3/compression type/=GZIP /outline/engine | OK | 54ms |
| /parquet/minio/s3/compression type/=NONE /outline/engine/select from engine | Skip | 1ms |
| /parquet/minio/s3/compression type/=NONE /outline/engine/engine to file to engine | Skip | 1ms |
| /parquet/minio/s3/compression type/=LZ4 | OK | 9m 40s |
| /parquet/minio/s3/compression type/=LZ4 /outline | OK | 9m 40s |
| /parquet/minio/s3/compression type/=LZ4 /outline/engine | OK | 111ms |
| /parquet/minio/s3/compression type/=GZIP /outline/engine/insert into engine | Skip | 1ms |
| /parquet/minio/s3/compression type/=NONE /outline/engine/insert into engine from file | Skip | 1ms |
| /parquet/minio/s3/compression type/=NONE /outline/engine/engine select output to file | Skip | 1ms |
| /parquet/minio/s3/compression type/=GZIP /outline/engine/select from engine | Skip | 2ms |
| /parquet/minio/s3/compression type/=GZIP /outline/engine/engine to file to engine | Skip | 2ms |
| /parquet/minio/s3/compression type/=LZ4 /outline/engine/insert into engine | Skip | 2ms |
| /parquet/minio/s3/compression type/=LZ4 /outline/engine/select from engine | Skip | 2ms |
| /parquet/minio/s3/compression type/=LZ4 /outline/engine/engine to file to engine | Skip | 1ms |
| /parquet/minio/s3/compression type/=GZIP /outline/engine/insert into engine from file | Skip | 2ms |
| /parquet/minio/s3/compression type/=GZIP /outline/engine/engine select output to file | Skip | 2ms |
| /parquet/minio/s3/compression type/=LZ4 /outline/engine/insert into engine from file | Skip | 2ms |
| /parquet/minio/s3/compression type/=LZ4 /outline/engine/engine select output to file | Skip | 10ms |
| /parquet/minio/s3/compression type/=NONE /outline/function | OK | 9m 39s |
| /parquet/minio/s3/compression type/=NONE /outline/function/insert into function | OK | 5m 26s |
| /parquet/minio/s3/compression type/=GZIP /outline/function | OK | 9m 38s |
| /parquet/minio/s3/compression type/=NONE /outline/function/select from function manual cast types | OK | 9m 39s |
| /parquet/minio/s3/compression type/=NONE /outline/function/select from function auto cast types | OK | 4m 34s |
| /parquet/minio/s3/compression type/=GZIP /outline/function/insert into function | OK | 5m 27s |
| /parquet/minio/s3/compression type/=GZIP /outline/function/select from function manual cast types | OK | 9m 38s |
| /parquet/minio/s3/compression type/=LZ4 /outline/function | OK | 9m 40s |
| /parquet/minio/s3/compression type/=LZ4 /outline/function/insert into function | OK | 5m 27s |
| /parquet/minio/s3/compression type/=LZ4 /outline/function/select from function manual cast types | OK | 9m 40s |
| /parquet/minio/s3/compression type/=LZ4 /outline/function/select from function auto cast types | OK | 4m 34s |
| /parquet/minio/s3/compression type/=GZIP /outline/function/select from function auto cast types | OK | 4m 36s |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922