mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix integration test test_replicated_users::test_rename_replicated (#45192)
* Done * Update tests/integration/test_replicated_users/test.py Co-authored-by: Sergei Trifonov <sergei@clickhouse.com> Co-authored-by: Sergei Trifonov <sergei@clickhouse.com>
This commit is contained in:
parent
8bdf63f8e5
commit
62d544e742
@ -96,6 +96,7 @@ def test_rename_replicated(started_cluster, entity):
|
||||
node2.query_with_retry(
|
||||
f"ALTER {entity.keyword} {entity.name} {entity.options} RENAME TO {entity.name}2"
|
||||
)
|
||||
node1.query("SYSTEM RELOAD USERS")
|
||||
node1.query(f"DROP {entity.keyword} {entity.name}2 {entity.options}")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user