Skip to content

Spanner: Unique resource for tempdbs - #4435

Closed
chemelnucfin wants to merge 1 commit into
googleapis:masterfrom
chemelnucfin:spanner_unique_resource
Closed

Spanner: Unique resource for tempdbs#4435
chemelnucfin wants to merge 1 commit into
googleapis:masterfrom
chemelnucfin:spanner_unique_resource

Conversation

@chemelnucfin

Copy link
Copy Markdown
Contributor

No description provided.

@dhermesdhermes added the api: spanner Issues related to the Spanner API. label Nov 22, 2017
@chemelnucfinchemelnucfin changed the title Spanner: unique resource for tempdbsSpanner: Uique resource for tempdbsNov 27, 2017
@chemelnucfinchemelnucfin changed the title Spanner: Uique resource for tempdbsSpanner: Unique resource for tempdbsNov 27, 2017
def test_update_database_ddl(self):
pool = BurstyPool()
temp_db_id = 'temp_db'
temp_db_id = 'temp_db' + unique_resource_id('_')

This comment was marked as spam.

temp_db = Config.INSTANCE.database(
'test_read_w_index', ddl_statements=DDL_STATEMENTS + EXTRA_DDL,
'temp_db' + unique_resource_id('_'),
ddl_statements=DDL_STATEMENTS + EXTRA_DDL,

This comment was marked as spam.

@tseavertseaver closed this Dec 4, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: spannerIssues related to the Spanner API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@chemelnucfin@tseaver@dhermes@googlebot