From 45c57c3ea584509354e0cb70c6b2348c89016a71 Mon Sep 17 00:00:00 2001 From: strtgbb <146047128+strtgbb@users.noreply.github.com> Date: Thu, 8 May 2025 14:41:38 -0400 Subject: [PATCH] Try to avoid stress test errors that may be related to running out of resources, re-enable azurite --- tests/docker_scripts/stress_runner.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/docker_scripts/stress_runner.sh b/tests/docker_scripts/stress_runner.sh index 09d03de475d7..fbf7ca6ea74a 100755 --- a/tests/docker_scripts/stress_runner.sh +++ b/tests/docker_scripts/stress_runner.sh @@ -53,10 +53,17 @@ export ZOOKEEPER_FAULT_INJECTION=1 # available for dump via clickhouse-local configure +# NOTE(strtgbb): Our azure_storage_conf.xml is still expecting azurite +azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log & + /repo/tests/docker_scripts/setup_minio.sh stateless # to have a proper environment config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml +# NOTE(strtgbb): Trying to avoid errors that may be related to running out of resources +export CLICKHOUSE_MAX_THREADS=8 +export CLICKHOUSE_MAX_CONCURRENT_QUERIES=4 + start_server setup_logs_replication