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

feat(bigtable): support bigtable routing cookies #13502

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

dbolduc
Copy link
Member

@dbolduc dbolduc commented Jan 25, 2024

I forgot to do this as part of #13447

This flag tells the server that our client supports the feature. Welcome to Bigtable.

Note that the feature flags are tested. We just check that the serialized value is non-empty and in the format we expect:

Contains(Pair("bigtable-features",
AllOf(Not(IsEmpty()), IsWebSafeBase64()))));


This change is Reviewable

@product-auto-label product-auto-label bot added the api: bigtable Issues related to the Bigtable API. label Jan 25, 2024
@dbolduc dbolduc marked this pull request as ready for review January 25, 2024 06:07
@dbolduc dbolduc requested a review from a team as a code owner January 25, 2024 06:07
Copy link

codecov bot commented Jan 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0426856) 93.13% compared to head (9d54f32) 93.13%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13502      +/-   ##
==========================================
- Coverage   93.13%   93.13%   -0.01%     
==========================================
  Files        2185     2185              
  Lines      190521   190522       +1     
==========================================
- Hits       177451   177449       -2     
- Misses      13070    13073       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@scotthart scotthart left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @dbolduc)

@dbolduc dbolduc merged commit c46aa22 into googleapis:main Jan 25, 2024
61 checks passed
@dbolduc dbolduc deleted the bigtable-routing-feature-flag branch January 25, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the Bigtable API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants