Parquet Test Run Report

DateJun 09, 2025 5:07
Duration29m 55s
Framework TestFlows 2.0.250110.1002922

Artifacts

Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#847/1cf050ff7b7bdada692f2920d8ea5c692e172a1b/regression/x86_64/with_analyzer/zookeeper/without_thread_fuzzer/parquet/

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/PRs/847/1cf050ff7b7bdada692f2920d8ea5c692e172a1b/package_release/clickhouse-common-static_24.8.14.10041.altinitytest_amd64.deb
version24.8.14.10041.altinitytest
user.namezvonand
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hashf9e29772f4d261b82c23189d89038eb7ba027865
job.nameParquet
job.retry1
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/15526460489
archx86_64
localTrue
clickhouse_versionNone
clickhouse_pathhttps://s3.amazonaws.com/altinity-build-artifacts/PRs/847/1cf050ff7b7bdada692f2920d8ea5c692e172a1b/package_release/clickhouse-common-static_24.8.14.10041.altinitytest_amd64.deb
as_binaryFalse
base_osNone
keeper_pathNone
zookeeper_versionNone
use_keeperFalse
stressFalse
collect_service_logsTrue
thread_fuzzerFalse
with_analyzerTrue
reuse_envFalse
storagesNone
minio_uriSecret(name='minio_uri')
minio_root_userSecret(name='minio_root_user')
minio_root_passwordSecret(name='minio_root_password')
aws_s3_bucketNone
aws_s3_regionSecret(name='aws_s3_region')
aws_s3_key_idSecret(name='aws_s3_key_id')
aws_s3_access_keySecret(name='aws_s3_access_key')
gcs_uriNone
gcs_key_idNone
gcs_key_secretNone
azure_account_nameNone
azure_storage_keyNone
azure_containerNone
native_parquet_readerFalse
stress_bloomFalse

Summary

100%OK
<1%Known

Statistics

Units Skip OK Fail XFail
Modules
1
1
Suites
2
2
Features
39
2
36
1
Scenarios
217
19
194
4
Checks
59674
59674
Examples
12
12
Steps
379252
35
377070
17
2130

Known Fails

