Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit de74f49

Browse files
committed
tests: Tests for sync client + fixes + client library versioning
1 parent d26e4dd commit de74f49

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

google/cloud/bigtable/admin_v2/overlay/types/consistency.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def done(self, retry: OptionalRetry = None):
102102
return check_consistency_response.consistent
103103
except Exception as e:
104104
self.set_exception(e)
105+
raise e
105106

106107
def cancel(self):
107108
raise NotImplementedError("Cannot cancel consistency token operation")

0 commit comments

Comments
 (0)