Fix querycoord ut timeout (#14150)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/14156/head
Jiquan Long 2021-12-24 11:39:15 +08:00 committed by GitHub
parent 94745ba3c3
commit 3a591068b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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