mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Automatic style fix
This commit is contained in:
parent
defc9108f0
commit
9cdc8d7b9d
@ -663,9 +663,14 @@ def test_allow_introspection():
|
|||||||
"SELECT demangle('a')", user="robin"
|
"SELECT demangle('a')", user="robin"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def test_settings_aliases():
|
def test_settings_aliases():
|
||||||
instance.query("CREATE SETTINGS PROFILE P1 SETTINGS replication_alter_partitions_sync=2")
|
instance.query(
|
||||||
instance.query("CREATE SETTINGS PROFILE P2 SETTINGS replication_alter_partitions_sync=0")
|
"CREATE SETTINGS PROFILE P1 SETTINGS replication_alter_partitions_sync=2"
|
||||||
|
)
|
||||||
|
instance.query(
|
||||||
|
"CREATE SETTINGS PROFILE P2 SETTINGS replication_alter_partitions_sync=0"
|
||||||
|
)
|
||||||
instance.query("ALTER USER robin SETTINGS PROFILE P1")
|
instance.query("ALTER USER robin SETTINGS PROFILE P1")
|
||||||
|
|
||||||
assert (
|
assert (
|
||||||
|
Loading…
Reference in New Issue
Block a user