milvus/tests/python_client/milvus_client
yihao.dai a148a78629
fix: Fix collections with duplicate names can be created (#40143)
This PR introduces two restrictions:
1. Before dropping a collection, all aliases associated with that
collection must be dropped.
2. When creating a collection, if the collection name duplicates any
alias, the collection creation will fail.

issue: https://github.com/milvus-io/milvus/issues/40142

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2025-02-27 17:27:57 +08:00
..
test_milvus_client_alias.py fix: Fix collections with duplicate names can be created (#40143) 2025-02-27 17:27:57 +08:00
test_milvus_client_alter.py test: Add test for search iterator external filter function (#39986) 2025-02-21 11:25:53 +08:00
test_milvus_client_analyzer.py test: add run_analyzer api test and lindera tokenizer test (#40160) 2025-02-26 10:29:55 +08:00
test_milvus_client_collection.py feat: introduce Text data type (#39874) 2025-02-19 11:04:51 +08:00
test_milvus_client_database.py test: add some async cases (#39706) 2025-02-13 11:40:46 +08:00
test_milvus_client_delete.py test: Refactor pymilvus client v2 testbase and add a test for search hint (#38939) 2025-01-06 11:24:55 +08:00
test_milvus_client_index.py test: Enable more test cases for auto index (#39939) 2025-02-18 14:14:50 +08:00
test_milvus_client_insert.py test: Refactor pymilvus client v2 testbase and add a test for search hint (#38939) 2025-01-06 11:24:55 +08:00
test_milvus_client_partition.py test: update test cases and sdk version (#39443) 2025-02-11 18:42:45 +08:00
test_milvus_client_query.py test: Refactor pymilvus client v2 testbase and add a test for search hint (#38939) 2025-01-06 11:24:55 +08:00
test_milvus_client_rbac.py test: modify search iterator V2 case about alias/db/rbac for milvus client (#39400) 2025-01-20 10:25:03 +08:00
test_milvus_client_search.py test: Add test for search iterator external filter function (#39986) 2025-02-21 11:25:53 +08:00
test_milvus_client_search_interator.py fix: Fix collections with duplicate names can be created (#40143) 2025-02-27 17:27:57 +08:00