From ba5441ea2a06d2e8e7303c9fe945c1474f0dd375 Mon Sep 17 00:00:00 2001 From: tavplubix Date: Tue, 25 May 2021 14:35:04 +0300 Subject: [PATCH] Update 01155_old_mutation_parts_to_do.sh --- tests/queries/0_stateless/01155_old_mutation_parts_to_do.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/queries/0_stateless/01155_old_mutation_parts_to_do.sh b/tests/queries/0_stateless/01155_old_mutation_parts_to_do.sh index 68106ea056b..0354da26f4f 100755 --- a/tests/queries/0_stateless/01155_old_mutation_parts_to_do.sh +++ b/tests/queries/0_stateless/01155_old_mutation_parts_to_do.sh @@ -9,7 +9,7 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) ${CLICKHOUSE_CLIENT} -q "drop table if exists rmt;" -${CLICKHOUSE_CLIENT} -q "create table rmt (n int, m int, s String) engine=ReplicatedMergeTree('/test/01155/{database}', '1') +${CLICKHOUSE_CLIENT} -q "create table rmt (n int, m int, s String) engine=ReplicatedMergeTree('/test/$CLICKHOUSE_TEST_ZOOKEEPER_PREFIX/rmt', '1') order by n settings max_replicated_mutations_in_queue=0;" ${CLICKHOUSE_CLIENT} -q "insert into rmt values (1, 1, '2');" # 0_0_0_0