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:
Nikita Mikhaylov 2023-01-12 12:36:36 +01:00 committed by GitHub
parent 8bdf63f8e5
commit 62d544e742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}")