Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 2cb10ca

Browse files
add logs
1 parent 321bf46 commit 2cb10ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ public void testDeadlineExceededErrorWithOneRetry() {
306306
@Test
307307
public void testDeadlineExceededErrorWithOneRetryWithParallelRequests()
308308
throws InterruptedException {
309+
System.out.println("---------------------------------------------------------------------------");
309310
mockSpanner.setCreateSessionExecutionTime(
310311
SimulatedExecutionTime.ofExceptions(
311312
Arrays.asList(
@@ -410,6 +411,8 @@ public void testDeadlineExceededErrorWithOneRetryWithParallelRequests()
410411
assertEquals(3L, client.multiplexedSessionDatabaseClient.getNumSessionsReleased().get());
411412

412413
testSpanner.close();
414+
415+
System.out.println("---------------------------------------------------------------------------");
413416
}
414417

415418
@Test

0 commit comments

Comments
 (0)