Fix reconnect func call (#8133)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
ThreadDao 2021-09-17 14:33:50 +08:00 committed by GitHub
parent 6cb695f051
commit 91cc66a67b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)