Skip to content

Commit 1bfd2b8

Browse files
author
Selfeer
committed
add xfails for part_moves_between_shards
1 parent 2a50409 commit 1bfd2b8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

part_moves_between_shards/regression.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,21 @@
4242
"SELECT uuid FROM system.parts WHERE uuid = {uuid} doesn't output anything: https://github.com/ClickHouse/ClickHouse/issues/61220",
4343
check_clickhouse_version(">=24.1"),
4444
),
45+
"/part moves between shards/part_moves": (
46+
Skip,
47+
"https://github.com/ClickHouse/ClickHouse/issues/74857",
48+
check_clickhouse_version(">24.8"),
49+
),
50+
"/part moves between shards/system_table": (
51+
Skip,
52+
"https://github.com/ClickHouse/ClickHouse/issues/74857",
53+
check_clickhouse_version(">24.8"),
54+
),
55+
"/part moves between shards/deduplication": (
56+
Skip,
57+
"https://github.com/ClickHouse/ClickHouse/issues/74857",
58+
check_clickhouse_version(">24.8"),
59+
),
4560
}
4661

4762

0 commit comments

Comments
 (0)