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

cleanup(pubsub): switch over to new Make*Connection functions in tests, benchmarks, examples #7349

Merged
merged 1 commit into from
Sep 23, 2021

Conversation

dbolduc
Copy link
Member

@dbolduc dbolduc commented Sep 23, 2021

Part of the work for #6306

The only remaining calls to the old functions are captured in: #7347 and #7344


This change is Reviewable

@product-auto-label product-auto-label bot added the api: pubsub Issues related to the Pub/Sub API. label Sep 23, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 23, 2021
@google-cloud-cpp-bot
Copy link
Collaborator

Google Cloud Build Logs
For commit: a146309adca9e90ac0a7c2183c190f18068488e5

ℹ️ NOTE: Kokoro logs are linked from "Details" below.

@codecov
Copy link

codecov bot commented Sep 23, 2021

Codecov Report

Merging #7349 (a146309) into main (7414d8a) will decrease coverage by 0.01%.
The diff coverage is 96.80%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #7349      +/-   ##
==========================================
- Coverage   93.65%   93.63%   -0.02%     
==========================================
  Files        1352     1352              
  Lines      117092   117092              
==========================================
- Hits       109657   109641      -16     
- Misses       7435     7451      +16     
Impacted Files Coverage Δ
google/cloud/pubsub/benchmarks/throughput.cc 93.38% <91.30%> (+0.06%) ⬆️
google/cloud/pubsub/samples/samples.cc 92.03% <96.55%> (+0.06%) ⬆️
google/cloud/pubsub/benchmarks/endurance.cc 88.85% <100.00%> (ø)
...integration_tests/schema_admin_integration_test.cc 100.00% <100.00%> (ø)
...b/integration_tests/subscriber_integration_test.cc 98.20% <100.00%> (-0.01%) ⬇️
...ation_tests/subscription_admin_integration_test.cc 95.26% <100.00%> (-0.26%) ⬇️
.../integration_tests/topic_admin_integration_test.cc 97.77% <100.00%> (+0.05%) ⬆️
...ogle/cloud/pubsub/samples/pubsub_samples_common.cc 100.00% <100.00%> (ø)
google/cloud/pubsub/schema_admin_connection.cc 90.12% <0.00%> (-7.41%) ⬇️
google/cloud/pubsub/topic_admin_connection.cc 84.51% <0.00%> (-3.88%) ⬇️
... and 7 more

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 7414d8a...a146309. Read the comment docs.

@dbolduc dbolduc marked this pull request as ready for review September 23, 2021 01:54
@dbolduc dbolduc requested a review from a team as a code owner September 23, 2021 01:54
@dbolduc dbolduc merged commit acb7e73 into googleapis:main Sep 23, 2021
@dbolduc dbolduc deleted the pubsub-new-functions branch September 23, 2021 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the Pub/Sub API. 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