googleapis / gax-ruby

Google API Extensions for Ruby
https://rubygems.org/gems/google-gax
BSD 3-Clause "New" or "Revised" License
20 stars 22 forks source link

Remove RPC retry #157

Closed blowmage closed 5 years ago

blowmage commented 5 years ago

Retry will be restored with a different implementation in the future.

[refs #150]

codecov[bot] commented 5 years ago

Codecov Report

Merging #157 into master will increase coverage by 0.63%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #157      +/-   ##
==========================================
+ Coverage    98.5%   99.13%   +0.63%     
==========================================
  Files          15       15              
  Lines        1338     1158     -180     
==========================================
- Hits         1318     1148     -170     
+ Misses         20       10      -10
Impacted Files Coverage Δ
spec/google/gax/api_callable_spec.rb 98.02% <ø> (+0.41%) :arrow_up:
spec/google/gax/settings_spec.rb 100% <ø> (ø) :arrow_up:
lib/google/gax/api_callable.rb 96.7% <100%> (-0.84%) :arrow_down:
lib/google/gax/settings.rb 100% <100%> (+8.04%) :arrow_up:
spec/google/gax/operation_spec.rb 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 86e132c...7ff94be. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #157 into master will increase coverage by 0.63%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #157      +/-   ##
==========================================
+ Coverage    98.5%   99.13%   +0.63%     
==========================================
  Files          15       15              
  Lines        1338     1158     -180     
==========================================
- Hits         1318     1148     -170     
+ Misses         20       10      -10
Impacted Files Coverage Δ
spec/google/gax/api_callable_spec.rb 98.02% <ø> (+0.41%) :arrow_up:
spec/google/gax/settings_spec.rb 100% <ø> (ø) :arrow_up:
lib/google/gax/api_callable.rb 96.7% <100%> (-0.84%) :arrow_down:
lib/google/gax/settings.rb 100% <100%> (+8.04%) :arrow_up:
spec/google/gax/operation_spec.rb 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 86e132c...7ff94be. Read the comment docs.