Conversation

olavloite

Any error that might occur during the listing of databases of an instance will now also include the name of the instance and the page token that was used to try to get the databases. This makes
it easier to debug why a particular RPC might have failed.

The flaky fails mentioned in #17 have not occurred for a while, and it is very well possible that this problem was a temporary backend problem. This extra information will make it easier to debug the failures should they occur again.

Closes #17

Any error that might occur during the listing of databases of an
instance will now also include the name of the instance and the
page token that was used to try to get the databases. This makes
it easier to debug why a particular RPC might have failed.

Closes #17
@googlebotgooglebot added the cla: yesThis human has signed the Contributor License Agreement.label Jan 29, 2020
@skuruppuskuruppu merged commit 38ae1e3 into master Jan 30, 2020
@skuruppuskuruppu deleted the issue-17 branch January 30, 2020 02:06
Sign up for free to join this conversation on . Already have an account? Sign in to comment
cla: yesThis human has signed the Contributor License Agreement.
None yet

Successfully merging this pull request may close these issues.

Spanner: ITDatabaseAdminTest.listPagination is flaky