mirror of https://github.com/milvus-io/milvus.git
parent
95d39405c3
commit
939afc866b
|
@ -389,14 +389,14 @@ class TestAliasOperationInvalid(TestcaseBase):
|
||||||
""" Negative test cases of alias interface operations"""
|
""" Negative test cases of alias interface operations"""
|
||||||
|
|
||||||
@pytest.mark.tags(CaseLabel.L1)
|
@pytest.mark.tags(CaseLabel.L1)
|
||||||
def test_alias_create_dupcation_alias(self):
|
def test_alias_create_duplication_alias(self):
|
||||||
"""
|
"""
|
||||||
target: test two collections creating alias with same name
|
target: test two collections creating alias with same name
|
||||||
method:
|
method:
|
||||||
1.create a collection_1 with alias name alias_a
|
1.create a collection_1 with alias name alias_a
|
||||||
2.create a collection_2 also with alias name alias_a
|
2.create a collection_2 also with alias name alias_a
|
||||||
expected:
|
expected:
|
||||||
in step 2, creating alias with a dupcation name is not allowed
|
in step 2, creating alias with a duplication name is not allowed
|
||||||
"""
|
"""
|
||||||
|
|
||||||
self._connect()
|
self._connect()
|
||||||
|
@ -491,7 +491,7 @@ class TestAliasOperationInvalid(TestcaseBase):
|
||||||
check_items=error)
|
check_items=error)
|
||||||
|
|
||||||
@pytest.mark.tags(CaseLabel.L1)
|
@pytest.mark.tags(CaseLabel.L1)
|
||||||
def test_alias_cerate_dup_name_collection(self):
|
def test_alias_create_dup_name_collection(self):
|
||||||
"""
|
"""
|
||||||
target: test creating a collection with a same name as alias, but a different schema
|
target: test creating a collection with a same name as alias, but a different schema
|
||||||
method:
|
method:
|
||||||
|
|
Loading…
Reference in New Issue