mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update 01040_dictionary_invalidate_query_switchover_long.sh
This commit is contained in:
parent
5ef2eaeeef
commit
14485238b1
@ -73,7 +73,7 @@ function check_exception_fixed()
|
|||||||
}
|
}
|
||||||
|
|
||||||
export -f check_exception_fixed;
|
export -f check_exception_fixed;
|
||||||
# it may take a long until dictionary reloads
|
# it may take a while until dictionary reloads
|
||||||
timeout 60 bash -c check_exception_fixed 2> /dev/null
|
timeout 60 bash -c check_exception_fixed 2> /dev/null
|
||||||
|
|
||||||
$CLICKHOUSE_CLIENT --query "SELECT last_exception FROM system.dictionaries WHERE database = 'dictdb' AND name = 'invalidate'" 2>&1
|
$CLICKHOUSE_CLIENT --query "SELECT last_exception FROM system.dictionaries WHERE database = 'dictdb' AND name = 'invalidate'" 2>&1
|
||||||
|
Loading…
Reference in New Issue
Block a user