fix 02340_parts_refcnt_mergetree.sh

This commit is contained in:
Sema Checherinda 2024-11-05 12:01:20 +01:00
parent 6e55bb7618
commit 167e8db5d1

View File

@ -60,7 +60,7 @@ function check_refcnt_for_table()
# Kill the query gracefully.
kill -INT $PID
wait $PID
grep -F Exception "$log_file" | grep -v -F QUERY_WAS_CANCELLED
grep -F Exception "$log_file" | grep -v -F QUERY_WAS_CANCELLED_BY_CLIENT
rm -f "${log_file:?}"
}