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: https://github.com/googleapis/java-spanner/blob/5806b0e1c7c5bfe7891283ae515b114b3ef814d9/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITCommitTimestampTest.java#L192 If this can be fixed, that would be great.
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.