googleapis / java-spanner

Apache License 2.0
54 stars 111 forks source link

test(spanner): update non-retryable error code in unit tests #3176

Closed harshachinta closed 3 months ago

harshachinta commented 3 months ago

There are a couple of unit tests that verify the behavior of non-retryable error code. This PR updates the error code since the existing RESOURCE_EXHAUSTED error code is made as retryable error code in https://github.com/googleapis/java-spanner/pull/3064