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

Commit 06b78a9

Browse files
add logs
1 parent 2cb10ca commit 06b78a9

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@ public void testDeadlineExceededErrorWithOneRetry() {
306306
@Test
307307
public void testDeadlineExceededErrorWithOneRetryWithParallelRequests()
308308
throws InterruptedException {
309-
System.out.println("---------------------------------------------------------------------------");
309+
System.out.println(
310+
"---------------------------------------------------------------------------");
310311
mockSpanner.setCreateSessionExecutionTime(
311312
SimulatedExecutionTime.ofExceptions(
312313
Arrays.asList(
@@ -336,8 +337,7 @@ public void testDeadlineExceededErrorWithOneRetryWithParallelRequests()
336337

337338
Spanner testSpanner = spannerOptions.getService();
338339
DatabaseClientImpl client =
339-
(DatabaseClientImpl) testSpanner.getDatabaseClient(
340-
DatabaseId.of("p", "i", "d"));
340+
(DatabaseClientImpl) testSpanner.getDatabaseClient(DatabaseId.of("p", "i", "d"));
341341
assertNotNull(client.multiplexedSessionDatabaseClient);
342342

343343
ExecutorService executor = Executors.newCachedThreadPool();
@@ -412,7 +412,8 @@ public void testDeadlineExceededErrorWithOneRetryWithParallelRequests()
412412

413413
testSpanner.close();
414414

415-
System.out.println("---------------------------------------------------------------------------");
415+
System.out.println(
416+
"---------------------------------------------------------------------------");
416417
}
417418

418419
@Test

0 commit comments

Comments
 (0)