未验证 提交 d732a339 编写于 作者: Y yanliang567 提交者: GitHub

Remove teardown for bulk_insert tests (#20314)

Signed-off-by: Nyanliang567 <yanliang.qiao@zilliz.com>
Signed-off-by: Nyanliang567 <yanliang.qiao@zilliz.com>
上级 f557af11
......@@ -73,7 +73,7 @@ $ kind export logs .
### PyMilvus Test Environment Deployment and Case Execution
We recommend using Python 3 (3.6 or higher), consistent with the version supported by PyMilvus.
We recommend using Python 3 (3.8 or higher), consistent with the version supported by PyMilvus.
> Note: Procedures listed below will be completed automatically if you deployed Milvus using KinD.
......
......@@ -72,9 +72,9 @@ class TestcaseBaseBulkInsert(TestcaseBase):
"minio_bucket_name"
]
def teardown_method(self, method):
log.info(("*" * 35) + " teardown " + ("*" * 35))
log.info("[teardown_method] Start teardown test case %s..." % method.__name__)
# def teardown_method(self, method):
# log.info(("*" * 35) + " teardown " + ("*" * 35))
# log.info("[teardown_method] Start teardown test case %s..." % method.__name__)
class TestBulkInsert(TestcaseBaseBulkInsert):
......
......@@ -72,9 +72,9 @@ class TestcaseBaseBulkInsert(TestcaseBase):
"minio_bucket_name"
]
def teardown_method(self, method):
log.info(("*" * 35) + " teardown " + ("*" * 35))
log.info("[teardown_method] Start teardown test case %s..." % method.__name__)
# def teardown_method(self, method):
# log.info(("*" * 35) + " teardown " + ("*" * 35))
# log.info("[teardown_method] Start teardown test case %s..." % method.__name__)
class TestBulkInsertTaskClean(TestcaseBaseBulkInsert):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册