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