Skip to content

Conversation

@chemelnucfin
Copy link
Contributor

No description provided.

@chemelnucfin chemelnucfin force-pushed the spanner_unique_resource branch from 95c9fd3 to 215a734 Compare November 22, 2017 05:10
@dhermes dhermes added the api: spanner Issues related to the Spanner API. label Nov 22, 2017
@chemelnucfin chemelnucfin changed the title Spanner: unique resource for tempdbs Spanner: Uique resource for tempdbs Nov 27, 2017
@chemelnucfin chemelnucfin changed the title Spanner: Uique resource for tempdbs Spanner: Unique resource for tempdbs Nov 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.

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

Labels

api: spanner Issues related to the Spanner API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants