55 Commits

Author SHA1 Message Date
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
yanliang567
70b311735b
test: [E2e Refactor] use vector datatype instead of hard code dataype names (#41497)
related issue: #40698 
1. use vector datat types instead of hard code datatpe names
2. update search pagination tests
3. remove checking distances in search results checking, for knowhere
customize the distances for different metrics and indexes. Now only
assert the distances are sorted correct.

---------

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2025-04-25 10:46:38 +08:00
zhuwenxing
b5fe6a5243
test: add icu tokenizer testcases (#41501)
/kind improvement

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2025-04-24 18:54:38 +08:00
yanliang567
bbaa3c71f4
test: [E2e Refactor]gen collection name by testcase name and update search pagination test (#41170)
1.  gen collection name by testcase name
2. update search pagination test with milvus client v2
3. use collection shared mode for some tests
related issue: #40698

---------

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2025-04-09 17:44:28 +08:00
nico
679a145e8b
test: update drop collection in teardown method (#40271)
Signed-off-by: nico <cheng.yuan@zilliz.com>
2025-03-03 10:36:00 +08:00
yanliang567
731e882d22
test: Refactor pymilvus client v2 testbase and add a test for search hint (#38939)
issue: https://github.com/milvus-io/milvus/issues/38877
1. refactor pymilvus client v2 testcasebase
2. add a test for search hint
3. update pymilvus to 2.6

---------

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2025-01-06 11:24:55 +08:00
ThreadDao
ea339c13c6
test: add cases for async milvus client (#38699)
issue: #38697

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2024-12-25 16:54:50 +08:00
zhuwenxing
3b024f9b36
test: Add full-text search test cases (#36998)
/kind improvement

---------

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2024-10-23 09:51:27 +08:00
nico
cfd636ed5b
test: add different language tests and modify some cases (#36465)
fix: #36396

Signed-off-by: nico <cheng.yuan@zilliz.com>
2024-09-26 09:21:13 +08:00
wt
526a672bae
test: add more bitmap test cases (#36290)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
2024-09-16 11:03:09 +08:00
binbin
d9c8d1ea90
test: Add part of test cases for default and null support (#36130)
issue: #36129

Signed-off-by: binbin lv <binbin.lv@zilliz.com>
2024-09-11 10:59:07 +08:00
wt
c916407f37
test: add query expr test cases (#36073)
1. query with expr under different scalar index types
2. test framework supports preparing one piece of data and multiple
parameter queries

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
2024-09-09 19:55:06 +08:00
wt
cb49b32358
test: add bitmap index cases (#35909)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
2024-09-03 16:49:03 +08:00
elstic
2c462d387b
test: Fix index creation mismatch for sparse vector columns in multivector case (#34618)
If `is_all_data_type` is true, the case will add float32, f16, bf16, and
sparse vectors, but the created indexes are all `flat` indexes by
default. The sparse type cannot create a flat index. Fix the test code
to create a `SPARSE_INVERTED_INDEX` index for the sparse vector when
is_all_data_type is true

Signed-off-by: elstic <hao.wang@zilliz.com>
2024-07-13 10:45:37 +08:00
elstic
1216a4bcd8
test: Add more sparse test cases (#33916)
issue: https://github.com/milvus-io/milvus/issues/31483

Signed-off-by: elstic <hao.wang@zilliz.com>
2024-06-19 15:24:09 +08:00
zhuwenxing
3336b91ce6
test: add channel exclusive balance test and resource group test (#33093)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2024-05-31 13:55:52 +08:00
yanliang567
5bb672d70d
test: Add a new range search test for all indexes and align some index params (#32724)
related issue: https://github.com/milvus-io/milvus/issues/32653

1. align some default index params
2. add a new range search tests for all indexes and float vectors

---------

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2024-04-30 17:37:27 +08:00
binbin
3b5209c460
test: support enable or disable multiple vector fields in all data type tests (#31201)
issue: #29799

Signed-off-by: binbin lv <binbin.lv@zilliz.com>
2024-04-03 11:11:23 +08:00
binbin
a556671119
test: add hybrid search cases (#29830)
issue: #29799

Signed-off-by: binbin lv <binbin.lv@zilliz.com>
2024-02-20 11:58:51 +08:00
nico
3b586709d1
enhance: add milvus client rbac test cases (#30456)
link: #30221

Signed-off-by: nico <cheng.yuan@zilliz.com>
2024-02-02 15:09:04 +08:00
binbin
a847d56ac0
test: add part of milvus client test cases (#30222)
issue: #30221

Signed-off-by: binbin lv <binbin.lv@zilliz.com>
2024-01-26 09:25:01 +08:00
nico
809c7a8a0b
Add test cases of expression bool (#26547)
Signed-off-by: nico <cheng.yuan@zilliz.com>
2023-08-23 18:30:25 +08:00
binbin
4ba922876e
Add test cases support for random primary keys (#25840)
Signed-off-by: binbin lv <binbin.lv@zilliz.com>
2023-07-25 19:39:12 +08:00
ThreadDao
7bd4c6c2cb
[cherry-pick] Add database and db rbac test cases (#23952) (#24685)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2023-06-29 15:38:23 +08:00
binbin
31122a6858
Update high level api test cases (#25118)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
2023-06-28 14:18:51 +08:00
nico
a5734be42b
Update RBAC apis and test cases (#25114)
Signed-off-by: nico <cheng.yuan@zilliz.com>
2023-06-26 15:28:44 +08:00
zhuwenxing
bede8f6171
[test]Skip new feature in upgrade deploy test cases (#24748)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2023-06-08 18:52:36 +08:00
binbin
c9997a2703
Add json and dynamic support cases (#24525)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
2023-06-06 12:02:34 +08:00
nico
f2c902e39e
Modify test cases (#23939)
Signed-off-by: nico <cheng.yuan@zilliz.com>
2023-05-09 13:16:40 +08:00
yanliang567
27296a023a
Add more resource group tests (#22263)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2023-02-21 10:36:26 +08:00
yanliang567
2a19f4927d
Fix gen_vectors typo issue (#22117)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2023-02-10 17:12:32 +08:00
yanliang567
2c25a2d649
Add resource group tests (#22101)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2023-02-10 11:50:31 +08:00
binbin
dffc47a6b6
Update creating index behavior (#21435)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
2022-12-29 17:01:31 +08:00
zhuwenxing
d90f9cab55
[test]Update deploy test testcases (#20014)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2022-10-24 17:55:30 +08:00
cai.zhang
9d43947f1c
Must create index before load (#19516)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
2022-10-17 18:01:25 +08:00
zhuwenxing
4d94e465dc
[test]Add auth optional for test (#18306)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2022-07-18 17:14:28 +08:00
zhuwenxing
dbbe6557ed
[test]Refine deploy test (#18212)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2022-07-11 17:08:25 +08:00
binbin
617e029dd3
Add test cases for search without flush (#17844)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
2022-06-28 20:00:24 +08:00
zhuwenxing
dfce650d78
[test]Skip drop operation in teardown method if the collection is alias (#17211)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2022-05-25 14:16:00 +08:00
jingkl
f92c645fd0
[test]Add string testcase to search (#16861)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
2022-05-10 14:35:52 +08:00
binbin
b60c7f9ba3
Support replica as input parameters and update test cases to adapt to different replicas (#16757)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
2022-05-05 18:15:51 +08:00
XuanYang-cn
b2a2ef1820
Update pymilvus version to 2.0.0rc10.dev5 (#15197)
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
2022-01-14 12:55:34 +08:00
binbin
85d8cfcb94
[skip e2e] Refine code comments (#14024)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
2021-12-23 14:21:30 +08:00
binbin
ee19f2b9bd
Remove duplicated functions (#14023)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
2021-12-23 14:19:19 +08:00
binbin
d5fb330e68
[skip e2e] Format test code (#13968)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
2021-12-22 20:16:09 +08:00
binbin
d15028f5bc
[skip e2e] Add code comments (#13967)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
2021-12-22 20:14:18 +08:00
jingkl
add51f6c24
Modify the testcase with search (#13779)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
2021-12-20 19:31:44 +08:00
jingkl
b54b72e475
Add testcase to load and release (#13666)
* Add testcase about load collection

Signed-off-by: jingkl <jingjing.jia@zilliz.com>

* Add testcase about load collection

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
2021-12-20 11:12:48 +08:00
ThreadDao
b86b767654
[skip ci] Remove unused params (#12370)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2021-11-29 17:53:40 +08:00
ThreadDao
ab9fd0f9ea
Add all compaction test cases (#12149)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>

Verify issue and update case

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2021-11-22 15:33:14 +08:00