mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix querycoord ut timeout (#14150)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user