Feilong Hou
f9afde23d1
test: Add New Test Cases for Partial Update ( #44483 )
...
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>
2025-09-23 09:06:12 +08:00
XuanYang-cn
ad86292bed
fix: Deny RenameCollection when db enabled encryption ( #44225 )
...
Also fix the validation of enabling encyption when create db
See also: #44217 , #44218
---------
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
2025-09-16 10:08:07 +08:00
qixuan
9228ed7b8f
test: add case about enable dynamic schema ( #44355 )
...
related issue: #42126
Signed-off-by: qixuan <673771573@qq.com>
2025-09-13 19:55:57 +08:00
9Eurydice9
662397e487
test: migrate test_query V2 cases for milvus client ( #44238 )
...
issue: #44090
Migrate test_query cases from TestcaseBase to TestMilvusClientV2Base
---------
Signed-off-by: Orpheus Wang <orpheus.wang@zilliz.com>
2025-09-12 09:31:57 +08:00
Feilong Hou
6884cdbe90
test: add complex json expression test ( #44211 )
...
<test>: <add test case for complex json expression
On branch feature/json-shredding
Changes to be committed:
modified: milvus_client/expressions/README.md
modified:
milvus_client/expressions/test_milvus_client_scalar_filtering.py
---------
Signed-off-by: Eric Hou <eric.hou@zilliz.com>
Co-authored-by: Eric Hou <eric.hou@zilliz.com>
2025-09-11 19:57:58 +08:00
nico
cc7a6d3ec6
test: update nightly case ( #44248 )
...
Signed-off-by: nico <cheng.yuan@zilliz.com>
2025-09-10 10:31:56 +08:00
9Eurydice9
bfd42c9f9e
test: migrate test_query V2 cases for milvus client ( #44179 )
...
issue: #44090
Migrate test_query cases from TestcaseBase to TestMilvusClientV2Base
---------
Signed-off-by: Orpheus Wang <orpheus.wang@zilliz.com>
2025-09-04 13:07:53 +08:00
zhuwenxing
4f1ea8d4cb
test: add cohere, voyageai and siliconflow reranker testcases and some lints ( #44181 )
...
/kind improvement
---------
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2025-09-03 15:51:54 +08:00
Bingyi Sun
0c0630cc38
feat: support dropping index without releasing collection ( #42941 )
...
issue: #42942
This pr includes the following changes:
1. Added checks for index checker in querycoord to generate drop index
tasks
2. Added drop index interface to querynode
3. To avoid search failure after dropping the index, the querynode
allows the use of lazy mode (warmup=disable) to load raw data even when
indexes contain raw data.
4. In segcore, loading the index no longer deletes raw data; instead, it
evicts it.
5. In expr, the index is pinned to prevent concurrent errors.
---------
Signed-off-by: sunby <sunbingyi1992@gmail.com>
2025-09-02 16:17:52 +08:00
nico
198cc62039
test: update nightly cases ( #44167 )
...
Signed-off-by: nico <cheng.yuan@zilliz.com>
2025-09-02 14:21:52 +08:00
yanliang567
a7087b0023
test: Add more ngram tests, including mmap and utf8 characters ( #44169 )
...
related issue: #43989
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2025-09-02 14:17:52 +08:00
qixuan
e126df2330
test: add field case about reranker and analyzer ( #44095 )
...
related issue: #42126
---------
Signed-off-by: qixuan <673771573@qq.com>
2025-09-01 17:27:52 +08:00
9Eurydice9
5092097461
test: migrate test_query V2 cases for milvus client ( #44117 )
...
issue: #44090
Migrate test_query cases from TestcaseBase to TestMilvusClientV2Base
---------
Signed-off-by: Orpheus Wang <orpheus.wang@zilliz.com>
2025-09-01 08:55:52 +08:00
9Eurydice9
d70607c342
test: migrate test_query V2 cases for milvus client ( #44091 )
...
issue: #44090
Migrate test_query cases from TestcaseBase to TestMilvusClientV2Base
Signed-off-by: Orpheus Wang <orpheus.wang@zilliz.com>
2025-08-28 09:13:50 +08:00
yanliang567
f301692900
test: Add ngram tests and expression tests ( #44029 )
...
related issue: https://github.com/milvus-io/milvus/issues/43989
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2025-08-26 14:51:51 +08:00
9Eurydice9
d6b78193cb
test: add collection V2 cases for milvus client ( #44021 )
...
issue: #43590
Migrate collection test cases from TestcaseBase to
TestMilvusClientV2Base
Signed-off-by: Orpheus Wang <orpheus.wang@zilliz.com>
2025-08-23 21:35:47 +08:00
junjiejiangjjj
f3d7e47227
feat: Supports more rerankers ( #43270 )
...
https://github.com/milvus-io/milvus/issues/35856
Signed-off-by: junjiejiangjjj <junjie.jiang@zilliz.com>
2025-08-22 17:29:47 +08:00
9Eurydice9
59d333819c
test: add collection V2 cases for milvus client ( #44008 )
...
issue: #43590
Migrate collection test cases from TestcaseBase to
TestMilvusClientV2Base
---------
Signed-off-by: Orpheus Wang <orpheus.wang@zilliz.com>
2025-08-22 13:13:47 +08:00
yanliang567
ec6681b018
test: add tests for ngram and fix invalid collection name mag ( #43990 )
...
related issue: #43989
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2025-08-21 18:45:47 +08:00
nico
043f5cbecc
test: update nightly cases ( #43884 )
...
Signed-off-by: nico <cheng.yuan@zilliz.com>
2025-08-21 16:45:54 +08:00
9Eurydice9
eec58c3bb5
test: add collection V2 cases for milvus client ( #43919 )
...
issue: #43590
Migrate collection test cases from TestcaseBase to
TestMilvusClientV2Base
---------
Signed-off-by: Orpheus Wang <orpheus.wang@zilliz.com>
2025-08-21 10:35:45 +08:00
congqixia
e75fddcc15
fix: Invalidate proxy cache for create alias op ( #43854 )
...
Related to #43853
---------
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2025-08-18 12:01:45 +08:00
9Eurydice9
03295bb351
test: add collection V2 cases for milvus client ( #43892 )
...
issue: #43590
Migrate collection test cases from TestcaseBase to
TestMilvusClientV2Base
---------
Signed-off-by: Orpheus Wang <orpheus.wang@zilliz.com>
2025-08-16 17:43:43 +08:00
9Eurydice9
4663b9a243
test: add create collection V2 cases for milvus client ( #43841 )
...
issue: #43590
Migrate collection test cases from TestcaseBase to
TestMilvusClientV2Base
---------
Signed-off-by: Orpheus Wang <orpheus.wang@zilliz.com>
2025-08-15 08:59:44 +08:00
Feilong Hou
9f9ed14ddb
test: migrated all test cases in test_alias.py to test_milvus_client_alias.py ( #43834 )
...
Issue: #43793
Finished migrate all test cases in test_alias.py. Locally tested and
verified.
---------
Signed-off-by: Eric Hou <eric.hou@zilliz.com>
Co-authored-by: Eric Hou <eric.hou@zilliz.com>
2025-08-13 19:23:43 +08:00
9Eurydice9
c2aad4f5de
test: add create collection V2 cases for milvus client ( #43805 )
...
issue: #43590
Migrate collection test cases from TestcaseBase to
TestMilvusClientV2Base
@yanliang567
---------
Signed-off-by: Orpheus Wang <orpheus.wang@zilliz.com>
2025-08-11 10:17:41 +08:00
Feilong Hou
1a712aa13b
test: migrate test case from test_alias to test_milvus_client_alias ( #43802 )
...
issue: [#43793 ](https://github.com/milvus-io/milvus/issues/43793 )
- migrate test_alias_create_operation_default() to
test_milvus_client_alias_create_operation_default()
Co-authored-by: Eric Hou <eric.hou@zilliz.com>
2025-08-08 18:29:41 +08:00
9Eurydice9
8578f8e13e
test: add create collection V2 cases for milvus client ( #43684 )
...
issue: #43590
Migrate collection test cases from TestcaseBase to
TestMilvusClientV2Base
+25 cases in test_milvus_client_collection.py
-27 cases in test_collection.py
@yanliang567
---------
Signed-off-by: Orpheus Wang <orpheus.wang@zilliz.com>
2025-08-06 16:17:40 +08:00
zhuwenxing
174804e61a
test: add more testcase for analyzer ( #43367 )
...
/kind improvement
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2025-08-04 11:23:38 +08:00
9Eurydice9
93884d219a
test: add create collection V2 cases for milvus client ( #43600 )
...
issue: #43590
Migrate duplicate collection name test cases from TestcaseBase to
TestMilvusClientV2Base
@yanliang567
---------
Signed-off-by: Orpheus Wang <orpheus.wang@zilliz.com>
2025-07-30 10:25:36 +08:00
yanliang567
abb3aeacdf
test: Refactor diskann and hsnw index, and update gen data functions ( #43452 )
...
related issue #40698
1. add diskann and hnsw index test
2. update gen_row_data and gen_column_data functions
---------
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2025-07-23 22:04:54 +08:00
junjiejiangjjj
77f3a1f213
enhance: Add search post pipeline ( #43065 )
...
https://github.com/milvus-io/milvus/issues/35856
Signed-off-by: junjiejiangjjj <junjie.jiang@zilliz.com>
2025-07-21 11:10:52 +08:00
ThreadDao
2a9273defc
test: set woodpecker as e2e standalone messageQueue ( #43330 )
...
/kind improvement
---------
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2025-07-19 14:28:51 +08:00
zhuwenxing
85c8049296
test: add test cases for json modulo operation ( #43191 )
...
/kind improvement
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2025-07-10 17:08:48 +08:00
qixuan
1cd593b673
test:add go sdk case for add field ( #43033 )
...
issue: #42126
Signed-off-by: qixuan <673771573@qq.com>
2025-07-09 18:20:47 +08:00
yanliang567
0017fa8acc
test: Enable storage v2 in ci and nightly runs ( #43086 )
...
related issue: #43020
---------
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2025-07-04 18:38:44 +08:00
congqixia
684f027496
fix: Remove trimming space logic when validating collection name ( #43064 )
...
Related to #43031
---------
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2025-07-04 11:00:45 +08:00
yanliang567
e8011908ac
test: Add tests for partition key filter issue and ttl eventually search ( #43052 )
...
related issue: #42918
1. add tests for ttl eventually search
2. add tests for partition key filter
3. improve check query results for output fields
4. verify some fix for rabitq index and update the test accordingly
5. update gen random float vector in (-1, 1) instead of (0,1)
---------
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2025-07-02 11:02:43 +08:00
zhuwenxing
76004eb6cf
test: add model rerank testcases ( #42657 )
...
/kind improvement
---------
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2025-06-27 10:48:43 +08:00
qixuan
5e18441726
test: add bulk_insert cases for add field ( #42738 )
...
issue: #42126
Signed-off-by: qixuan <673771573@qq.com>
2025-06-16 14:28:37 +08:00
qixuan
3b2ed5815f
test:add test cases for add field ( #42472 )
...
issue: #42126
---------
Signed-off-by: qixuan <673771573@qq.com>
2025-06-11 17:06:39 +08:00
yanliang567
fb7f19dfa1
test: update ttl test comments and update for expressions tests ( #42611 )
...
related issue: #42604
1. update the test expression for all to L3 for now as it takes too many
hours to complete running. Will improve the performance in next pr.
---------
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2025-06-11 16:52:38 +08:00
junjiejiangjjj
f1a4526bac
enhance: refactor rrf and weighted rerank ( #42154 )
...
https://github.com/milvus-io/milvus/issues/35856
Signed-off-by: junjie.jiang <junjie.jiang@zilliz.com>
2025-06-10 18:08:35 +08:00
nico
c827f4b948
test: update sdk version and cases ( #42077 )
...
Signed-off-by: nico <cheng.yuan@zilliz.com>
2025-06-03 14:16:32 +08:00
binbin
ceb8434cb4
test: add more general expr cases ( #42035 )
...
Signed-off-by: binbin lv <binbin.lv@zilliz.com>
2025-05-28 22:26:28 +08:00
junjiejiangjjj
4202c775ba
feat: Support vllm and tei rerank ( #41947 )
...
https://github.com/milvus-io/milvus/issues/35856
Signed-off-by: junjie.jiang <junjie.jiang@zilliz.com>
2025-05-28 19:18:28 +08:00
binbin
eea6b50fbb
test: add test cases for int8 vector ( #41957 )
...
Signed-off-by: binbin lv <binbin.lv@zilliz.com>
2025-05-23 09:24:28 +08:00
zhuwenxing
c937da5234
test: add multi analyzer test ( #41578 )
...
/kind improvement
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2025-05-22 17:46:24 +08:00
binbin
804b175771
test: add test cases for rerank ( #42012 )
...
Signed-off-by: binbin lv <binbin.lv@zilliz.com>
2025-05-22 17:04:25 +08:00
yanliang567
d475d93a3d
test: Add ivf_rabitq index tests ( #41914 )
...
related issue: #41760
---------
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2025-05-20 19:28:24 +08:00