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: SessionPoolOptions.Builder#toBuilder() skipped useMultiplexedSessions #3197

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

olavloite
Copy link
Collaborator

Calling toBuilder() on a SessionPoolOptions.Builder with useMultiplexedSessions=true returned a Builder instance with useMultiplexedSessions=false.

…sions

Calling toBuilder() on a SessionPoolOptions.Builder with useMultiplexedSessions=true
returned a Builder instance with useMultiplexedSessions=false.
@olavloite olavloite requested a review from a team as a code owner July 3, 2024 17:25
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: spanner Issues related to the googleapis/java-spanner API. labels Jul 3, 2024
@olavloite olavloite added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 3, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 3, 2024
@olavloite olavloite added the automerge Merge the pull request once unit tests and other checks pass. label Jul 3, 2024
@gcf-merge-on-green gcf-merge-on-green bot merged commit 027f92c into main Jul 3, 2024
32 of 34 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jul 3, 2024
@gcf-merge-on-green gcf-merge-on-green bot deleted the fix-mux-sessions-to-builder branch July 3, 2024 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants