From 3a591068b0db12e4db77ce1812fe802c890c59e9 Mon Sep 17 00:00:00 2001 From: Jiquan Long Date: Fri, 24 Dec 2021 11:39:15 +0800 Subject: [PATCH] Fix querycoord ut timeout (#14150) Signed-off-by: dragondriver --- internal/querycoord/query_coord_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/querycoord/query_coord_test.go b/internal/querycoord/query_coord_test.go index 2dfc0962d5..86fa4b10ba 100644 --- a/internal/querycoord/query_coord_test.go +++ b/internal/querycoord/query_coord_test.go @@ -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