mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 14:35:27 +08:00
test: enable debug_mode to observe test case instability. (#46341)
Issue: #46333 Signed-off-by: Eric Hou <eric.hou@zilliz.com> Co-authored-by: Eric Hou <eric.hou@zilliz.com>
This commit is contained in:
parent
5f8daa0f6d
commit
971085b033
@ -123,7 +123,8 @@ class TestMilvusClientTimestamptzValid(TestMilvusClientV2Base):
|
||||
self.query(client, collection_name, filter=f"{default_primary_key_field_name} >= 0",
|
||||
check_task=CheckTasks.check_query_results,
|
||||
check_items={exp_res: new_rows,
|
||||
"pk_name": default_primary_key_field_name})
|
||||
"pk_name": default_primary_key_field_name,
|
||||
"debug_mode": True})
|
||||
|
||||
self.drop_collection(client, collection_name)
|
||||
self.drop_database(client, db_name)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user