Skip to content

Commit

Permalink
use get all keyspace
Browse files Browse the repository at this point in the history
Signed-off-by: ystaticy <y_static_y@sina.com>
  • Loading branch information
ystaticy committed Jul 17, 2023
1 parent 6d78e22 commit e4acfc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/locate/region_request_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,11 @@ func (s *mockTikvGrpcServer) EstablishMPPConnection(*mpp.EstablishMPPConnectionR
func (s *mockTikvGrpcServer) CancelMPPTask(context.Context, *mpp.CancelTaskRequest) (*mpp.CancelTaskResponse, error) {
return nil, errors.New("unreachable")
}

func (s *mockTikvGrpcServer) ReportMPPTaskStatus(ctx context.Context, request *mpp.ReportTaskStatusRequest) (*mpp.ReportTaskStatusResponse, error) {
return nil, errors.New("unreachable")
}

func (s *mockTikvGrpcServer) Raft(tikvpb.Tikv_RaftServer) error {
return errors.New("unreachable")
}
Expand Down

0 comments on commit e4acfc4

Please sign in to comment.