-
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.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Environment details
- OS: OSX 10.11.3
- Node.js version: 6.2.1
- npm version: 3.10.7
- google-cloud-node version:
- Google Cloud SDK 128.0.0
- beta 2016.01.12
- bq 2.0.24
- bq-nix 2.0.24
- cloud-datastore-emulator 1.2.1
- core 2016.09.23
- core-nix 2016.06.24
- gcd-emulator v1beta3-1.0.0
- gcloud
- gsutil 4.21
- gsutil-nix 4.19
Steps to reproduce
- require
google-cloud - create datastore with project ID
- call datastore.save with multiple entities
- in the save callback, read the existing entities in the db
- only some of the entities that were saved are there, number of existing entities looks random, usually not all of them have been created.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.