mirror of https://github.com/milvus-io/milvus.git
Fix querycoord ut timeout (#14150)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/14156/head
parent
94745ba3c3
commit
3a591068b0
|
@ -184,7 +184,7 @@ func TestWatchNodeLoop(t *testing.T) {
|
|||
break
|
||||
}
|
||||
// if session id not exist, means querycoord already handled it and remove
|
||||
_, err = kv.Load(nodeKey)
|
||||
_, err = kv.Load(sessionKey)
|
||||
if err != nil {
|
||||
log.Warn("already handled by querycoord", zap.Error(err))
|
||||
break
|
||||
|
|
Loading…
Reference in New Issue