Skip to content

Commit

Permalink
Merge pull request #2100 from dhermes/fix-2076
Browse files Browse the repository at this point in the history
Using distinct instance name in Happybase system tests.
  • Loading branch information
dhermes authored Aug 13, 2016
2 parents a99f269 + 5ce1ced commit ffb3dc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system_tests/bigtable_happybase.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
_FIRST_ELT = operator.itemgetter(0)
_helpers.PROJECT = TESTS_PROJECT
LOCATION_ID = 'us-central1-c'
INSTANCE_ID = 'gcloud' + unique_resource_id('-')
# NOTE: Avoid using the same name as in bigtable.py
INSTANCE_ID = 'gcl-hb' + unique_resource_id('-')
TABLE_NAME = 'table-name'
ALT_TABLE_NAME = 'other-table'
TTL_FOR_TEST = 3
Expand Down

0 comments on commit ffb3dc7

Please sign in to comment.