Skip to content

Commit 7d1deef

Browse files
committed
chore(spanner): revert env changes
1 parent c8d1d57 commit 7d1deef

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/integration-tests-against-emulator-with-multiplexed-session.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@ jobs:
4040
JOB_TYPE: test
4141
SPANNER_EMULATOR_HOST: localhost:9010
4242
GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS: true
43-
GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_FOR_RW: true

google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPoolOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ private static Boolean parseBooleanEnvVariable(String variableName) {
390390
private static Boolean getUseMultiplexedSessionForRWFromEnvVariable() {
391391
// Checks the value of env, GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_FOR_RW
392392
// This returns null until RW is supported.
393-
return parseBooleanEnvVariable("GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_FOR_RW");
393+
return null;
394394
}
395395

396396
Duration getMultiplexedSessionMaintenanceDuration() {

0 commit comments

Comments
 (0)