mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix reconnect func call (#8133)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
parent
6cb695f051
commit
91cc66a67b
@ -164,7 +164,7 @@ class TestChaos(TestChaosBase):
|
||||
|
||||
# reconnect if needed
|
||||
sleep(constants.WAIT_PER_OP*2)
|
||||
cc.reconnect(connections, self.host, self.port)
|
||||
cc.reconnect(connections, alias='default')
|
||||
|
||||
# reset counting again
|
||||
cc.reset_counting(self.health_checkers)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user