diff --git a/tests/integration/test_insert_into_distributed/configs/remote_servers.xml b/tests/integration/test_insert_into_distributed/configs/remote_servers.xml index 320766c18ae..78e1640538b 100644 --- a/tests/integration/test_insert_into_distributed/configs/remote_servers.xml +++ b/tests/integration/test_insert_into_distributed/configs/remote_servers.xml @@ -28,6 +28,19 @@ + + + true + + node1 + 9000 + + + node2 + 9000 + + + diff --git a/tests/integration/test_insert_into_distributed/test.py b/tests/integration/test_insert_into_distributed/test.py index 0ad389ea9c4..56db81ee73e 100644 --- a/tests/integration/test_insert_into_distributed/test.py +++ b/tests/integration/test_insert_into_distributed/test.py @@ -76,11 +76,11 @@ CREATE TABLE table_function (n UInt8, s String) ENGINE = MergeTree() ORDER BY n' CREATE TABLE table_function (n UInt8, s String) ENGINE = MergeTree() ORDER BY n''') node1.query(''' -CREATE TABLE distributed_one_replica (date Date, id UInt32) ENGINE = Distributed('shard_with_local_replica', 'default', 'single_replicated') +CREATE TABLE distributed_one_replica (date Date, id UInt32) ENGINE = Distributed('shard_with_local_replica_internal_replication', 'default', 'single_replicated') ''') node2.query(''' -CREATE TABLE distributed_one_replica (date Date, id UInt32) ENGINE = Distributed('shard_with_local_replica', 'default', 'single_replicated') +CREATE TABLE distributed_one_replica (date Date, id UInt32) ENGINE = Distributed('shard_with_local_replica_internal_replication', 'default', 'single_replicated') ''') node2.query('''