mirror of https://github.com/milvus-io/milvus.git
Remove unused test code
Signed-off-by: neza2017 <yefu.chen@zilliz.com>pull/4973/head^2
parent
650bf1d993
commit
c36c532c70
|
@ -16,11 +16,6 @@ func TestParamTable_Address(t *testing.T) {
|
|||
fmt.Println(address)
|
||||
}
|
||||
|
||||
func TestParamTable_Port(t *testing.T) {
|
||||
port := Params.Port
|
||||
assert.Equal(t, port, 31000)
|
||||
}
|
||||
|
||||
func TestParamTable_MetaRootPath(t *testing.T) {
|
||||
path := Params.MetaRootPath
|
||||
assert.Equal(t, path, "by-dev/meta")
|
||||
|
|
|
@ -18,7 +18,7 @@ go test -race -cover "${MILVUS_DIR}/kv/..." -failfast
|
|||
# TODO: remove to distributed
|
||||
#go test -race -cover "${MILVUS_DIR}/proxynode/..." -failfast
|
||||
go test -race -cover "${MILVUS_DIR}/datanode/..." -failfast
|
||||
#go test -race -cover "${MILVUS_DIR}/indexnode/..." -failfast
|
||||
go test -race -cover "${MILVUS_DIR}/indexnode/..." -failfast
|
||||
#go test -race -cover "${MILVUS_DIR}/msgstream/..." "${MILVUS_DIR}/querynode/..." "${MILVUS_DIR}/storage" "${MILVUS_DIR}/util/..." -failfast
|
||||
go test -race -cover "${MILVUS_DIR}/querynode/..." -failfast
|
||||
#go test -race -cover "${MILVUS_DIR}/msgstream/..." "${MILVUS_DIR}/storage" "${MILVUS_DIR}/util/..." -failfast
|
||||
|
|
Loading…
Reference in New Issue