-
Notifications
You must be signed in to change notification settings - Fork 103
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
fix(deps): update dependency @google-cloud/common-grpc to ^0.10.0 #504
Conversation
PR has been edited👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over then you can add the label |
@stephenplusplus @callmehiphop could one of y'all take a look at this? It looks like an issue with the |
system-test/spanner.ts
Outdated
@@ -29,7 +29,7 @@ const {Spanner} = require('../src'); | |||
const PREFIX = 'gcloud-tests-'; | |||
const RUN_ID = uuid.v1().split('-').shift(); // get a short uuid | |||
const LABEL = `gcloud-tests-${RUN_ID}`; | |||
const spanner = new Spanner({projectId: process.env.GCLOUD_PROJECT}); | |||
const spanner = new Spanner(); |
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.
These are the failures removing this line causes:
1) Spanner
Instances
should have created the instance:
+ expected - actual
-projects/long-door-651/instances/gcloud-tests-instance-28be8ad0
+projects/{{projectId}}/instances/gcloud-tests-instance-28be8ad0
2) Spanner
Databases
should have created the database:
+ expected - actual
-projects/long-door-651/instances/gcloud-tests-instance-28be8ad0/databases/gcloud-tests-database-28bfc350
+projects/{{projectId}}/instances/gcloud-tests-instance-28be8ad0/databases/gcloud-tests-database-28bfc350
These failures are because the library is correctly replacing the {{projectId}}
token with the actual project ID. It just makes it easier to be explicit with the project ID in the constructor to avoid changing the tests to parse out the project ID from the resource ID we create.
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.
🤦♂️
This PR contains the following updates:
^0.9.2
->^0.10.0
Release Notes
googleapis/nodejs-common-grpc
v0.10.0
Compare Source
01-28-2019 13:51 PST
Dependencies
Documentation
Internal / Testing Changes
Renovate configuration
📅 Schedule: "after 9am and before 3pm" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.