Document status - Confidential


Parquet Test Run Report

DateFeb 13, 2023 21:28
Duration28m 36s
Framework TestFlows 1.9.221228.1171522

Artifacts

Test artifacts can be found at https://gitlab.com/altinity-qa/clickhouse/cicd/release/-/jobs/3763613653/artifacts/browse

Attributes

projectaltinity-qa/clickhouse/cicd/release
project.id22089296
user.nameVitaliy Zakaznikov
user.emailvzakaznikov@protonmail.com
version22.8.13.21
repositoryhttps://github.com/Altinity/ClickHouse.git
job.id3763613653
job.urlhttps://gitlab.com/altinity-qa/clickhouse/cicd/release/-/jobs/3763613653
nodeclickhouse1
localTrue
clickhouse_versionNone
clickhouse_binary_path/usr/bin/clickhouse
stressFalse
storages['minio', 'aws_s3']
minio_urihttp://minio1:9001
minio_root_userminio
minio_root_passwordminio123
aws_s3_bucketNone
aws_s3_regionNone
aws_s3_key_idNone
aws_s3_access_keyNone
gcs_uriNone
gcs_key_idNone
gcs_key_secretNone

Tags

altinity-docker-runner

Summary

90.9%OK
<1%Fail
8.3%Error

Statistics

Units OK Fail Error
Modules
1
1
Suites
11
10
1
Features
7
6
1
Scenarios
89
83
6
Examples
24
21
3
Steps
299583
299567
1
15

Fails

