ClickHouse/tests/integration/test_distributed_format/configs/remote_servers.xml

20 lines
454 B
XML

<yandex>
<remote_servers>
<test_cluster>
<shard>
<replica>
<host>not_existing</host>
<port>9000</port>
</replica>
</shard>
</test_cluster>
<test_cluster_2>
<node>
<host>not_existing</host>
<port>9000</port>
</node>
</test_cluster_2>
</remote_servers>
</yandex>