Skip to content

Conversation

@igorbernstein2
Copy link
Contributor

Unfortunately the prod DirectPath endpoint is not available yet. To unblock internal testing, update the test to target the test endpoint

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 25, 2019
@igorbernstein2 igorbernstein2 changed the title Temporarily move DirectPath tests back to the test endpoint. chore: Temporarily move DirectPath tests back to the test endpoint. Oct 25, 2019
@igorbernstein2 igorbernstein2 requested a review from kolea2 October 25, 2019 20:30
@codecov
Copy link

codecov bot commented Oct 25, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@18576f5). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #44   +/-   ##
=========================================
  Coverage          ?   81.29%           
  Complexity        ?      937           
=========================================
  Files             ?       95           
  Lines             ?     5842           
  Branches          ?      325           
=========================================
  Hits              ?     4749           
  Misses            ?      917           
  Partials          ?      176

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 18576f5...39c0084. Read the comment docs.

This was discovered while debugging another issue. While deflaking
ReadRowRetryTest, this issue came up preventing me from seeing the
underlying issue.

ReframingResponseObserver#deliverUnsafe() should never fail. However if
does, it will try to cancel the upstream stream and notify the
downstream observer. However canceling the upstream can throw an
exception and prevent the downstram observer from being notified of any
error.

This fix will catch cancellation errors and add them as suppressed
exceptions to the original failure
@igorbernstein2 igorbernstein2 merged commit 3a500af into googleapis:master Oct 28, 2019
@igorbernstein2 igorbernstein2 deleted the dp-temp-test branch October 28, 2019 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants