Add default test nodeID in querycoord's mock test (#8224)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/8317/head
xige-16 2021-09-22 11:31:59 +08:00 committed by GitHub
parent 0e2b4a7cd8
commit 2e160f51bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {