mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Fix test
This commit is contained in:
parent
2a24d15204
commit
abc1dfc203
@ -171,7 +171,7 @@ def test_corrupted_unexpected_part_ultimate():
|
||||
)
|
||||
|
||||
remove_part_from_zookeeper("/tables/broken_3/replicas/1", "all_0_0_0")
|
||||
break_part("broken_table_2", "all_0_0_0")
|
||||
break_part("broken_table_3", "all_0_0_0")
|
||||
remove_part_from_zookeeper("/tables/broken_3/replicas/1", "all_0_1_1")
|
||||
|
||||
detach_table("broken_table_3")
|
||||
@ -184,4 +184,4 @@ def test_corrupted_unexpected_part_ultimate():
|
||||
== "1\n"
|
||||
)
|
||||
|
||||
assert node.query("SELECT sum(key) FROM broken_table_3") == "145\n"
|
||||
assert node.query("SELECT sum(key) FROM broken_table_3") == "190\n"
|
||||
|
Loading…
Reference in New Issue
Block a user