Skip to content

datastore: system tests don't run in Node 4.x #2722

@callmehiphop

Description

@callmehiphop

Environment details

  • OS: Mac OS
  • Node.js version: 4
  • npm version: 3
  • google-cloud-node version: master

Looks like we are using a Buffer method that wasn't added until Node 5. Here's the error:

  1) Datastore create, retrieve and delete should excludeFromIndexes correctly:
     TypeError: Buffer.alloc is not a function
      at Context.<anonymous> (system-test/datastore.js:85:31)

Metadata

Metadata

Labels

api: datastoreIssues related to the Datastore API.priority: p2Moderately-important priority. Fix may not be included in next release.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions