mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Merge pull request #65149 from ClickHouse/revert-65105-nickitat-patch-20
Revert "Small fix for 02340_parts_refcnt_mergetree"
This commit is contained in:
commit
bd45a366f7
@ -58,7 +58,7 @@ function check_refcnt_for_table()
|
||||
$CLICKHOUSE_CLIENT -q "select table, name, refcount>=6 from system.parts where database = '$CLICKHOUSE_DATABASE' and table = '$table' and refcount >= 3"
|
||||
|
||||
# Kill the query gracefully.
|
||||
kill -INT $PID ||:
|
||||
kill -INT $PID
|
||||
wait $PID
|
||||
grep -F Exception "$log_file" | grep -v -F QUERY_WAS_CANCELLED
|
||||
rm -f "${log_file:?}"
|
||||
|
Loading…
Reference in New Issue
Block a user