fix: set default values for gRPC parameters#840
Conversation
|
It affects behavior, so it's not a |
|
KMS samples tests failed - it's interesting why they are affected. Does it reproduce locally? |
|
It can be reproduced locally, it complains about, from the test log, it's because of the timeout. But not sure why this changes triggers this failure. |
Codecov Report
@@ Coverage Diff @@
## master googleapis/gax-nodejs#840 +/- ##
==========================================
- Coverage 89.76% 89.71% -0.06%
==========================================
Files 46 46
Lines 7443 7445 +2
Branches 562 562
==========================================
- Hits 6681 6679 -2
- Misses 759 763 +4
Partials 3 3
Continue to review full report at Codecov.
|
test/system-test/test.clientlibs.ts
Outdated
| await preparePackage('nodejs-kms'); | ||
| }); | ||
| it('should pass samples tests', async () => { | ||
| it.only('should pass samples tests', async () => { |
There was a problem hiding this comment.
Probably need to remove that :)
There was a problem hiding this comment.
Thank you! I will keep this in mind. Currently one default value fails the KMS system-test, so I am testing the parameters, thought only running this test will save us some time. :) I will clean up after the test.
|
Based on the documentation , the default value of |
alexander-fenster
left a comment
There was a problem hiding this comment.
Thank you, that makes sense now.
fix googleapis/google-cloud-node-core#451