Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

fix: Remove bigtable instances left over when system tests run#1265

Merged
danieljbruce merged 4 commits intogoogleapis:mainfrom
danieljbruce:remove-bigtable-instances
Apr 28, 2023
Merged

fix: Remove bigtable instances left over when system tests run#1265
danieljbruce merged 4 commits intogoogleapis:mainfrom
danieljbruce:remove-bigtable-instances

Conversation

@danieljbruce
Copy link
Copy Markdown
Contributor

This fix should remove Bigtable instances before the system tests run so that the number of instances that have been created never exceed quotas and should fix the flakey tests due to Insufficient node quotas.

Instances are not currently being cleaned up by the reap instances function because a filter is not selecting instances based on the right prefix. It looks like this fix should solve the issue.
Instances are not currently being cleaned up by the reap instances function because a filter is not selecting instances based on the right prefix. It looks like this fix should solve the issue.
@danieljbruce danieljbruce requested review from a team April 27, 2023 20:26
@product-auto-label product-auto-label Bot added size: xs Pull request size is extra small. api: bigtable Issues related to the googleapis/nodejs-bigtable API. labels Apr 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigtable Issues related to the googleapis/nodejs-bigtable API. size: xs Pull request size is extra small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants