Skip to content

Spanner: Fix test cases for gax 1.47 - #5625

Merged
sduskis merged 1 commit into
googleapis:masterfrom
olavloite:spanner-update-gax
Jul 1, 2019
Merged

Spanner: Fix test cases for gax 1.47#5625
sduskis merged 1 commit into
googleapis:masterfrom
olavloite:spanner-update-gax

Conversation

@olavloite

Copy link
Copy Markdown
Contributor

The Spanner client used to disable gax retries and timeouts by setting the retryable status codes on the gapic client to an empty set. Setting these codes to an empty set does not disable timeouts in gax 1.47. All test cases that tested this condition have been removed.

@olavloite
olavloite requested a review from a teamJuly 1, 2019 17:56
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 1, 2019
@sduskis
sduskis merged commit 9659047 into googleapis:masterJul 1, 2019
@codecov

codecovBot commented Jul 1, 2019

Copy link
Copy Markdown

Codecov Report

Merging #5625 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@ Coverage Diff @@## master #5625 +/- ##
=========================================
Coverage 46.71% 46.71% Complexity 24627 24627 =========================================
Files 2351 2351 Lines 256125 256125 Branches 29325 29325 =========================================
Hits 119648 119648 Misses 127559 127559 Partials 8918 8918

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 a2223d5...fbf4b75. Read the comment docs.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@olavloite@kolea2@sduskis@googlebot