mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Update test case (#7371)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
848db33848
commit
8a94a9eef2
@ -37,8 +37,7 @@ class TestConnect:
|
||||
method: disconnect a connected client, disconnect again
|
||||
expected: raise an error after disconnected
|
||||
'''
|
||||
with pytest.raises(Exception) as e:
|
||||
dis_connect.close()
|
||||
dis_connect.close()
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
def test_connect_correct_ip_port(self, args):
|
||||
|
||||
@ -17,7 +17,7 @@ set -x
|
||||
MILVUS_HELM_RELEASE_NAME="${MILVUS_HELM_RELEASE_NAME:-milvus-testing}"
|
||||
MILVUS_CLUSTER_ENABLED="${MILVUS_CLUSTER_ENABLED:-false}"
|
||||
MILVUS_HELM_NAMESPACE="${MILVUS_HELM_NAMESPACE:-default}"
|
||||
PARALLEL_NUM="${PARALLEL_NUM:-6}"
|
||||
PARALLEL_NUM="${PARALLEL_NUM:-4}"
|
||||
MILVUS_CLIENT="${MILVUS_CLIENT:-pymilvus}"
|
||||
|
||||
SOURCE="${BASH_SOURCE[0]}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user