storj/storage/cockroachkv
Natalie Villasana e79e83b618 storage/cockroachkv: handle retry errors for GetAll and DeleteMultiple
It looks like GetAll and DeleteMultiple are only used in tests for now,
but they didn't have handling for retry errors returned from cockroach.
If they're used in prod in the future, now they will retry.

Change-Id: I0f281454ddebf282789142ff1d66a69bda5727c9
2020-06-01 16:13:43 +00:00
..
schema private/tagsql,storage: fixes to context cancellation 2020-01-20 15:44:39 +02:00
client_test.go private/dbutil/pgtest: support multiple databases for testing 2020-04-28 21:55:49 +03:00
client.go storage/cockroachkv: handle retry errors for GetAll and DeleteMultiple 2020-06-01 16:13:43 +00:00
common.go storage/cockroachkv: initial client implementation 2019-12-05 16:11:23 +00:00
ordered_iterator.go storage/cockroachkv: rename opi to oci 2020-05-27 17:05:02 -04:00