-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.
Description
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)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.