Test NameResultMessage
/parquetFail 28m 36s
AWS S3 access key needs to be set
/parquet/postgresqlError 1m 31s
OSError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../parquet/tests/postgresql.py", line 185, in feature
    Scenario(run=postgresql_engine_to_parquet_file_to_postgresql_engine)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../parquet/tests/postgresql.py", line 30, in postgresql_engine_to_parquet_file_to_postgresql_engine
    postgresql_node.command(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 127, in command
    return self.cluster.command(self.name, *args, **kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 1233, in command
    bash = self.bash(node)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 1003, in bash
    self._bash[id]("echo 1")
OSError: [Errno 5] Input/output error
/parquet/postgresql/compression_type='NONE'Error 30s 411ms
OSError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../parquet/tests/postgresql.py", line 185, in feature
    Scenario(run=postgresql_engine_to_parquet_file_to_postgresql_engine)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../parquet/tests/postgresql.py", line 30, in postgresql_engine_to_parquet_file_to_postgresql_engine
    postgresql_node.command(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 127, in command
    return self.cluster.command(self.name, *args, **kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 1233, in command
    bash = self.bash(node)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 1003, in bash
    self._bash[id]("echo 1")
OSError: [Errno 5] Input/output error
/parquet/postgresql/compression_type='NONE'/postgresql engine to parquet file to postgresql engineError 380ms
OSError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../parquet/tests/postgresql.py", line 185, in feature
    Scenario(run=postgresql_engine_to_parquet_file_to_postgresql_engine)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../parquet/tests/postgresql.py", line 30, in postgresql_engine_to_parquet_file_to_postgresql_engine
    postgresql_node.command(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 127, in command
    return self.cluster.command(self.name, *args, **kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 1233, in command
    bash = self.bash(node)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 1003, in bash
    self._bash[id]("echo 1")
OSError: [Errno 5] Input/output error
/parquet/postgresql/compression_type='NONE'/postgresql function to parquet file to postgresql functionError 30s 30ms
ExpectTimeoutError
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/testflows/uexpect/uexpect.py", line 223, in read
    d = self.queue.get(timeout=timeleft)
  File "/usr/lib/python3.8/queue.py", line 178, in get
    raise Empty
_queue.Empty

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/testflows/uexpect/uexpect.py", line 187, in expect
    data = self.read(timeout=min(timeleft, 0.1), raise_exception=True)
  File "/usr/local/lib/python3.8/dist-packages/testflows/uexpect/uexpect.py", line 235, in read
    raise TimeoutError(timeout)
testflows.uexpect.uexpect.TimeoutError: Timeout 0.044s

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../parquet/tests/postgresql.py", line 186, in feature
    Scenario(run=postgresql_function_to_parquet_file_to_postgresql_function)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../parquet/tests/postgresql.py", line 108, in postgresql_function_to_parquet_file_to_postgresql_function
    postgresql_node.command(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 127, in command
    return self.cluster.command(self.name, *args, **kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 1235, in command
    r = bash(command, *args, **kwargs)
testflows.uexpect.uexpect.ExpectTimeoutError: Timeout 30.000s for '[#\\$] ' buffer 'Error response from daemon: Container 3d2f663930c96879ed0288c8ead0f2f4dc00e3c5143944759b1e5404c2ce6eed is restarting, wait until the container is running\r\n' or '45,72,72,6f,72,20,72,65,73,70,6f,6e,73,65,20,66,72,6f,6d,20,64,61,65,6d,6f,6e,3a,20,43,6f,6e,74,61,69,6e,65,72,20,33,64,32,66,36,36,33,39,33,30,63,39,36,38,37,39,65,64,30,32,38,38,63,38,65,61,64,30,66,32,66,34,64,63,30,30,65,33,63,35,31,34,33,39,34,34,37,35,39,62,31,65,35,34,30,34,63,32,63,65,36,65,65,64,20,69,73,20,72,65,73,74,61,72,74,69,6e,67,2c,20,77,61,69,74,20,75,6e,74,69,6c,20,74,68,65,20,63,6f,6e,74,61,69,6e,65,72,20,69,73,20,72,75,6e,6e,69,6e,67,d,a'
/parquet/postgresql/compression_type='GZIP'Error 30s 394ms
OSError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../parquet/tests/postgresql.py", line 185, in feature
    Scenario(run=postgresql_engine_to_parquet_file_to_postgresql_engine)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../parquet/tests/postgresql.py", line 30, in postgresql_engine_to_parquet_file_to_postgresql_engine
    postgresql_node.command(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 127, in command
    return self.cluster.command(self.name, *args, **kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 1233, in command
    bash = self.bash(node)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 1003, in bash
    self._bash[id]("echo 1")
OSError: [Errno 5] Input/output error
/parquet/postgresql/compression_type='GZIP'/postgresql engine to parquet file to postgresql engineError 369ms
OSError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../parquet/tests/postgresql.py", line 185, in feature
    Scenario(run=postgresql_engine_to_parquet_file_to_postgresql_engine)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../parquet/tests/postgresql.py", line 30, in postgresql_engine_to_parquet_file_to_postgresql_engine
    postgresql_node.command(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 127, in command
    return self.cluster.command(self.name, *args, **kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 1233, in command
    bash = self.bash(node)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 1003, in bash
    self._bash[id]("echo 1")
OSError: [Errno 5] Input/output error
/parquet/postgresql/compression_type='GZIP'/postgresql function to parquet file to postgresql functionError 30s 23ms
ExpectTimeoutError
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/testflows/uexpect/uexpect.py", line 223, in read
    d = self.queue.get(timeout=timeleft)
  File "/usr/lib/python3.8/queue.py", line 178, in get
    raise Empty
_queue.Empty

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/testflows/uexpect/uexpect.py", line 187, in expect
    data = self.read(timeout=min(timeleft, 0.1), raise_exception=True)
  File "/usr/local/lib/python3.8/dist-packages/testflows/uexpect/uexpect.py", line 235, in read
    raise TimeoutError(timeout)
testflows.uexpect.uexpect.TimeoutError: Timeout 0.054s

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../parquet/tests/postgresql.py", line 186, in feature
    Scenario(run=postgresql_function_to_parquet_file_to_postgresql_function)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../parquet/tests/postgresql.py", line 108, in postgresql_function_to_parquet_file_to_postgresql_function
    postgresql_node.command(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 127, in command
    return self.cluster.command(self.name, *args, **kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 1235, in command
    r = bash(command, *args, **kwargs)
testflows.uexpect.uexpect.ExpectTimeoutError: Timeout 30.000s for '[#\\$] ' buffer 'Error response from daemon: Container 3d2f663930c96879ed0288c8ead0f2f4dc00e3c5143944759b1e5404c2ce6eed is restarting, wait until the container is running\r\n' or '45,72,72,6f,72,20,72,65,73,70,6f,6e,73,65,20,66,72,6f,6d,20,64,61,65,6d,6f,6e,3a,20,43,6f,6e,74,61,69,6e,65,72,20,33,64,32,66,36,36,33,39,33,30,63,39,36,38,37,39,65,64,30,32,38,38,63,38,65,61,64,30,66,32,66,34,64,63,30,30,65,33,63,35,31,34,33,39,34,34,37,35,39,62,31,65,35,34,30,34,63,32,63,65,36,65,65,64,20,69,73,20,72,65,73,74,61,72,74,69,6e,67,2c,20,77,61,69,74,20,75,6e,74,69,6c,20,74,68,65,20,63,6f,6e,74,61,69,6e,65,72,20,69,73,20,72,75,6e,6e,69,6e,67,d,a'
/parquet/postgresql/compression_type='LZ4'Error 30s 377ms
OSError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../parquet/tests/postgresql.py", line 185, in feature
    Scenario(run=postgresql_engine_to_parquet_file_to_postgresql_engine)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../parquet/tests/postgresql.py", line 30, in postgresql_engine_to_parquet_file_to_postgresql_engine
    postgresql_node.command(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 127, in command
    return self.cluster.command(self.name, *args, **kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 1233, in command
    bash = self.bash(node)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 1003, in bash
    self._bash[id]("echo 1")
OSError: [Errno 5] Input/output error
/parquet/postgresql/compression_type='LZ4'/postgresql engine to parquet file to postgresql engineError 365ms
OSError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../parquet/tests/postgresql.py", line 185, in feature
    Scenario(run=postgresql_engine_to_parquet_file_to_postgresql_engine)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../parquet/tests/postgresql.py", line 30, in postgresql_engine_to_parquet_file_to_postgresql_engine
    postgresql_node.command(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 127, in command
    return self.cluster.command(self.name, *args, **kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 1233, in command
    bash = self.bash(node)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 1003, in bash
    self._bash[id]("echo 1")
OSError: [Errno 5] Input/output error
/parquet/postgresql/compression_type='LZ4'/postgresql function to parquet file to postgresql functionError 30s 11ms
ExpectTimeoutError
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/testflows/uexpect/uexpect.py", line 223, in read
    d = self.queue.get(timeout=timeleft)
  File "/usr/lib/python3.8/queue.py", line 178, in get
    raise Empty
_queue.Empty

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/testflows/uexpect/uexpect.py", line 187, in expect
    data = self.read(timeout=min(timeleft, 0.1), raise_exception=True)
  File "/usr/local/lib/python3.8/dist-packages/testflows/uexpect/uexpect.py", line 235, in read
    raise TimeoutError(timeout)
testflows.uexpect.uexpect.TimeoutError: Timeout 0.085s

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../parquet/tests/postgresql.py", line 186, in feature
    Scenario(run=postgresql_function_to_parquet_file_to_postgresql_function)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../parquet/tests/postgresql.py", line 108, in postgresql_function_to_parquet_file_to_postgresql_function
    postgresql_node.command(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 127, in command
    return self.cluster.command(self.name, *args, **kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/parquet/../helpers/cluster.py", line 1235, in command
    r = bash(command, *args, **kwargs)
testflows.uexpect.uexpect.ExpectTimeoutError: Timeout 30.000s for '[#\\$] ' buffer 'Error response from daemon: Container 3d2f663930c96879ed0288c8ead0f2f4dc00e3c5143944759b1e5404c2ce6eed is restarting, wait until the container is running\r\n' or '45,72,72,6f,72,20,72,65,73,70,6f,6e,73,65,20,66,72,6f,6d,20,64,61,65,6d,6f,6e,3a,20,43,6f,6e,74,61,69,6e,65,72,20,33,64,32,66,36,36,33,39,33,30,63,39,36,38,37,39,65,64,30,32,38,38,63,38,65,61,64,30,66,32,66,34,64,63,30,30,65,33,63,35,31,34,33,39,34,34,37,35,39,62,31,65,35,34,30,34,63,32,63,65,36,65,65,64,20,69,73,20,72,65,73,74,61,72,74,69,6e,67,2c,20,77,61,69,74,20,75,6e,74,69,6c,20,74,68,65,20,63,6f,6e,74,61,69,6e,65,72,20,69,73,20,72,75,6e,6e,69,6e,67,d,a'

Results

Test Name Result Duration
/parquet Fail 28m 36s
/parquet/file OK 10m 23s
/parquet/file/engine OK 5m 55s
/parquet/file/engine/insert into engine OK 41s 688ms
/parquet/query OK 16m 21s
/parquet/query/compression_type='NONE' OK 5m 41s
/parquet/query/compression_type='NONE'/insert into memory table from file OK 25s 242ms
/parquet/query/compression_type='NONE'/insert into mergetree table from file OK 26s 149ms
/parquet/file/engine/select from engine OK 26s 376ms
/parquet/query/compression_type='NONE'/insert into replicated mergetree table from file OK 24s 179ms
/parquet/file/engine/engine to file to engine OK 1m 26s
/parquet/query/compression_type='NONE'/insert into distributed table from file OK 27s 984ms
/parquet/query/compression_type='NONE'/select from memory table into file OK 45s 879ms
/parquet/query/compression_type='NONE'/select from mergetree table into file OK 43s 941ms
/parquet/file/engine/insert into engine from file OK 1m 18s
/parquet/query/compression_type='NONE'/select from replicated mergetree table into file OK 42s 525ms
/parquet/file/engine/engine select output to file OK 2m 2s
/parquet/query/compression_type='NONE'/select from distributed table into file OK 41s 592ms
/parquet/query/compression_type='NONE'/select from mat view into file OK 39s 54ms
/parquet/query/compression_type='NONE'/insert into table with projection from file OK 25s 417ms
/parquet/query/compression_type='GZIP' OK 5m 36s
/parquet/query/compression_type='GZIP'/insert into memory table from file OK 23s 846ms
/parquet/file/function OK 4m 28s
/parquet/file/function/insert into function manual cast types OK 35s 491ms
/parquet/query/compression_type='GZIP'/insert into mergetree table from file OK 24s 460ms
/parquet/query/compression_type='GZIP'/insert into replicated mergetree table from file OK 25s 118ms
/parquet/file/function/insert into function auto cast types OK 36s 755ms
/parquet/query/compression_type='GZIP'/insert into distributed table from file OK 24s 502ms
/parquet/file/function/select from function manual cast types OK 2m 50s
/parquet/query/compression_type='GZIP'/select from memory table into file OK 40s 570ms
/parquet/query/compression_type='GZIP'/select from mergetree table into file OK 41s 651ms
/parquet/query/compression_type='GZIP'/select from replicated mergetree table into file OK 40s 384ms
/parquet/query/compression_type='GZIP'/select from distributed table into file OK 42s 755ms
/parquet/file/function/select from function auto cast types OK 26s 6ms
/parquet/query/compression_type='GZIP'/select from mat view into file OK 48s 741ms
/parquet/list in multiple chunks OK 16s 444ms
/parquet/url OK 15m 59s
/parquet/url/engine OK 7m 14s
/parquet/url/engine/insert into engine OK 42s 48ms
/parquet/query/compression_type='GZIP'/insert into table with projection from file OK 24s 900ms
/parquet/query/compression_type='LZ4' OK 5m 2s
/parquet/query/compression_type='LZ4'/insert into memory table from file OK 22s 795ms
/parquet/url/engine/select from engine OK 27s 509ms
/parquet/query/compression_type='LZ4'/insert into mergetree table from file OK 24s 841ms
/parquet/url/engine/engine to file to engine OK 1m 33s
/parquet/query/compression_type='LZ4'/insert into replicated mergetree table from file OK 28s 287ms
/parquet/query/compression_type='LZ4'/insert into distributed table from file OK 26s 549ms
/parquet/query/compression_type='LZ4'/select from memory table into file OK 40s 123ms
/parquet/url/engine/insert into engine from file OK 2m 59s
/parquet/query/compression_type='LZ4'/select from mergetree table into file OK 36s 288ms
/parquet/query/compression_type='LZ4'/select from replicated mergetree table into file OK 36s 596ms
/parquet/query/compression_type='LZ4'/select from distributed table into file OK 37s 128ms
/parquet/query/compression_type='LZ4'/select from mat view into file OK 30s 515ms
/parquet/query/compression_type='LZ4'/insert into table with projection from file OK 19s 471ms
/parquet/mysql OK 16s 610ms
/parquet/mysql/compression_type='NONE' OK 4s 952ms
/parquet/mysql/compression_type='NONE'/mysql engine to parquet file to mysql engine OK 2s 851ms
/parquet/url/engine/engine select output to file OK 1m 32s
/parquet/mysql/compression_type='NONE'/mysql function to parquet file to mysql function OK 2s 100ms
/parquet/mysql/compression_type='GZIP' OK 6s 396ms
/parquet/mysql/compression_type='GZIP'/mysql engine to parquet file to mysql engine OK 2s 336ms
/parquet/mysql/compression_type='GZIP'/mysql function to parquet file to mysql function OK 4s 60ms
/parquet/mysql/compression_type='LZ4' OK 5s 260ms
/parquet/mysql/compression_type='LZ4'/mysql engine to parquet file to mysql engine OK 2s 740ms
/parquet/mysql/compression_type='LZ4'/mysql function to parquet file to mysql function OK 2s 518ms
/parquet/postgresql Error 1m 31s
/parquet/postgresql/compression_type='NONE' Error 30s 411ms
/parquet/postgresql/compression_type='NONE'/postgresql engine to parquet file to postgresql engine Error 380ms
/parquet/postgresql/compression_type='NONE'/postgresql function to parquet file to postgresql function Error 30s 30ms
/parquet/postgresql/compression_type='GZIP' Error 30s 394ms
/parquet/postgresql/compression_type='GZIP'/postgresql engine to parquet file to postgresql engine Error 369ms
/parquet/postgresql/compression_type='GZIP'/postgresql function to parquet file to postgresql function Error 30s 23ms
/parquet/postgresql/compression_type='LZ4' Error 30s 377ms
/parquet/postgresql/compression_type='LZ4'/postgresql engine to parquet file to postgresql engine Error 365ms
/parquet/postgresql/compression_type='LZ4'/postgresql function to parquet file to postgresql function Error 30s 11ms
/parquet/url/function OK 8m 13s
/parquet/url/function/insert into function OK 34s 867ms
/parquet/remote OK 2m 32s
/parquet/remote/compression_type='NONE' OK 53s 66ms
/parquet/remote/compression_type='NONE'/insert into function OK 23s 11ms
/parquet/url/function/select from function manual cast types OK 6m 41s
/parquet/remote/compression_type='NONE'/select from function OK 30s 54ms
/parquet/remote/compression_type='GZIP' OK 49s 708ms
/parquet/remote/compression_type='GZIP'/insert into function OK 19s 294ms
/parquet/remote/compression_type='GZIP'/select from function OK 30s 412ms
/parquet/remote/compression_type='LZ4' OK 49s 672ms
/parquet/remote/compression_type='LZ4'/insert into function OK 19s 457ms
/parquet/remote/compression_type='LZ4'/select from function OK 30s 214ms
/parquet/url/function/select from function auto cast types OK 57s 455ms

Generated by TestFlows Open-Source Test Framework v1.9.221228.1171522