mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
parent
7e0daae303
commit
9b87a1469b
@ -168,8 +168,6 @@ def test_string_functions(start_cluster):
|
||||
"filesystemAvailable",
|
||||
# Exclude it for now. Looks like the result depends on the build type.
|
||||
"farmHash64",
|
||||
# Removed in 24.7
|
||||
"partitionId",
|
||||
]
|
||||
functions = filter(lambda x: x not in excludes, functions)
|
||||
|
||||
|
@ -266,7 +266,7 @@ def test_lost_last_part(start_cluster):
|
||||
"ALTER TABLE mt3 UPDATE id = 777 WHERE 1", settings={"mutations_sync": "0"}
|
||||
)
|
||||
|
||||
partition_id = node1.query("select distinct _partition_id from mt3 where p = 'x'").strip()
|
||||
partition_id = node1.query("select _partition_id").strip()
|
||||
remove_part_from_disk(node1, "mt3", f"{partition_id}_0_0_0")
|
||||
|
||||
# other way to detect broken parts
|
||||
|
Loading…
Reference in New Issue
Block a user