-
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
Suppress instance creation tests by default on CI #3951
Conversation
Too many orphans, too little quota.
@@ -0,0 +1,24 @@ | |||
from google.cloud.spanner import Client |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@@ -0,0 +1,24 @@ | |||
from google.cloud.spanner import Client | |||
from .streaming_utils import INSTANCE_NAME as STREAMING_INSTANCE |
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.
|
||
|
||
def scrub_instances(client): | ||
|
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.
Yup, I pushed it to my fork, instead of the branch here from which I made the PR. |
I'm about to be out-of-pocket: merge at will. |
* Fix 'populate_streaming' script after PR #3787. * Add utility for scrubbing orphaned instances. * Suppress instance creation tests by default on CI. Too many orphans, too little quota. * License header, formatting. Addresses: googleapis/google-cloud-python#3951 (comment) googleapis/google-cloud-python#3951 (comment).
We don't have enough quota to risk orphans.
Fix
tests/system/utils/populate_streaming
script after PR Drop 'Database.read' and 'Database.execute_sql' convenience methods. #3787.Add utility for scrubbing orphaned instances.