mirror of https://github.com/milvus-io/milvus.git
Add default test nodeID in querycoord's mock test (#8224)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/8317/head
parent
0e2b4a7cd8
commit
2e160f51bc
|
@ -41,6 +41,7 @@ const (
|
|||
defaultCollectionID = UniqueID(2021)
|
||||
defaultPartitionID = UniqueID(2021)
|
||||
defaultSegmentID = UniqueID(2021)
|
||||
defaultQueryNodeID = int64(100)
|
||||
)
|
||||
|
||||
func genCollectionSchema(collectionID UniqueID, isBinary bool) *schemapb.CollectionSchema {
|
||||
|
|
Loading…
Reference in New Issue