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

Commit 539cffc

Browse files
add logs
1 parent 06b78a9 commit 539cffc

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ public void testDeadlineExceededErrorWithOneRetry() {
307307
public void testDeadlineExceededErrorWithOneRetryWithParallelRequests()
308308
throws InterruptedException {
309309
System.out.println(
310-
"---------------------------------------------------------------------------");
310+
"---------------------------------------------------------------------------START");
311311
mockSpanner.setCreateSessionExecutionTime(
312312
SimulatedExecutionTime.ofExceptions(
313313
Arrays.asList(
@@ -367,6 +367,8 @@ public void testDeadlineExceededErrorWithOneRetryWithParallelRequests()
367367
}
368368
}
369369

370+
System.out.println(
371+
"---------------------------------------------------------------------------END");
370372
failureCountDownLatch.await(2, TimeUnit.SECONDS);
371373
assertEquals(0, failureCountDownLatch.getCount());
372374

@@ -411,9 +413,6 @@ public void testDeadlineExceededErrorWithOneRetryWithParallelRequests()
411413
assertEquals(3L, client.multiplexedSessionDatabaseClient.getNumSessionsReleased().get());
412414

413415
testSpanner.close();
414-
415-
System.out.println(
416-
"---------------------------------------------------------------------------");
417416
}
418417

419418
@Test

0 commit comments

Comments
 (0)