Skip to content

Conversation

@waltaskew
Copy link
Contributor

mockserver tests are failing with google-cloud-spanner==3.56.0 The request sequence these tests rely on has gone from

[BatchCreateSessionsRequest, BeginTransactionRequest, ExecuteSqlRequest, CommitRequest]

to

[BatchCreateSessionsRequest, CreateSessionRequest, BeginTransactionRequest, ExecuteSqlRequest, CommitRequest]

It's not clear to me if this is an actual bug or just an issue with the tests.

issue: #728

mockserver tests are failing with google-cloud-spanner==3.56.0
The request sequence these tests rely on has gone from

`[BatchCreateSessionsRequest, BeginTransactionRequest, ExecuteSqlRequest, CommitRequest]`

to

`[BatchCreateSessionsRequest, CreateSessionRequest, BeginTransactionRequest, ExecuteSqlRequest, CommitRequest]`

It's not clear to me if this is an actual bug or just an issue with
the tests.

issue: googleapis#728
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/python-spanner-sqlalchemy API. label Jul 30, 2025
@olavloite
Copy link
Contributor

The cause of this is that the Spanner Python client has switched from using a session pool to using a single multiplexed session for all operations. The tests have been updated to reflect this.

@olavloite olavloite closed this Aug 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: spanner Issues related to the googleapis/python-spanner-sqlalchemy API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants