Update test.py

This commit is contained in:
Alexander Tokmakov 2024-06-04 20:05:58 +02:00 committed by GitHub
parent d2184fd2a2
commit 553fcb5e06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1534,7 +1534,7 @@ def test_all_groups_cluster(started_cluster):
"CREATE DATABASE db_cluster ENGINE = Replicated('/clickhouse/databases/all_groups_cluster', 'shard1', 'replica2');"
)
assert "bad_settings_node\ndummy_node\n" == dummy_node.query(
assert "dummy_node\n" == dummy_node.query(
"select host_name from system.clusters where name='db_cluster' order by host_name"
)
assert "bad_settings_node\n" == bad_settings_node.query(