Update compare.sh

This commit is contained in:
Alexander Kuzmenkov 2021-04-23 22:01:24 +03:00 committed by GitHub
parent e052edc7df
commit 5f1c825e1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -248,7 +248,7 @@ function run_tests
test_name="<none>"
for test in $test_files
do
echo "$current_test/$total_tests tests complete..." > status.txt
echo "$current_test of $total_tests tests complete" > status.txt
# Check that both servers are alive, and restart them if they die.
clickhouse-client --port $LEFT_SERVER_PORT --query "select 1 format Null" \
|| { echo $test_name >> left-server-died.log ; restart ; }