Change sdk version used in regression to 0.0.19

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
dragondriver 2021-02-05 10:09:03 +08:00 committed by yefu.chen
parent a64c4efde9
commit 75e549da4e
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -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