Skip to content

feat: support multiplexed sessions for RO transactions #3141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jul 3, 2024
Prev Previous commit
Next Next commit
feat(spanner): add test
  • Loading branch information
harshachinta committed Jun 25, 2024
commit ad1ee20d526f4ccf34c403d3fcc5aeef29d341bf
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public void testIgnoreMultiplexedSessionEnvVar() throws Exception {

@Test
public void testThrowExceptionMultiplexedSessionEnvVarInvalidValues() throws Exception {
// assumeTrue(isJava8() && !isWindows());
assumeTrue(isJava8() && !isWindows());
assumeFalse(System.getenv().containsKey("GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS"));

// Assert that the mux sessions setting is respected by default.
Expand Down
Loading