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.
The Spanner team reported that checking for specific error strings are error-prone as the returned string can change without notice.
I think they're specifically referring to this line:
java-spanner/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITCommitTimestampTest.java
Line 192 in 5806b0e
If this can be fixed, that would be great.