mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Update scale index repeated release name (#14829)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>pull/14853/head
parent
b6ad963eb2
commit
bd2e5b6f08
|
@ -28,7 +28,7 @@ class TestIndexNodeScale:
|
|||
4.create index with one indexNode
|
||||
expected: The cost of one indexNode is about twice that of two indexNodes
|
||||
"""
|
||||
release_name = "scale-index"
|
||||
release_name = "expand-index"
|
||||
image = f'{constants.IMAGE_REPOSITORY}:{constants.IMAGE_TAG}'
|
||||
data_config = {
|
||||
'metadata.namespace': constants.NAMESPACE,
|
||||
|
@ -103,7 +103,7 @@ class TestIndexNodeScale:
|
|||
4.create index with 1 indexNode
|
||||
expected: The cost of one indexNode is about twice that of two indexNodes
|
||||
"""
|
||||
release_name = "scale-index"
|
||||
release_name = "shrink-index"
|
||||
image = f'{constants.IMAGE_REPOSITORY}:{constants.IMAGE_TAG}'
|
||||
data_config = {
|
||||
'metadata.namespace': constants.NAMESPACE,
|
||||
|
|
Loading…
Reference in New Issue