From 9c74e77d5255779a9643875306dabc16fa510b14 Mon Sep 17 00:00:00 2001 From: Julia Kartseva Date: Thu, 19 Sep 2024 03:13:56 +0000 Subject: [PATCH] stress.py --- tests/ci/stress.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/ci/stress.py b/tests/ci/stress.py index a3cdd8b3d6f..b4b43c0b1eb 100755 --- a/tests/ci/stress.py +++ b/tests/ci/stress.py @@ -141,7 +141,8 @@ def call_with_retry(query: str, timeout: int = 30, retry_count: int = 5) -> None def make_query_command(query: str) -> str: return ( f'clickhouse client -q "{query}" --max_untracked_memory=1Gi ' - "--memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000" + "--memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 " + "--enable-progress-table-toggle=0" )