From b2c12f376247351f44f98b2406d07de42b3936d6 Mon Sep 17 00:00:00 2001 From: alesapin Date: Sun, 7 Mar 2021 17:44:30 +0300 Subject: [PATCH] Upload coordination log after stress test --- docker/test/stress/run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/test/stress/run.sh b/docker/test/stress/run.sh index dc1e4db4477..817a5082bb9 100755 --- a/docker/test/stress/run.sh +++ b/docker/test/stress/run.sh @@ -84,3 +84,5 @@ stop start clickhouse-client --query "SELECT 'Server successfuly started'" > /test_output/alive_check.txt || echo 'Server failed to start' > /test_output/alive_check.txt + +tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination ||: