googleapis / java-spanner

Apache License 2.0
54 stars 111 forks source link

Flaky test failure in AsyncTransactionManagerTest.asyncTransactionManagerWaitsUntilAsyncUpdateHasFinished with MultiplexedSessions=true #3172

Open olavloite opened 3 months ago

olavloite commented 3 months ago
Error:  Failures: 
Error:    AsyncTransactionManagerTest.asyncTransactionManagerWaitsUntilAsyncUpdateHasFinished:571 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.ExecuteSqlRequest, class com.google.spanner.v1.CommitRequest]
but was    : [class com.google.spanner.v1.BatchCreateSessionsRequest, class com.google.spanner.v1.ExecuteSqlRequest, class com.google.spanner.v1.CommitRequest]