nodejs-bigtable
nodejs-bigtable copied to clipboard
Node.js client for Google Cloud Bigtable: Google's NoSQL Big Data database service.
system-test failed to clean up test instances with not found errors like: `Error: 5 NOT_FOUND: Failed to read: projects/{818418350420}/instances/gcloud-tests-d-inst-c089e871` which causes the test project to run out of node quota.
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting....
This is an issue that aims to group all flakey test issues to reduce total number of issues.
On an ongoing basis our tests are failing when trying to change number of nodes for autoscaler.
This issue is a collection of every time where we see the message `Cluster is temporarily unavailable`.
This bug contains a reference to all the timeout exceeded bugs.
Copying from https://github.com/googleapis/gax-nodejs/issues/163 (I'll close the corresponding google-gax issue): > To avoid hitting single-channel limits, the client should leverage a channel pool. Please consider this feature request or feel free...
https://github.com/googleapis/nodejs-bigtable/blob/752a6e7b5864f627940904d8d85008ae3dd6046d/src/table.ts#L249 Looks like type is incorrect. It can be either a string or an object `{value: string, inclusive: bool }` See examples: https://cloud.google.com/nodejs/docs/reference/bigtable/latest/bigtable/table
This PR is a work in progress, but contains a test framework that is entirely necessary for end to end testing when we decide to move retry logic into the...