zvec/python/tests/detail
liututu12 3bd1999604
tests: add tests for recall (#196)
* add recall cases

* add test_collection_crash_recovery_insertdoc.py

* add test_collection_crash_recovery_updatedoc.py

* add test_collection_crash_recovery_upsertdoc.py

* add test_collection_crash_recovery_deletedoc.py

* add test_collection_crash_recovery_createindex.py

* add test_collection_crash_recovery_deleteindex.py

* test_collection_crash_recovery_addcolumn.py

* test_collection_crash_recovery_addcolumn.py

* add dropcolumn updatecolumn cases

* update test_collection_crash_recovery_altercolumn.py

* update test_collection_recall

* update test_collection_crash_recovery_createindex.py

* test_collection_recall.py

* test_collection_recall.py

* feat: add recall test cases and optimize DML/DQL test cases

* upd test case

* fix doc_num

---------

Co-authored-by: iaojnh <yinzefeng.yzf@alibaba-inc.com>
2026-03-05 20:13:45 +08:00
..
distance_helper.py tests: add tests for recall (#196) 2026-03-05 20:13:45 +08:00
doc_helper.py tests: add tests for recall (#196) 2026-03-05 20:13:45 +08:00
fixture_helper.py tests: add tests for recall (#196) 2026-03-05 20:13:45 +08:00
params_helper.py Initial commit 2025-12-30 11:02:17 +08:00
support_helper.py tests: add tests for recall (#196) 2026-03-05 20:13:45 +08:00
test_collection_concurrency.py Initial commit 2025-12-30 11:02:17 +08:00
test_collection_create_and_open.py Initial commit 2025-12-30 11:02:17 +08:00
test_collection_ddl.py Initial commit 2025-12-30 11:02:17 +08:00
test_collection_dml.py tests: add tests for recall (#196) 2026-03-05 20:13:45 +08:00
test_collection_dql.py tests: add tests for recall (#196) 2026-03-05 20:13:45 +08:00
test_collection_exception.py Initial commit 2025-12-30 11:02:17 +08:00
test_collection_open.py Initial commit 2025-12-30 11:02:17 +08:00
test_collection_recall.py tests: add tests for recall (#196) 2026-03-05 20:13:45 +08:00
test_db_config.py minor: subsequent initialization should fail silently (#79) 2026-02-06 21:16:08 +08:00