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:
Feilong Hou 2025-12-15 17:55:16 +08:00 committed by GitHub
parent 5f8daa0f6d
commit 971085b033
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)