mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Automatic style fix
This commit is contained in:
parent
e2317477f7
commit
babe000036
@ -1141,7 +1141,9 @@ def test_sync_replica(started_cluster):
|
||||
|
||||
dummy_node.query("SYSTEM SYNC DATABASE REPLICA test_sync_database")
|
||||
|
||||
assert "2\n" == main_node.query("SELECT sum(is_active) FROM system.clusters WHERE cluster='test_sync_database'")
|
||||
assert "2\n" == main_node.query(
|
||||
"SELECT sum(is_active) FROM system.clusters WHERE cluster='test_sync_database'"
|
||||
)
|
||||
|
||||
assert dummy_node.query(
|
||||
"SELECT count() FROM system.tables where database='test_sync_database'"
|
||||
|
Loading…
Reference in New Issue
Block a user