Skip to content

Commit

Permalink
chore: generate libraries at Mon Jan 6 11:27:42 UTC 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-java-bot committed Jan 6, 2025
1 parent 8b3e467 commit a782969
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,10 @@ public void setUp() throws InterruptedException {
mockSpanner.reset();
System.out.println("Recreating spanner instance");
if (spanner != null) {
System.out.printf("Closing the spanner instance %s %s",
spanner.getOptions().getSessionPoolOptions().isFailIfSessionNotFound(), failOnInvalidatedSession);
System.out.printf(
"Closing the spanner instance %s %s",
spanner.getOptions().getSessionPoolOptions().isFailIfSessionNotFound(),
failOnInvalidatedSession);
spanner.close();
}
SessionPoolOptions.Builder builder = SessionPoolOptions.newBuilder().setFailOnSessionLeak();
Expand Down

0 comments on commit a782969

Please sign in to comment.