[skip ci] Change host from localhost to 127.0.0.1 (#8969)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/8971/head
zhuwenxing 2021-09-30 17:52:45 +08:00 committed by GitHub
parent 6bbf0a8f8f
commit 0039783710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class TestChaosBase:
expect_index = constants.SUCC
expect_search = constants.SUCC
expect_query = constants.SUCC
host = 'localhost'
host = '127.0.0.1'
port = 19530
_chaos_config = None
health_checkers = {}