Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tests/docker_scripts/stress_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading