mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
Issue: #43872 <fix>: <fix after accidental force pull> Changes to be committed: modified: chaos/checker.py modified: chaos/testcases/test_single_request_operation.py modified: common/common_func.py modified: common/common_type.py modified: milvus_client/test_milvus_client_insert.py This includes e2e cases and chaos checker. All the cases are currently skipped due to partial update feature not ready. 1. test_milvus_client_partial_update_insert_delete_upsert_with_flush(): insert -> delete -> flush -> query -> upsert -> flush -> query 2. test_milvus_client_partial_update_insert_upsert_delete_upsert_flush(): insert -> upsert -> delete -> upsert -> flush -> query 3. test_milvus_client_partial_update_insert_upsert_flush_delete_upsert_flush(): insert -> upsert -> flush -> delete -> upsert -> flush -> query Also update requirements.txt to use latest pymilvus version --------- Signed-off-by: Eric Hou <eric.hou@zilliz.com> Co-authored-by: Eric Hou <eric.hou@zilliz.com>