File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
google-cloud-spanner/src/test/java/com/google/cloud/spanner Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,10 @@ public void testUseMultiplexedSession() {
304304 @ Test
305305 public void testUseMultiplexedSessionForRW () {
306306 // skip these tests since this configuration can have dual behaviour in different test-runners
307+ System .out .println (SessionPoolOptions .newBuilder ().build ().getUseMultiplexedSession ());
308+ System .out .println (SessionPoolOptions .newBuilder ().build ().getUseMultiplexedSessionForRW ());
309+ System .out .println (System .getenv ("GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS" ));
310+ System .out .println (System .getenv ("GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_FOR_RW" ));
307311 assumeFalse (SessionPoolOptions .newBuilder ().build ().getUseMultiplexedSession ());
308312 assumeFalse (SessionPoolOptions .newBuilder ().build ().getUseMultiplexedSessionForRW ());
309313
You can’t perform that action at this time.
0 commit comments