-
Notifications
You must be signed in to change notification settings - Fork 129
Fix missing default retries #2718
Fix missing default retries #2718
Conversation
michaelbausor
commented
Apr 17, 2019
- Always add default retry codes for idempotent and non-idempotent cases, so that when these codes are not present in the gapic config they will still be present and usable.
- Minor refactoring to reduce code re-use.
Codecov Report
@@ Coverage Diff @@
## gapic_config_v2 #2718 +/- ##
=====================================================
- Coverage 86.98% 86.97% -0.01%
- Complexity 5642 5643 +1
=====================================================
Files 469 469
Lines 22499 22499
Branches 2436 2436
=====================================================
- Hits 19571 19569 -2
- Misses 2080 2081 +1
- Partials 848 849 +1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## gapic_config_v2 #2718 +/- ##
=====================================================
+ Coverage 86.98% 87.02% +0.04%
Complexity 5642 5642
=====================================================
Files 469 469
Lines 22499 22481 -18
Branches 2436 2431 -5
=====================================================
- Hits 19571 19565 -6
+ Misses 2080 2072 -8
+ Partials 848 844 -4
Continue to review full report at Codecov.
|
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.
Node.js baseline changes LGTM
* Add Gapic config v2 (#2665) * Whittling down config_v2 (#2666) * Add ConfigV2 Validator (#2672) * AutoValue LongRunningConfig; always use gapic config's polling settings (#2698) * ResourceNameOneofConfig fixes (#2704) * Start parsing GAPIC config v2 (#2703) * Bring back timeout millis in GAPIC config v2 (#2708) * Resource names across different protofiles (#2711) * Fix missing default retries (#2718) * Bug fixes for gapic config v2 parsing (#2717)
* Add Gapic config v2 (googleapis#2665) * Whittling down config_v2 (googleapis#2666) * Add ConfigV2 Validator (googleapis#2672) * AutoValue LongRunningConfig; always use gapic config's polling settings (googleapis#2698) * ResourceNameOneofConfig fixes (googleapis#2704) * Start parsing GAPIC config v2 (googleapis#2703) * Bring back timeout millis in GAPIC config v2 (googleapis#2708) * Resource names across different protofiles (googleapis#2711) * Fix missing default retries (googleapis#2718) * Bug fixes for gapic config v2 parsing (googleapis#2717)