This commit is contained in:
Mikhail Filimonov 2020-12-16 18:16:47 +01:00
parent f14cafee51
commit 294e8bbb4e
No known key found for this signature in database
GPG Key ID: 6E49C2E9AF1220BE

View File

@ -51,7 +51,7 @@ function check_exception_detected()
export -f check_exception_detected;
timeout 30 bash -c check_exception_detected 2> /dev/null
$CLICKHOUSE_CLIENT --query "SELECT last_exception FROM system.dictionaries WHERE database = 'dictdb' AND name = 'invalidate'" 2>&1 | grep -Eo "Table dictdb.dict_invalidate .* exist."
$CLICKHOUSE_CLIENT --query "SELECT last_exception FROM system.dictionaries WHERE database = 'dictdb' AND name = 'invalidate'" 2>&1 | grep -Eo "Table dictdb.dict_invalidate .* exist"
$CLICKHOUSE_CLIENT --query "
CREATE TABLE dictdb.dict_invalidate