Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: minor typo in ads template #664

Merged
merged 11 commits into from Oct 16, 2020

Conversation

software-dov
Copy link
Contributor

Closes #631

@software-dov software-dov requested a review from a team as a code owner October 15, 2020 19:36
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 15, 2020
Copy link
Contributor

@busunkim96 busunkim96 left a comment

Choose a reason for hiding this comment

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

Is this code not being exercised in the unit tests?

@codecov
Copy link

codecov bot commented Oct 15, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #664   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines         1563      1563           
  Branches       316       316           
=========================================
  Hits          1563      1563           

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 964544e...ac5d78d. Read the comment docs.

@software-dov
Copy link
Contributor Author

It looks like it isn't. The showcase-alternative-templates-* tasks should be stressing the ads templates, but local experimentation indicates that they're not actually using the correct template paths.

@software-dov
Copy link
Contributor Author

Turns out the template path arg wasn't being passed through the noxfile :P
Fixing that has unloaded an entire yak's worth of ancillary changes. I'll update this PR with the result.

CircleCI machinery now invokes the alternative (Ads) templates for the
showcase_alternative_templates_* tests.

Includes numerous fixes and additions to the Ads grpc transport,
client class, and unit test templates.

The showcase system tests now selectively enable async tests via an
environment variable. The async client code has not yet been added to
the Ads templates, and the corresponding system tests have been
disabled for alternative templates.
@software-dov software-dov merged commit 816f965 into googleapis:master Oct 16, 2020
@software-dov software-dov deleted the ads-experiment branch October 16, 2020 21:21
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.

Bazel presubmit fails on googleads/v3 using 0.34.2
3 participants