Closed
@skuruppu

Description

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:

expectedException.expectMessage("Errors parsing Spanner DDL statement");

If this can be fixed, that would be great.