mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
fix make test-querycoord (#20116)
Signed-off-by: wei.liu <wei.liu@zilliz.com> Signed-off-by: wei.liu <wei.liu@zilliz.com>
This commit is contained in:
parent
11efa0bb5f
commit
e7df499397
@ -67,11 +67,6 @@ go test -race -cover ${APPLE_SILICON_FLAG} "${MILVUS_DIR}/proxy/..." -failfast
|
|||||||
go test -race -cover ${APPLE_SILICON_FLAG} "${MILVUS_DIR}/distributed/proxy/..." -failfast
|
go test -race -cover ${APPLE_SILICON_FLAG} "${MILVUS_DIR}/distributed/proxy/..." -failfast
|
||||||
}
|
}
|
||||||
|
|
||||||
function test_querycoordv2()
|
|
||||||
{
|
|
||||||
go test -race -cover ${APPLE_SILICON_FLAG} "${MILVUS_DIR}/querycoordv2/..." -failfast
|
|
||||||
}
|
|
||||||
|
|
||||||
function test_querynode()
|
function test_querynode()
|
||||||
{
|
{
|
||||||
go test -race -cover ${APPLE_SILICON_FLAG} "${MILVUS_DIR}/querynode/..." -failfast
|
go test -race -cover ${APPLE_SILICON_FLAG} "${MILVUS_DIR}/querynode/..." -failfast
|
||||||
@ -149,7 +144,7 @@ go test -race -cover ${APPLE_SILICON_FLAG} "${MILVUS_DIR}/datacoord/..." -failfa
|
|||||||
function test_querycoord()
|
function test_querycoord()
|
||||||
{
|
{
|
||||||
go test -race -cover ${APPLE_SILICON_FLAG} "${MILVUS_DIR}/distributed/querycoord/..." -failfast
|
go test -race -cover ${APPLE_SILICON_FLAG} "${MILVUS_DIR}/distributed/querycoord/..." -failfast
|
||||||
go test -race -cover ${APPLE_SILICON_FLAG} "${MILVUS_DIR}/querycoord/..." -failfast
|
go test -race -cover ${APPLE_SILICON_FLAG} "${MILVUS_DIR}/querycoordv2/..." -failfast
|
||||||
}
|
}
|
||||||
|
|
||||||
function test_indexcoord()
|
function test_indexcoord()
|
||||||
@ -180,7 +175,6 @@ test_tso
|
|||||||
test_config
|
test_config
|
||||||
test_util
|
test_util
|
||||||
test_metastore
|
test_metastore
|
||||||
test_querycoordv2
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user