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
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Error: Tests run: 81, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.143 s <<< FAILURE! -- in com.google.cloud.spanner.AsyncTransactionManagerTest
Error: com.google.cloud.spanner.AsyncTransactionManagerTest.asyncTransactionManagerWithBatchUpdateCommitFails[executor = java.util.concurrent.ThreadPoolExecutor@6b569a0f[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]] -- Time elapsed: 0.069 s <<< FAILURE!
missing (1): class com.google.spanner.v1.CreateSessionRequest
---
expected : [class com.google.spanner.v1.CreateSessionRequest, class com.google.spanner.v1.BatchCreateSessionsRequest, class com.google.spanner.v1.ExecuteBatchDmlRequest, class com.google.spanner.v1.CommitRequest]
but was : [class com.google.spanner.v1.BatchCreateSessionsRequest, class com.google.spanner.v1.ExecuteBatchDmlRequest, class com.google.spanner.v1.CommitRequest]
at com.google.cloud.spanner.AsyncTransactionManagerTest.asyncTransactionManagerWithBatchUpdateCommitFails(AsyncTransactionManagerTest.java:953)