mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
Update tests/integration/test_named_collections/test.py
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
This commit is contained in:
parent
e851e8f3e4
commit
c1ce74f52f
@ -803,7 +803,7 @@ def test_keeper_storage_remove_on_cluster(cluster, ignore, expected_raise):
|
||||
def test_name_escaping(cluster, instance_name):
|
||||
node = cluster.instances[instance_name]
|
||||
|
||||
node.query("DROP NAMED COLLECTION IF EXISTS test;")
|
||||
node.query("DROP NAMED COLLECTION IF EXISTS `test_!strange/symbols!`;")
|
||||
node.query("CREATE NAMED COLLECTION `test_!strange/symbols!` AS key1=1, key2=2")
|
||||
node.restart_clickhouse()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user