We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a50409 commit 1bfd2b8Copy full SHA for 1bfd2b8
part_moves_between_shards/regression.py
@@ -42,6 +42,21 @@
42
"SELECT uuid FROM system.parts WHERE uuid = {uuid} doesn't output anything: https://github.com/ClickHouse/ClickHouse/issues/61220",
43
check_clickhouse_version(">=24.1"),
44
),
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
52
53
54
55
+ "/part moves between shards/deduplication": (
56
57
58
59
60
}
61
62
0 commit comments