mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Fixed typo
This commit is contained in:
parent
8bd2c7b3a7
commit
f96b3a9daa
@ -14,7 +14,7 @@ $CLICKHOUSE_CLIENT --query="CREATE TABLE test_drop_indices
|
||||
)
|
||||
ENGINE = MergeTree ORDER BY (a);"
|
||||
|
||||
# Must throw exception
|
||||
# Must throw an exception
|
||||
EXCEPTION_TEXT="Cannot find index \`test_index\` to drop.."
|
||||
$CLICKHOUSE_CLIENT --query="ALTER TABLE test_drop_indices DROP INDEX test_index;" 2>&1 \
|
||||
| grep -q "$EXCEPTION_TEXT" && echo "$EXCEPTION_SUCCESS_TEXT" || echo "Did not thrown an exception"
|
||||
|
Loading…
Reference in New Issue
Block a user