/benchmark | Error 1h 36m | ExpectTimeoutError
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/testflows/uexpect/uexpect.py", line 223, in read
d = self.queue.get(timeout=timeleft)
File "/usr/lib/python3.10/queue.py", line 179, 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.10/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.10/dist-packages/testflows/uexpect/uexpect.py", line 235, in read
raise TimeoutError(timeout)
testflows.uexpect.uexpect.TimeoutError: Timeout 0.073s
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/benchmark.py", line 171, in
regression()
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/benchmark.py", line 165, in regression
Feature(test=load("ontime_benchmark.tests.benchmark", "feature"))(
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/../ontime_benchmark/tests/benchmark.py", line 312, in feature
scenario(format=format)
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/../ontime_benchmark/tests/benchmark.py", line 262, in s3
benchmark(table_name="s3", table_settings=table_settings, format=format)
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/../ontime_benchmark/tests/benchmark.py", line 235, in benchmark
node.query(
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/../helpers/cluster.py", line 721, in query
r = self.cluster.bash(self.name)(command, *args, **kwargs)
testflows.uexpect.uexpect.ExpectTimeoutError: Timeout 1500.000s for '(bash# )\|(\n)' |
/benchmark/aws_s3 | Error 1h 36m | ExpectTimeoutError
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/testflows/uexpect/uexpect.py", line 223, in read
d = self.queue.get(timeout=timeleft)
File "/usr/lib/python3.10/queue.py", line 179, 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.10/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.10/dist-packages/testflows/uexpect/uexpect.py", line 235, in read
raise TimeoutError(timeout)
testflows.uexpect.uexpect.TimeoutError: Timeout 0.073s
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/benchmark.py", line 171, in
regression()
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/benchmark.py", line 165, in regression
Feature(test=load("ontime_benchmark.tests.benchmark", "feature"))(
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/../ontime_benchmark/tests/benchmark.py", line 312, in feature
scenario(format=format)
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/../ontime_benchmark/tests/benchmark.py", line 262, in s3
benchmark(table_name="s3", table_settings=table_settings, format=format)
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/../ontime_benchmark/tests/benchmark.py", line 235, in benchmark
node.query(
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/../helpers/cluster.py", line 721, in query
r = self.cluster.bash(self.name)(command, *args, **kwargs)
testflows.uexpect.uexpect.ExpectTimeoutError: Timeout 1500.000s for '(bash# )\|(\n)' |
/benchmark/aws_s3/queries | Error 1h 27m | ExpectTimeoutError
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/testflows/uexpect/uexpect.py", line 223, in read
d = self.queue.get(timeout=timeleft)
File "/usr/lib/python3.10/queue.py", line 179, 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.10/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.10/dist-packages/testflows/uexpect/uexpect.py", line 235, in read
raise TimeoutError(timeout)
testflows.uexpect.uexpect.TimeoutError: Timeout 0.073s
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/benchmark.py", line 171, in
regression()
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/benchmark.py", line 165, in regression
Feature(test=load("ontime_benchmark.tests.benchmark", "feature"))(
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/../ontime_benchmark/tests/benchmark.py", line 312, in feature
scenario(format=format)
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/../ontime_benchmark/tests/benchmark.py", line 262, in s3
benchmark(table_name="s3", table_settings=table_settings, format=format)
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/../ontime_benchmark/tests/benchmark.py", line 235, in benchmark
node.query(
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/../helpers/cluster.py", line 721, in query
r = self.cluster.bash(self.name)(command, *args, **kwargs)
testflows.uexpect.uexpect.ExpectTimeoutError: Timeout 1500.000s for '(bash# )\|(\n)' |
/benchmark/aws_s3/queries/s3 | Error 55m 15s | ExpectTimeoutError
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/testflows/uexpect/uexpect.py", line 223, in read
d = self.queue.get(timeout=timeleft)
File "/usr/lib/python3.10/queue.py", line 179, 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.10/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.10/dist-packages/testflows/uexpect/uexpect.py", line 235, in read
raise TimeoutError(timeout)
testflows.uexpect.uexpect.TimeoutError: Timeout 0.073s
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/benchmark.py", line 171, in
regression()
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/benchmark.py", line 165, in regression
Feature(test=load("ontime_benchmark.tests.benchmark", "feature"))(
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/../ontime_benchmark/tests/benchmark.py", line 312, in feature
scenario(format=format)
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/../ontime_benchmark/tests/benchmark.py", line 262, in s3
benchmark(table_name="s3", table_settings=table_settings, format=format)
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/../ontime_benchmark/tests/benchmark.py", line 235, in benchmark
node.query(
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/../helpers/cluster.py", line 721, in query
r = self.cluster.bash(self.name)(command, *args, **kwargs)
testflows.uexpect.uexpect.ExpectTimeoutError: Timeout 1500.000s for '(bash# )\|(\n)' |
/benchmark/aws_s3/queries/s3 tiered | Fail 5m 15s | ClickHouse server is not healthy |
/benchmark/aws_s3/queries/zero copy replication | Fail 20m 3s | AssertionError
Traceback (most recent call last):
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/benchmark.py", line 171, in
regression()
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/benchmark.py", line 165, in regression
Feature(test=load("ontime_benchmark.tests.benchmark", "feature"))(
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/../ontime_benchmark/tests/benchmark.py", line 312, in feature
scenario(format=format)
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/../ontime_benchmark/tests/benchmark.py", line 297, in zero_copy_replication
with mergetree_config(settings):
File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__
return next(self.gen)
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/../s3/tests/common.py", line 125, in add_config
check_preprocessed_config_is_updated()
File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/../s3/tests/common.py", line 58, in check_preprocessed_config_is_updated
assert exitcode == 0, error()
AssertionError: Oops! Assertion failed
The following assertion was not satisfied
assert exitcode == 0, error()
Assertion values
assert exitcode == 0, error()
^ is 1
assert exitcode == 0, error()
^ is = False
assert exitcode == 0, error()
^ is False
Where
File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/ontime_benchmark/../s3/tests/common.py', line 58 in 'check_preprocessed_config_is_updated'
50\| if settings.debug:
51\| node.command(
52\| f"cat /var/lib/clickhouse/preprocessed_configs/{config.preprocessed_name}"
53\| )
54\|
55\| if after_removal:
56\| assert exitcode == 1, error()
57\| else:
58\|> assert exitcode == 0, error()
59\|
60\| def wait_for_config_to_be_loaded(user=None):
61\| """Wait for config to be loaded.""" |