diff --git a/docker/test/stateless/run.sh b/docker/test/stateless/run.sh index 638a2408748..b7c04a6fabd 100755 --- a/docker/test/stateless/run.sh +++ b/docker/test/stateless/run.sh @@ -247,7 +247,7 @@ stop_logs_replication # Try to get logs while server is running successfuly_saved=0 -for table in query_log zookeeper_log trace_log transactions_info_log +for table in query_log zookeeper_log trace_log transactions_info_log metric_log do clickhouse-client -q "select * from system.$table format TSVWithNamesAndTypes" | zstd --threads=0 > /test_output/$table.tsv.zst successfuly_saved=$? @@ -288,7 +288,7 @@ if [ $successfuly_saved -ne 0 ]; then # directly # - even though ci auto-compress some files (but not *.tsv) it does this only # for files >64MB, we want this files to be compressed explicitly - for table in query_log zookeeper_log trace_log transactions_info_log + for table in query_log zookeeper_log trace_log transactions_info_log metric_log do clickhouse-local "$data_path_config" --only-system-tables -q "select * from system.$table format TSVWithNamesAndTypes" | zstd --threads=0 > /test_output/$table.tsv.zst ||: if [[ -n "$USE_DATABASE_REPLICATED" ]] && [[ "$USE_DATABASE_REPLICATED" -eq 1 ]]; then