mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
Signed-off-by: Yhz <yinghao.zou@zilliz.com> Co-authored-by: Jin Hai <hai.jin@zilliz.com>
This commit is contained in:
parent
b26ce06463
commit
92a7b73ea9
@ -5,14 +5,15 @@ Please mark all change in change log and use the issue from GitHub
|
||||
# Milvus 0.11.0 (TBD)
|
||||
|
||||
## Bug
|
||||
- \#2551 Fix test_hybrid_db and test_rpc error
|
||||
- \#2487 Remove timeout when creating collection in dev test
|
||||
- \#2551 Fix test_hybrid_db and test_rpc error
|
||||
|
||||
## Feature
|
||||
- \#2319 Redo metadata to support MVCC
|
||||
- \#2509 Count up query statistics for debug ease
|
||||
- \#2319 Redo metadata to support MVCC
|
||||
- \#2509 Count up query statistics for debug ease
|
||||
|
||||
## Improvement
|
||||
- \#2543 Remove secondary_path related code
|
||||
- \#2543 Remove secondary_path related code
|
||||
|
||||
## Task
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ from milvus import Milvus, IndexType, MetricType
|
||||
from utils import *
|
||||
|
||||
index_file_size = 10
|
||||
timeout = 1
|
||||
timeout = 60
|
||||
delete_timeout = 60
|
||||
|
||||
def pytest_addoption(parser):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user