Skip to content

Commit 444d1e1

Browse files
committed
chore(spanner): for debugging
1 parent fa31c51 commit 444d1e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/SessionPoolOptionsTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)