提交 2cf6e20f 编写于 作者: V Vitaliy Lyudvichenko

Fixed a vague error message in integration tests. [#CLICKHOUSE-2]

上级 07d594c5
......@@ -85,6 +85,9 @@ class PartitionManager:
def __exit__(self, exc_type, exc_val, exc_tb):
self.heal_all()
def __del__(self):
self.heal_all()
class PartitionManagerDisbaler:
def __init__(self, manager):
......
......@@ -120,8 +120,6 @@ def started_cluster():
ddl_check_there_are_no_dublicates(instance)
finally:
# Remove iptables rules for sacrifice instance
cluster.pm_random_drops.heal_all()
cluster.shutdown()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册