ITInstanceAdminTest #update / #updateViaEntity fail when two tests are running simultaneously #1626
Labels
api: spanner
Issues related to the googleapis/java-spanner API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
The update and updateViaEntity tests update the current instance display name to a random one. If there are two tests running simultaneously the assertions might fail, because the updated name can match the wrong display name.
We need to fix these tests so that they are self-contained.
The text was updated successfully, but these errors were encountered: