test/stress: preserve stderr across runs, to preserve errors for final commands

This commit is contained in:
Azat Khuzhin 2021-07-16 10:46:22 +03:00
parent 39a62cc2ef
commit 41a5609b81

View File

@ -62,7 +62,7 @@ function start()
break
fi
# use root to match with current uid
clickhouse start --user root >/var/log/clickhouse-server/stdout.log 2>/var/log/clickhouse-server/stderr.log
clickhouse start --user root >/var/log/clickhouse-server/stdout.log 2>>/var/log/clickhouse-server/stderr.log
sleep 0.5
counter=$((counter + 1))
done