mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Remove unused commented code (#14155)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>pull/14164/head
parent
74128129bd
commit
cc08dd2ae2
|
@ -981,10 +981,6 @@ class TestCollectionOperation(TestcaseBase):
|
||||||
******************************************************************
|
******************************************************************
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# def teardown_method(self):
|
|
||||||
# if self.self.collection_wrap is not None and self.self.collection_wrap.collection is not None:
|
|
||||||
# self.self.collection_wrap.drop()
|
|
||||||
|
|
||||||
@pytest.mark.tags(CaseLabel.L2)
|
@pytest.mark.tags(CaseLabel.L2)
|
||||||
def test_collection_without_connection(self):
|
def test_collection_without_connection(self):
|
||||||
"""
|
"""
|
||||||
|
@ -1073,7 +1069,7 @@ class TestCollectionOperation(TestcaseBase):
|
||||||
c_name = cf.gen_unique_str(prefix)
|
c_name = cf.gen_unique_str(prefix)
|
||||||
self.collection_wrap.init_collection(c_name, schema=schema, check_task=CheckTasks.check_collection_property,
|
self.collection_wrap.init_collection(c_name, schema=schema, check_task=CheckTasks.check_collection_property,
|
||||||
check_items={exp_name: c_name, exp_schema: schema})
|
check_items={exp_name: c_name, exp_schema: schema})
|
||||||
|
|
||||||
@pytest.mark.tags(CaseLabel.L2)
|
@pytest.mark.tags(CaseLabel.L2)
|
||||||
def test_load_collection_after_load_partition(self):
|
def test_load_collection_after_load_partition(self):
|
||||||
"""
|
"""
|
||||||
|
@ -1122,7 +1118,6 @@ class TestCollectionOperation(TestcaseBase):
|
||||||
collection_w.release()
|
collection_w.release()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class TestCollectionDataframe(TestcaseBase):
|
class TestCollectionDataframe(TestcaseBase):
|
||||||
"""
|
"""
|
||||||
******************************************************************
|
******************************************************************
|
||||||
|
|
Loading…
Reference in New Issue