mirror of https://github.com/milvus-io/milvus.git
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…
Reference in New Issue