Skip to content

Commit

Permalink
test(spanner): Enabled multiplexed session for partitioned operations…
Browse files Browse the repository at this point in the history
… in systest.
  • Loading branch information
pratickchokhani committed Dec 12, 2024
1 parent 2a962a7 commit ec73a15
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,8 @@ private synchronized Spanner getClient(long timeoutSeconds, boolean useMultiplex
SessionPoolOptionsHelper.setUseMultiplexedSession(poolOptionsBuilder, useMultiplexedSession);
SessionPoolOptionsHelper.setUseMultiplexedSessionForRW(
poolOptionsBuilder, useMultiplexedSession);
SessionPoolOptionsHelper.setUseMultiplexedSessionForPartitionedOperations(
poolOptionsBuilder, useMultiplexedSession);
LOGGER.log(
Level.INFO,
String.format(
Expand Down

0 comments on commit ec73a15

Please sign in to comment.