-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add quickstart tests #215
Merged
Merged
Add quickstart tests #215
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jmdobry
requested changes
Sep 20, 2016
|
||
after(function (done) { | ||
datastore.delete(key, function () { | ||
// Ignore any error, the Datastore might not have been created |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the Datastore might
=> the entity might
Current coverage is 17.68% (diff: 100%)
@@ quickstarts #215 diff @@
=============================================
Files 36 36
Lines 1996 1996
Methods 0 0
Messages 0 0
Branches 0 0
=============================================
Hits 353 353
Misses 1643 1643
Partials 0 0
|
jmdobry
pushed a commit
that referenced
this pull request
Sep 27, 2016
* First draft of new tests * Fix failing tests * Fix comments
jmdobry
pushed a commit
that referenced
this pull request
Sep 27, 2016
* First draft of new tests * Fix failing tests * Fix comments
ace-n
pushed a commit
that referenced
this pull request
Sep 28, 2016
* Add some simple "quickstart" samples. * Add quickstart tests (#215) * First draft of new tests * Fix failing tests * Fix comments * Add comments. * Update comments. * Add another comment. * Cleanup. * Fix region tags. * Fix comments.
NimJay
pushed a commit
that referenced
this pull request
Nov 9, 2022
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@google-cloud/pubsub](https://github.com/googleapis/nodejs-pubsub) | dependencies | major | [`^1.0.0` -> `^2.0.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fpubsub/1.7.3/2.0.0) | --- ### Release Notes <details> <summary>googleapis/nodejs-pubsub</summary> ### [`v2.0.0`](https://github.com/googleapis/nodejs-pubsub/blob/master/CHANGELOG.md#​200-httpswwwgithubcomgoogleapisnodejs-pubsubcomparevv171v200-2020-05-20) [Compare Source](https://github.com/googleapis/nodejs-pubsub/compare/v1.7.3...v2.0.0) Please note that Node 8 is no longer supported, and Node 10 is the new minimum version of the runtime. ##### ⚠ BREAKING CHANGES - Please note that Node 8 is no longer supported, and Node 10 is the new minimum version of the runtime. - drop support for custom promises ([#​970](https://github.com/googleapis/nodejs-pubsub/issues/970)) - convert to typescript ([#​923](https://github.com/googleapis/nodejs-pubsub/issues/923)) - **deps:** update dependency [@​google-cloud/projectify](https://github.com/google-cloud/projectify) to v2 ([#​929](https://github.com/googleapis/nodejs-pubsub/issues/929)) ##### Bug Fixes - **docs:** link to correct gaxOptions docs ([#​999](https://www.github.com/googleapis/nodejs-pubsub/issues/999)) ([312e318](https://www.github.com/googleapis/nodejs-pubsub/commit/312e318ceb36eafbeb487ede7e5dbf9ccd5dfb81)) - regen protos and tests, formatting ([#​991](https://www.github.com/googleapis/nodejs-pubsub/issues/991)) ([e350b97](https://www.github.com/googleapis/nodejs-pubsub/commit/e350b97ad19e49e5fe52d5eeb1ad67c8bb6ddf33)) - remove eslint, update gax, fix generated protos, run the generator ([#​955](https://www.github.com/googleapis/nodejs-pubsub/issues/955)) ([544a061](https://www.github.com/googleapis/nodejs-pubsub/commit/544a061b1b6d7fdc4051486c2b8ae5d14e1ec141)) - remove unused dependencies ([#​998](https://www.github.com/googleapis/nodejs-pubsub/issues/998)) ([7b242a3](https://www.github.com/googleapis/nodejs-pubsub/commit/7b242a36212e0871b3918621fe9a5f51d1e6b733)) - **close:** ensure in-flight messages are drained ([#​952](https://www.github.com/googleapis/nodejs-pubsub/issues/952)) ([93a2bd7](https://www.github.com/googleapis/nodejs-pubsub/commit/93a2bd726660b134fbd3e12335bfde29d13a2b78)) - **deps:** update dependency [@​google-cloud/paginator](https://github.com/google-cloud/paginator) to v3 ([#​931](https://www.github.com/googleapis/nodejs-pubsub/issues/931)) ([b621854](https://www.github.com/googleapis/nodejs-pubsub/commit/b62185426b7f958ee41a1cff429bc5fb70635b4a)) - **deps:** update dependency [@​google-cloud/precise-date](https://github.com/google-cloud/precise-date) to v2 ([#​934](https://www.github.com/googleapis/nodejs-pubsub/issues/934)) ([72b8d78](https://www.github.com/googleapis/nodejs-pubsub/commit/72b8d781ed3cbf9049101b9c2675f211fb3924ba)) - **deps:** update dependency [@​google-cloud/projectify](https://github.com/google-cloud/projectify) to v2 ([#​929](https://www.github.com/googleapis/nodejs-pubsub/issues/929)) ([45d9880](https://www.github.com/googleapis/nodejs-pubsub/commit/45d988077d2db2fddbb4d22aac43c7f8a77e4dcc)) - **deps:** update dependency [@​google-cloud/promisify](https://github.com/google-cloud/promisify) to v2 ([#​928](https://www.github.com/googleapis/nodejs-pubsub/issues/928)) ([3819877](https://www.github.com/googleapis/nodejs-pubsub/commit/3819877752d39cd042364bdd9ed01ff230aeed0b)) - **deps:** update dependency google-auth-library to v6 ([#​935](https://www.github.com/googleapis/nodejs-pubsub/issues/935)) ([73fc887](https://www.github.com/googleapis/nodejs-pubsub/commit/73fc887c662b526690167286d2d5afda0cccad1b)) ##### Build System - convert to typescript ([#​923](https://www.github.com/googleapis/nodejs-pubsub/issues/923)) ([2fc68ba](https://www.github.com/googleapis/nodejs-pubsub/commit/2fc68baff0cc2013468da7ef3dc8d547d4745989)) ##### Miscellaneous Chores - drop support for custom promises ([#​970](https://www.github.com/googleapis/nodejs-pubsub/issues/970)) ([df462d3](https://www.github.com/googleapis/nodejs-pubsub/commit/df462d3dec4f733cb309eb6413aad382424e2125)) ##### [1.7.1](https://www.github.com/googleapis/nodejs-pubsub/compare/v1.7.0...v1.7.1) (2020-04-06) ##### Bug Fixes - provide missing close() method in the generated gapic client ([#​941](https://www.github.com/googleapis/nodejs-pubsub/issues/941)) ([6bf8f14](https://www.github.com/googleapis/nodejs-pubsub/commit/6bf8f1481a1dea051c47697488e13b6facf20a26)) </details> --- ### Renovate configuration :date: **Schedule**: "after 9am and before 3pm" (UTC). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/nodejs-containeranalysis).
telpirion
pushed a commit
that referenced
this pull request
Nov 9, 2022
telpirion
pushed a commit
that referenced
this pull request
Nov 9, 2022
NimJay
pushed a commit
that referenced
this pull request
Nov 10, 2022
This pull request was generated using releasetool.
NimJay
pushed a commit
that referenced
this pull request
Nov 10, 2022
This pull request was generated using releasetool.
This was referenced Nov 11, 2022
ahrarmonsur
pushed a commit
that referenced
this pull request
Nov 16, 2022
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
ahrarmonsur
pushed a commit
that referenced
this pull request
Nov 16, 2022
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
ahrarmonsur
pushed a commit
that referenced
this pull request
Nov 16, 2022
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
ahrarmonsur
pushed a commit
that referenced
this pull request
Nov 16, 2022
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
ahrarmonsur
pushed a commit
that referenced
this pull request
Nov 16, 2022
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
ace-n
pushed a commit
that referenced
this pull request
Nov 17, 2022
* Add some simple "quickstart" samples. * Add quickstart tests (#215) * First draft of new tests * Fix failing tests * Fix comments * Add comments. * Update comments. * Add another comment. * Cleanup. * Fix region tags. * Fix comments.
ace-n
pushed a commit
that referenced
this pull request
Nov 17, 2022
ace-n
pushed a commit
that referenced
this pull request
Nov 17, 2022
* Add some simple "quickstart" samples. * Add quickstart tests (#215) * First draft of new tests * Fix failing tests * Fix comments * Add comments. * Update comments. * Add another comment. * Cleanup. * Fix region tags. * Fix comments.
ace-n
pushed a commit
that referenced
this pull request
Nov 17, 2022
ace-n
pushed a commit
that referenced
this pull request
Nov 17, 2022
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
ace-n
pushed a commit
that referenced
this pull request
Nov 17, 2022
* Add some simple "quickstart" samples. * Add quickstart tests (#215) * First draft of new tests * Fix failing tests * Fix comments * Add comments. * Update comments. * Add another comment. * Cleanup. * Fix region tags. * Fix comments.
ace-n
pushed a commit
that referenced
this pull request
Nov 17, 2022
ace-n
pushed a commit
that referenced
this pull request
Nov 17, 2022
* Add some simple "quickstart" samples. * Add quickstart tests (#215) * First draft of new tests * Fix failing tests * Fix comments * Add comments. * Update comments. * Add another comment. * Cleanup. * Fix region tags. * Fix comments.
ace-n
pushed a commit
that referenced
this pull request
Nov 17, 2022
ace-n
pushed a commit
that referenced
this pull request
Nov 17, 2022
* Add some simple "quickstart" samples. * Add quickstart tests (#215) * First draft of new tests * Fix failing tests * Fix comments * Add comments. * Update comments. * Add another comment. * Cleanup. * Fix region tags. * Fix comments.
ace-n
pushed a commit
that referenced
this pull request
Nov 17, 2022
pattishin
pushed a commit
that referenced
this pull request
Nov 18, 2022
pattishin
pushed a commit
that referenced
this pull request
Nov 22, 2022
kweinmeister
pushed a commit
that referenced
this pull request
Jan 11, 2023
Shabirmean
pushed a commit
that referenced
this pull request
Feb 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As title.