cockroachdb / cockroach-go

Packages for go clients.
Apache License 2.0
160 stars 70 forks source link

Make max retry error show correct message #123

Closed rafiss closed 2 years ago

rafiss commented 2 years ago

Previously, it would just show the original cause of the retries, not the message that says it is giving up on retrying.

cockroach-teamcity commented 2 years ago

This change is Reviewable

rafiss commented 2 years ago

added a test, tftr!