mirror of https://github.com/milvus-io/milvus.git
Add missed unittest of querycoord (#19120)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com> Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>pull/19124/head
parent
cf9ef26b97
commit
b512072b64
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue