16 Commits

Author SHA1 Message Date
dragondriver
65bb336ff3
Update auto-id-related test cases (#5915)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
2021-06-21 18:06:35 +08:00
dragondriver
2642415bc3
Redefine the auto_id and primary_key (#5903)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
2021-06-21 11:42:18 +08:00
Xiangyu Wang
e2af77afa7
Update pymilvus version (#5572)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
2021-06-03 19:53:33 +08:00
sunby
ac0b878531
Update describe_index in python tests (#5328)
Signed-off-by: sunby <bingyi.sun@zilliz.com>
2021-05-21 02:12:52 +00:00
dragondriver
e5d4963ba0
Distinguish the dsl and expr in proxy and query node (#5118)
Pass a parameter `IsExpr` from proxy to query node, so query 
node can create search plan according to the variable `IsExpr`.
It makes `segcore` unnecessary to distinguish `dsl` or `expr`
using dynamic exception. When `IsExpr` is set to true, query
node will call `CreatePlanByExpr` according to the passed
information about expression. Otherwise query node will keep
still to use `CreatePlan` according to the `dsl` information. At
the same time, this pr adds some unittests to `CreatePlanByExpr`,
these unittests translate already exist case with `dsl` to case with
`expr`.

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
2021-05-07 07:20:47 +00:00
dragondriver
56dbbfe4cb
Add simple test case to search_with_expression (#5094)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
2021-04-30 15:56:01 +08:00
Cai Yudong
2f0ed72e89 Remove tags 0331 and l1
Signed-off-by: Cai Yudong <yudong.cai@zilliz.com>
2021-03-31 20:32:07 +08:00
紫晴
3be6dde459 Add smoke tag
Signed-off-by: 紫晴 <ting.wang@zilliz.com>
2021-03-23 14:35:30 +08:00
XuanYang-cn
7dd531d159 Fix release collection bug
Signed-off-by: XuanYang-cn <xuan.yang@zilliz.com>
2021-03-11 18:42:25 +08:00
ThreadDao
7a3223dc81 tags collection stats
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2021-03-08 10:09:48 +08:00
ThreadDao
22063c6d8a fix TestThread
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2021-03-04 16:15:05 +08:00
紫晴
07339ad2b8 Add 0331 tag
Signed-off-by: 紫晴 <ting.wang@zilliz.com>
2021-03-03 15:06:18 +08:00
ThreadDao
f064e77f21 Debug insert and collection stats
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2021-03-02 19:21:38 +08:00
del-zhenwu
04c36eb8dd Fix test case bug
Signed-off-by: del-zhenwu <zhenxiang.li@zilliz.com>
2021-02-27 12:36:55 +08:00
Cai Yudong
fe5dd84f92 Update test cases
Signed-off-by: Cai Yudong <yudong.cai@zilliz.com>
2021-02-26 12:42:15 +08:00
Cai Yudong
84110d2684 Add tests/benchmark and tests/python_test using new python SDK
Signed-off-by: Cai Yudong <yudong.cai@zilliz.com>
2021-02-25 17:35:36 +08:00