You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Create a connection that uses a session pool with MinSessions=0.
190
191
// This should stop any regular sessions from being created.
191
-
// TODO: Modify this test once https://github.com/googleapis/java-spanner/pull/3197 has been
@@ -199,19 +198,14 @@ public void testUsesMultiplexedSessionInCombinationWithSessionPoolOptions() thro
199
198
}
200
199
}
201
200
}
202
-
// TODO: Remove this line once https://github.com/googleapis/java-spanner/pull/3197 has been
203
-
// released.
204
-
// Adding 'minSessions=X' or 'maxSessions=x' to the connection URL currently disables the use of
205
-
// multiplexed sessions due to a bug in the Spanner Java client.
0 commit comments