Skip to content

Conversation

lukesneeringer
Copy link
Contributor

This commit fixes long-standing issues with LRO and adds a Showcase test for them.

The underlying changes are actually in api-core:

The tests will fail (thus preventing merge) until google-api-core 1.8.0 is released (see googleapis/google-cloud-python#7431).

Fixes #34.

This commit fixes long-standing issues with LRO and
adds a Showcase test for them.
@codecov
Copy link

codecov bot commented Feb 24, 2019

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #101   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          16     16           
  Lines         739    739           
  Branches      152    152           
=====================================
  Hits          739    739

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 9436221...8e3d6a9. Read the comment docs.

future = echo.wait(wait_request)
response = future.result()
assert isinstance(response, showcase_v1alpha3.WaitResponse)
assert response.content.endswith('the snails...eventually.')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope it will not hide any Really Serious Error in the beginning of the string :)

@lukesneeringer lukesneeringer merged commit c5bbd8d into master Feb 25, 2019
@lukesneeringer lukesneeringer deleted the lro-tests branch February 25, 2019 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LRO Issues
2 participants