mirror of https://github.com/milvus-io/milvus.git
Rename name of unittests in query node (#8225)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/8237/head
parent
5cced52ff5
commit
223044a7ca
|
@ -18,14 +18,14 @@ import (
|
|||
"go.uber.org/zap"
|
||||
)
|
||||
|
||||
func TestMsgQueryNodeIsUnhealthy(t *testing.T) {
|
||||
func TestErrors_MsgQueryNodeIsUnhealthy(t *testing.T) {
|
||||
nodeIDList := []UniqueID{1, 2, 3}
|
||||
for _, nodeID := range nodeIDList {
|
||||
log.Info("TestMsgQueryNodeIsUnhealthy", zap.String("msg", msgQueryNodeIsUnhealthy(nodeID)))
|
||||
}
|
||||
}
|
||||
|
||||
func TestErrQueryNodeIsUnhealthy(t *testing.T) {
|
||||
func TestErrors_ErrQueryNodeIsUnhealthy(t *testing.T) {
|
||||
nodeIDList := []UniqueID{1, 2, 3}
|
||||
for _, nodeID := range nodeIDList {
|
||||
log.Info("TestErrQueryNodeIsUnhealthy", zap.Error(errQueryNodeIsUnhealthy(nodeID)))
|
||||
|
|
Loading…
Reference in New Issue