From b512072b64db066b93043bdc376b3467a815055c Mon Sep 17 00:00:00 2001 From: "zhenshan.cao" Date: Thu, 8 Sep 2022 20:38:35 +0800 Subject: [PATCH] Add missed unittest of querycoord (#19120) Signed-off-by: zhenshan.cao Signed-off-by: zhenshan.cao --- scripts/run_go_unittest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run_go_unittest.sh b/scripts/run_go_unittest.sh index bc7eaffd59..f58b9e70c5 100755 --- a/scripts/run_go_unittest.sh +++ b/scripts/run_go_unittest.sh @@ -143,6 +143,7 @@ go test -race -cover ${APPLE_SILICON_FLAG} "${MILVUS_DIR}/datacoord/..." -failfa function test_querycoord() { go test -race -cover ${APPLE_SILICON_FLAG} "${MILVUS_DIR}/distributed/querycoord/..." -failfast +go test -race -cover ${APPLE_SILICON_FLAG} "${MILVUS_DIR}/querycoord/..." -failfast } function test_indexcoord()