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): consistent code order in *connection #7451

Merged

Conversation

coryan
Copy link
Contributor

@coryan coryan commented Oct 13, 2021

This is a trivial change, you could say cosmetic, to make all the
pubsub/*_connection.cc files have the same structure. Makes it easier
to make changes across all of them.

Part of the work for #6463


This change is Reviewable

This is a trivial change, you could say cosmetic, to make all the
`pubsub/*_connection.cc` files have the same structure. Makes it easier
to make changes across all of them.
@product-auto-label product-auto-label bot added the api: pubsub Issues related to the Pub/Sub API. label Oct 13, 2021
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 13, 2021
@google-cloud-cpp-bot
Copy link
Collaborator

Google Cloud Build Logs
For commit: 8e3d444b5df34ff68c869956a0d9ba8efb4cf814

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

Copy link
Member

@dbolduc dbolduc left a comment

Choose a reason for hiding this comment

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

Good idea 👍

@coryan coryan marked this pull request as ready for review October 13, 2021 14:18
@coryan coryan requested a review from a team as a code owner October 13, 2021 14:18
@codecov
Copy link

codecov bot commented Oct 13, 2021

Codecov Report

Merging #7451 (8e3d444) into main (a9b2e46) will decrease coverage by 0.00%.
The diff coverage is 84.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #7451      +/-   ##
==========================================
- Coverage   93.64%   93.64%   -0.01%     
==========================================
  Files        1364     1364              
  Lines      118361   118359       -2     
==========================================
- Hits       110845   110842       -3     
- Misses       7516     7517       +1     
Impacted Files Coverage Δ
...ogle/cloud/pubsub/subscription_admin_connection.cc 83.58% <74.19%> (ø)
google/cloud/pubsub/schema_admin_connection.cc 91.83% <100.00%> (-0.09%) ⬇️
google/cloud/pubsub/topic_admin_connection.cc 86.04% <100.00%> (-0.09%) ⬇️
google/cloud/bigtable/internal/common_client.h 94.02% <0.00%> (-5.98%) ⬇️
...cloud/pubsub/internal/subscription_session_test.cc 97.75% <0.00%> (-0.25%) ⬇️
google/cloud/pubsub/samples/samples.cc 92.10% <0.00%> (+0.07%) ⬆️
...le/cloud/storage/internal/curl_download_request.cc 89.62% <0.00%> (+0.37%) ⬆️
google/cloud/pubsub/subscriber_connection_test.cc 97.88% <0.00%> (+0.70%) ⬆️
google/cloud/bigtable/internal/common_client.cc 97.14% <0.00%> (+1.42%) ⬆️

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 a9b2e46...8e3d444. Read the comment docs.

@coryan coryan merged commit a238002 into googleapis:main Oct 13, 2021
@coryan coryan deleted the cleanup-pubsub-reorder-code-in-connection-cc branch October 13, 2021 14:44
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.

4 participants