mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix 02340_parts_refcnt_mergetree.sh
This commit is contained in:
parent
6e55bb7618
commit
167e8db5d1
@ -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:?}"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user