mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Change sdk version used in regression to 0.0.19
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
a64c4efde9
commit
75e549da4e
@ -141,9 +141,9 @@ func (s *Server) Start() error {
|
||||
if err = s.loadMetaFromMaster(); err != nil {
|
||||
return err
|
||||
}
|
||||
s.startServerLoop()
|
||||
s.waitDataNodeRegister()
|
||||
s.cluster.WatchInsertChannels(s.insertChannels)
|
||||
s.startServerLoop()
|
||||
if err = s.initMsgProducer(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
@ -2,7 +2,7 @@ grpcio==1.26.0
|
||||
grpcio-tools==1.26.0
|
||||
numpy==1.18.1
|
||||
pytest-cov==2.8.1
|
||||
pymilvus-distributed==0.0.17
|
||||
pymilvus-distributed==0.0.19
|
||||
sklearn==0.0
|
||||
pytest==4.5.0
|
||||
pytest-timeout==1.3.3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user