mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Fix2
This commit is contained in:
parent
f14cafee51
commit
294e8bbb4e
@ -51,7 +51,7 @@ function check_exception_detected()
|
|||||||
export -f check_exception_detected;
|
export -f check_exception_detected;
|
||||||
timeout 30 bash -c check_exception_detected 2> /dev/null
|
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 "
|
$CLICKHOUSE_CLIENT --query "
|
||||||
CREATE TABLE dictdb.dict_invalidate
|
CREATE TABLE dictdb.dict_invalidate
|
||||||
|
Loading…
Reference in New Issue
Block a user