Skip to content

Commit 6c07216

Browse files
committed
Comment and less environment-dependent config
1 parent 3cb622a commit 6c07216

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
<clickhouse>
22
<disable_insertion_and_mutation>true</disable_insertion_and_mutation>
3+
<text_log><flush_interval_milliseconds>1000000000000</flush_interval_milliseconds></text_log>
34
</clickhouse>

tests/integration/test_refreshable_mv/test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ def cleanup():
6666

6767
def test_refreshable_mv_in_replicated_db(started_cluster, cleanup):
6868
for node in nodes:
69+
# (Use different znode path for each test because even `drop database ... sync` doesn't seem
70+
# to guarantee that a new database can be immediately created with the same znode path:
71+
# https://github.com/ClickHouse/ClickHouse/issues/76418 )
6972
node.query(
7073
f"create database re engine = Replicated('/test/re_{test_idx}', 'shard1', '{{replica}}');"
7174
)

0 commit comments

Comments
 (0)