We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6d0bf commit 1f49e7fCopy full SHA for 1f49e7f
google-cloud-spanner/src/test/java/com/google/cloud/spanner/RetryOnInvalidatedSessionTest.java
@@ -1288,6 +1288,9 @@ public void write() throws InterruptedException {
1288
1289
@Test
1290
public void writeAtLeastOnce() throws InterruptedException {
1291
+ assumeFalse(
1292
+ "Multiplexed session do not throw a SessionNotFound errors. ",
1293
+ spanner.getOptions().getSessionPoolOptions().getUseMultiplexedSession());
1294
assertThrowsSessionNotFoundIfShouldFail(
1295
() ->
1296
client.writeAtLeastOnce(
0 commit comments