We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Ruby Bigtable client should support being "closed", such that new requests are rejected, but in-flight requests are allowed to complete.
Context:
Bigtable clients are tested for "conformance" against the language-independent test suite defined via https://github.com/googleapis/cloud-bigtable-clients-test
This test suite requires that Bigtable clients should be closable, and that closing a connection should allow in-flight requests to complete, but prevent the connection from accepting new requests (ie https://github.com/googleapis/cloud-bigtable-clients-test/blob/main/tests/readrow_test.go#L241)
Issue created per https://github.com/googleapis/google-cloud-ruby/pull/25680/files#r1581587707.
The text was updated successfully, but these errors were encountered:
dazuma
No branches or pull requests
The Ruby Bigtable client should support being "closed", such that new requests are rejected, but in-flight requests are allowed to complete.
Context:
Bigtable clients are tested for "conformance" against the language-independent test suite defined via https://github.com/googleapis/cloud-bigtable-clients-test
This test suite requires that Bigtable clients should be closable, and that closing a connection should allow in-flight requests to complete, but prevent the connection from accepting new requests (ie https://github.com/googleapis/cloud-bigtable-clients-test/blob/main/tests/readrow_test.go#L241)
Issue created per https://github.com/googleapis/google-cloud-ruby/pull/25680/files#r1581587707.
The text was updated successfully, but these errors were encountered: