Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Apr 28, 2023

Conversation

danieljbruce
Copy link
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 as code owners 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 join this conversation on GitHub. Already have an account? Sign in to comment
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