Skip to content

Conversation

@stephenplusplus
Copy link
Contributor

Fixes #1339

@stephenplusplus stephenplusplus added the api: datastore Issues related to the Datastore API. label May 25, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 25, 2016
}, {});

var reqOpts = {
mutations: this.requests_.reduce(function(acc, req) {

This comment was marked as spam.

This comment was marked as spam.

@callmehiphop
Copy link
Contributor

Any reason why we can't add a e2e test for this?

// IDs to incomplete keys.
.sort(function(a, b) {
return a.method > b.method ? 1 : a.method < b.method ? -1 : 0;
return a.method < b.method ? 1 : a.method > b.method ? -1 : 0;

This comment was marked as spam.

@stephenplusplus
Copy link
Contributor Author

Any reason why we can't add a e2e test for this?

In place of this, I just fixed the system test. It previously was deleting something that never existed, which was giving false positives. Now, we create that entity before deleting it.

@coveralls
Copy link

coveralls commented May 26, 2016

Coverage Status

Changes Unknown when pulling 77cbb3a on stephenplusplus:spp--1339 into * on GoogleCloudPlatform:master*.

@callmehiphop callmehiphop merged commit ec5a8f6 into googleapis:master May 26, 2016
miguelvelezsa pushed a commit that referenced this pull request Jan 28, 2026
* Add descriptions for some query parameters

* Eliminate the extra space

* Add a description to all the alias parameters

* Add documentation for property parameters

* Add descriptions for the aggregation argument

* Add property params to these objects

* Add descriptions for data types

* Fix the broken links

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Kim <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: datastore Issues related to the Datastore API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants