Keep the most important log in stress tests

This commit is contained in:
alesapin 2022-09-27 11:16:10 +02:00
parent e4f9d311c3
commit 69f3a66538

View File

@ -255,6 +255,7 @@ start
|| echo -e 'Test script failed\tFAIL' >> /test_output/test_results.tsv
stop
mv /var/log/clickhouse-server/clickhouse-server.log /var/log/clickhouse-server/clickhouse-server.stress.log
# NOTE Disable thread fuzzer before server start with data after stress test.
# In debug build it can take a lot of time.