-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Completing Bigtable cluster admin API system tests. #1519
Completing Bigtable cluster admin API system tests. #1519
Conversation
@@ -93,3 +93,59 @@ def test_list_clusters(self): | |||
cluster_existence = (cluster in EXISTING_CLUSTERS or | |||
cluster == Config.CLUSTER) | |||
self.assertTrue(cluster_existence) | |||
|
|||
def test_reload(self): | |||
# Use same arguments as Config.CLUSTER (created in `setUpModule`). |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
004ee11
to
b3ca070
Compare
@jonparrott PTAL |
|
||
# We want to make sure the operation completes. | ||
time.sleep(2) | ||
self.assertTrue(operation.finished()) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@jonparrott PTAL |
Ha! |
3c88a65
to
4ca6b93
Compare
Completing Bigtable cluster admin API system tests.
Brilliant. |
No description provided.