You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-spanner/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionStatementExecutorImpl.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -490,6 +490,11 @@ public StatementResult statementSetTransactionMode(TransactionMode mode) {
Copy file name to clipboardExpand all lines: java-spanner/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/TransactionMockServerTest.java
+40-2Lines changed: 40 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -122,12 +122,13 @@ public void testBatchDml() {
122
122
}
123
123
124
124
@Test
125
-
publicvoidtestTransactionIsolationLevel() {
125
+
publicvoidtestBeginTransactionIsolationLevel() {
126
+
SpannerPool.closeSpannerPool();
126
127
for (Dialectdialect : newDialect[] {Dialect.POSTGRESQL, Dialect.GOOGLE_STANDARD_SQL}) {
0 commit comments