Update 01040_dictionary_invalidate_query_switchover_long.sh

This commit is contained in:
alesapin 2020-11-13 16:28:04 +03:00 committed by GitHub
parent 5ef2eaeeef
commit 14485238b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ function 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
$CLICKHOUSE_CLIENT --query "SELECT last_exception FROM system.dictionaries WHERE database = 'dictdb' AND name = 'invalidate'" 2>&1