Skip to content

test(bigtable): avoid instance name collisions to speed up creation#4970

Merged
codyoss merged 2 commits intogoogleapis:masterfrom
crwilcox:instanceNameCollisions
Oct 9, 2021
Merged

test(bigtable): avoid instance name collisions to speed up creation#4970
codyoss merged 2 commits intogoogleapis:masterfrom
crwilcox:instanceNameCollisions

Conversation

@crwilcox
Copy link
Copy Markdown
Contributor

@crwilcox crwilcox commented Oct 8, 2021

Fixes #4931

When an instance name is reused, the creation can take longer as it has to wait for async cleanup of the previous instance. Add a digit to the end of creation to make names unique

@crwilcox crwilcox requested a review from tritone as a code owner October 8, 2021 22:40
@crwilcox crwilcox requested review from a team October 8, 2021 22:40
@product-auto-label product-auto-label Bot added the api: bigtable Issues related to the Bigtable API. label Oct 8, 2021
@google-cla google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 8, 2021
@codyoss codyoss merged commit 5882cc7 into googleapis:master Oct 9, 2021
@crwilcox crwilcox deleted the instanceNameCollisions branch October 29, 2021 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bigtable: TestIntegration_AdminUpdateInstanceAndSyncClusters failed

2 participants