Merge remote-tracking branch 'origin/46229-repl-clickhouse-keeper' into 46229-repl-clickhouse-keeper

# Conflicts:
#	tests/integration/test_keeper_client/test.py
This commit is contained in:
pufit 2023-04-28 14:11:45 -04:00
commit 9d6169df00

View File

@ -31,7 +31,7 @@ def test_base_commands(started_cluster):
started_cluster.server_bin_path,
"keeper-client",
"--host",
str(cluster.get_instance_ip('zoo1')),
str(cluster.get_instance_ip("zoo1")),
"--port",
str(cluster.zookeeper_port),
"-q",
@ -51,7 +51,7 @@ def test_four_letter_word_commands(started_cluster):
started_cluster.server_bin_path,
"keeper-client",
"--host",
str(cluster.get_instance_ip('zoo1')),
str(cluster.get_instance_ip("zoo1")),
"--port",
str(cluster.zookeeper_port),
"-q",