Test NameResultMessage
/parquet/postgresql/compression type/=NONE /postgresql engine to parquet file to postgresql engineXFail 15s 20ms
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 engineXFail 14s 481ms
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 engineXFail 14s 109ms
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/chunked arrayXFail 12s 38ms
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.8.14.10041.altinitytest (altinity build))
(query: INSERT INTO table_d55e15da_44f1_11f0_b3ca_9600045c52c1 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/large string mapXFail 5s 742ms
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.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_04975701_44f2_11f0_a9f4_9600045c52c1
            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\|

Results

Test Name Result Duration
/parquet OK 29m 55s
/parquet/file OK 16m 57s
/parquet/file/engine OK 16m 57s
/parquet/file/engine/insert into engine OK 10m 46s
/parquet/file/function OK 8m 28s
/parquet/file/engine/select from engine OK 4m 53s
/parquet/query OK 22m 40s
/parquet/query/compression type OK 22m 40s
/parquet/file/function/insert into function manual cast types OK 8m 18s
/parquet/query/compression type/=NONE OK 22m 37s
/parquet/query/compression type/=NONE /insert into memory table from file OK 4m 43s
/parquet/query/compression type/=GZIP OK 22m 40s
/parquet/query/compression type/=GZIP /insert into memory table from file OK 4m 44s
/parquet/file/function/insert into function auto cast types OK 8m 28s
/parquet/file/engine/engine to file to engine OK 14m 42s
/parquet/file/engine/insert into engine from file OK 10m 26s
/parquet/query/compression type/=LZ4 OK 22m 39s
/parquet/query/compression type/=LZ4 /insert into memory table from file OK 4m 46s
/parquet/file/function/select from function manual cast types OK 5m 19s
/parquet/file/engine/engine select output to file OK 16m 57s
/parquet/list in multiple chunks OK 17s 758ms
/parquet/file/function/select from function auto cast types OK 4m 54s
/parquet/url OK 17m 45s
/parquet/url/engine OK 17m 5s
/parquet/url/function OK 8m 52s
/parquet/url/function/insert into function OK 8m 14s
/parquet/url/function/select from function manual cast types OK 8m 52s
/parquet/url/engine/insert into engine OK 10m 56s
/parquet/url/function/select from function auto cast types OK 8m 3s
/parquet/url/engine/select from engine OK 4m 52s
/parquet/url/engine/engine to file to engine OK 14m 48s
/parquet/url/engine/insert into engine from file OK 14m 13s
/parquet/url/engine/engine select output to file OK 17m 5s
/parquet/mysql OK 31s 881ms
/parquet/mysql/compression type OK 31s 741ms
/parquet/mysql/compression type/=NONE OK 31s 715ms
/parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine OK 19s 338ms
/parquet/mysql/compression type/=GZIP OK 31s 702ms
/parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine OK 20s 6ms
/parquet/mysql/compression type/=LZ4 OK 31s 693ms
/parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine OK 19s 607ms
/parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function OK 12s 351ms
/parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function OK 11s 997ms
/parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function OK 11s 668ms
/parquet/postgresql OK 28s 592ms
/parquet/postgresql/compression type OK 28s 475ms
/parquet/postgresql/compression type/=NONE OK 28s 400ms
/parquet/postgresql/compression type/=GZIP OK 27s 46ms
/parquet/postgresql/compression type/=LZ4 OK 27s 141ms
/parquet/postgresql/compression type/=NONE /postgresql engine to parquet file to postgresql engine XFail 15s 20ms
/parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine XFail 14s 481ms
/parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine XFail 14s 109ms
/parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function OK 12s 934ms
/parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function OK 12s 423ms
/parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function OK 13s 251ms
/parquet/remote OK 11m 23s
/parquet/remote/compression type OK 11m 23s
/parquet/remote/compression type/=NONE OK 11m 21s
/parquet/remote/compression type/=GZIP OK 11m 22s
/parquet/remote/compression type/=LZ4 OK 11m 21s
/parquet/remote/compression type/=NONE /outline OK 11m 21s
/parquet/remote/compression type/=GZIP /outline OK 11m 22s
/parquet/remote/compression type/=LZ4 /outline OK 11m 21s
/parquet/remote/compression type/=GZIP /outline/insert into function OK 4m 28s
/parquet/remote/compression type/=NONE /outline/insert into function OK 4m 28s
/parquet/remote/compression type/=LZ4 /outline/insert into function OK 4m 28s
/parquet/query/compression type/=NONE /insert into mergetree table from file OK 3m 12s
/parquet/query/compression type/=GZIP /insert into mergetree table from file OK 3m 13s
/parquet/query/compression type/=LZ4 /insert into mergetree table from file OK 3m 12s
/parquet/remote/compression type/=GZIP /outline/select from function OK 6m 54s
/parquet/remote/compression type/=NONE /outline/select from function OK 6m 53s
/parquet/remote/compression type/=LZ4 /outline/select from function OK 6m 52s
/parquet/query/compression type/=NONE /insert into replicated mergetree table from file OK 2m 21s
/parquet/query/compression type/=GZIP /insert into replicated mergetree table from file OK 2m 20s
/parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file OK 2m 21s
/parquet/query/compression type/=NONE /insert into distributed table from file OK 1m 47s
/parquet/query/compression type/=GZIP /insert into distributed table from file OK 1m 48s
/parquet/query/compression type/=LZ4 /insert into distributed table from file OK 1m 45s
/parquet/query/compression type/=NONE /select from memory table into file OK 3m 0s
/parquet/query/compression type/=GZIP /select from memory table into file OK 3m 0s
/parquet/query/compression type/=LZ4 /select from memory table into file OK 2m 59s
/parquet/chunked array XFail 12s 38ms
/parquet/broken OK 213ms
/parquet/broken/file Skip 11ms
/parquet/broken/read broken bigint Skip 6ms
/parquet/broken/read broken date Skip 7ms
/parquet/broken/read broken int Skip 6ms
/parquet/broken/read broken smallint Skip 14ms
/parquet/broken/read broken timestamp ms Skip 8ms
/parquet/broken/read broken timestamp us Skip 6ms
/parquet/broken/read broken tinyint Skip 7ms
/parquet/broken/read broken ubigint Skip 8ms
/parquet/broken/read broken uint Skip 6ms
/parquet/broken/read broken usmallint Skip 7ms
/parquet/broken/read broken utinyint Skip 8ms
/parquet/broken/string Skip 8ms
/parquet/encoding OK 10s 70ms
/parquet/encoding/deltabytearray1 OK 1s 287ms
/parquet/encoding/deltabytearray2 OK 1s 328ms
/parquet/encoding/deltalengthbytearray OK 1s 58ms
/parquet/encoding/dictionary OK 1s 335ms
/parquet/encoding/plain OK 1s 56ms
/parquet/encoding/plainrlesnappy OK 2s 708ms
/parquet/encoding/rleboolean OK 1s 262ms
/parquet/compression OK 24s 533ms
/parquet/compression/arrow snappy OK 1s 122ms
/parquet/compression/brotli OK 1s 297ms
/parquet/compression/gzippages OK 2s 183ms
/parquet/compression/largegzip OK 1s 129ms
/parquet/compression/lz4 hadoop OK 1s 191ms
/parquet/compression/lz4 hadoop large OK 982ms
/parquet/compression/lz4 non hadoop OK 981ms
/parquet/compression/lz4 raw OK 1s 240ms
/parquet/compression/lz4 raw large OK 1s 171ms
/parquet/compression/lz4pages OK 2s 408ms
/parquet/compression/nonepages OK 2s 248ms
/parquet/compression/snappypages OK 2s 411ms
/parquet/compression/snappyplain OK 1s 264ms
/parquet/compression/snappyrle OK 1s 59ms
/parquet/compression/zstd OK 1s 268ms
/parquet/compression/zstdpages OK 2s 515ms
/parquet/datatypes OK 1m 40s
/parquet/datatypes/arrowtimestamp OK 1s 26ms
/parquet/datatypes/arrowtimestampms OK 1s 338ms
/parquet/datatypes/binary OK 1s 2ms
/parquet/datatypes/binary string OK 1s 345ms
/parquet/datatypes/blob OK 1s 22ms
/parquet/datatypes/boolean OK 1s 195ms
/parquet/datatypes/byte array OK 1s 133ms
/parquet/datatypes/columnname OK 947ms
/parquet/datatypes/columnwithnull OK 1s 469ms
/parquet/datatypes/columnwithnull2 OK 1s 100ms
/parquet/datatypes/date OK 1s 385ms
/parquet/datatypes/decimal with filter OK 1s 127ms
/parquet/datatypes/decimalvariousfilters OK 1s 304ms
/parquet/datatypes/decimalwithfilter2 OK 1s 72ms
/parquet/datatypes/enum OK 1s 606ms
/parquet/datatypes/enum2 OK 997ms
/parquet/datatypes/fixed length decimal OK 1s 241ms
/parquet/datatypes/fixed length decimal legacy OK 989ms
/parquet/datatypes/fixedstring OK 916ms
/parquet/datatypes/float16 Skip 6ms
/parquet/datatypes/h2oai OK 1s 391ms
/parquet/datatypes/hive OK 2s 432ms
/parquet/datatypes/int32 OK 1s 156ms
/parquet/datatypes/int32 decimal OK 1s 391ms
/parquet/datatypes/int64 OK 1s 69ms
/parquet/datatypes/int64 decimal OK 1s 315ms
/parquet/datatypes/json OK 1s 219ms
/parquet/datatypes/large string map XFail 5s 742ms
/parquet/datatypes/largedouble OK 1s 463ms
/parquet/datatypes/manydatatypes OK 1s 50ms
/parquet/datatypes/manydatatypes2 OK 1s 553ms
/parquet/datatypes/maps OK 1s 114ms
/parquet/datatypes/nameswithemoji OK 1s 177ms
/parquet/datatypes/nandouble OK 1s 250ms
/parquet/datatypes/negativeint64 OK 1s 657ms
/parquet/datatypes/nullbyte OK 1s 280ms
/parquet/datatypes/nullbytemultiple OK 1s 142ms
/parquet/datatypes/nullsinid OK 1s 436ms
/parquet/datatypes/pandasdecimal OK 1s 11ms
/parquet/datatypes/pandasdecimaldate OK 1s 77ms
/parquet/datatypes/parquetgo OK 1s 217ms
/parquet/datatypes/selectdatewithfilter OK 27s 197ms
/parquet/datatypes/singlenull OK 798ms
/parquet/datatypes/sparkv21 OK 882ms
/parquet/datatypes/sparkv22 OK 1s 63ms
/parquet/datatypes/statdecimal OK 1s 828ms
/parquet/datatypes/string OK 1s 267ms
/parquet/datatypes/string int list inconsistent offset multiple batches OK 4s 719ms
/parquet/datatypes/stringtypes OK 1s 4ms
/parquet/datatypes/struct OK 728ms
/parquet/datatypes/supporteduuid OK 1s 333ms
/parquet/datatypes/timestamp1 OK 885ms
/parquet/datatypes/timestamp2 OK 1s 31ms
/parquet/datatypes/timezone OK 1s 271ms
/parquet/query/compression type/=NONE /select from mergetree table into file OK 1m 49s
/parquet/query/compression type/=LZ4 /select from mergetree table into file OK 1m 50s
/parquet/query/compression type/=GZIP /select from mergetree table into file OK 1m 49s
/parquet/datatypes/unsigned OK 1s 466ms
/parquet/datatypes/unsupportednull OK 124ms
/parquet/complex OK 19s 723ms
/parquet/complex/arraystring OK 678ms
/parquet/complex/big tuple with nulls OK 2s 190ms
/parquet/complex/bytearraydictionary OK 1s 45ms
/parquet/complex/complex null OK 953ms
/parquet/complex/lagemap OK 1s 110ms
/parquet/complex/largenestedarray OK 932ms
/parquet/complex/largestruct OK 898ms
/parquet/complex/largestruct2 OK 1s 51ms
/parquet/complex/largestruct3 OK 879ms
/parquet/complex/list OK 1s 54ms
/parquet/complex/nested array OK 820ms
/parquet/complex/nested map OK 908ms
/parquet/complex/nestedallcomplex OK 960ms
/parquet/complex/nestedarray2 OK 920ms
/parquet/complex/nestedstruct OK 828ms
/parquet/complex/nestedstruct2 OK 822ms
/parquet/complex/nestedstruct3 OK 772ms
/parquet/complex/nestedstruct4 OK 1s 89ms
/parquet/complex/tupleofnulls OK 946ms
/parquet/complex/tuplewithdatetime OK 852ms
/parquet/cache OK 1s 697ms
/parquet/cache/cache1 OK 749ms
/parquet/cache/cache2 OK 947ms
/parquet/glob OK 21s 349ms
/parquet/glob/fastparquet globs OK 1s 550ms
/parquet/glob/glob1 OK 1s 145ms
/parquet/glob/glob2 OK 1s 491ms
/parquet/glob/glob with multiple elements OK 274ms
/parquet/glob/million extensions OK 16s 885ms
/parquet/rowgroups OK 1s 853ms
/parquet/rowgroups/manyrowgroups OK 985ms
/parquet/rowgroups/manyrowgroups2 OK 865ms
/parquet/encrypted Skip 5ms
/parquet/fastparquet OK 30ms
/parquet/fastparquet/airlines Skip 3ms
/parquet/fastparquet/baz Skip 2ms
/parquet/fastparquet/empty date Skip 1ms
/parquet/fastparquet/evo Skip 2ms
/parquet/fastparquet/fastparquet Skip 2ms
/parquet/read and write OK 9m 59s
/parquet/read and write/read and write parquet file OK 9m 59s
/parquet/query/compression type/=NONE /select from replicated mergetree table into file OK 1m 41s
/parquet/query/compression type/=GZIP /select from replicated mergetree table into file OK 1m 42s
/parquet/query/compression type/=LZ4 /select from replicated mergetree table into file OK 1m 40s
/parquet/column related errors OK 1s 184ms
/parquet/column related errors/check error with 500 columns OK 1s 182ms
/parquet/multi chunk upload Skip 1ms
/parquet/query/compression type/=NONE /select from distributed table into file OK 1m 46s
/parquet/query/compression type/=LZ4 /select from distributed table into file OK 1m 47s
/parquet/query/compression type/=GZIP /select from distributed table into file OK 1m 46s
/parquet/query/compression type/=NONE /select from mat view into file OK 1m 34s
/parquet/query/compression type/=LZ4 /select from mat view into file OK 1m 36s
/parquet/query/compression type/=GZIP /select from mat view into file OK 1m 39s
/parquet/query/compression type/=NONE /insert into table with projection from file OK 40s 154ms
/parquet/query/compression type/=LZ4 /insert into table with projection from file OK 38s 914ms
/parquet/query/compression type/=GZIP /insert into table with projection from file OK 36s 526ms

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922