File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
tests/integration/test_refreshable_mv Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ def cleanup():
6666
6767def 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 )
You can’t perform that action at this time.
0 commit comments