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

Set timeout conformance test #1385

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

danieljbruce
Copy link
Contributor

This test demonstrates that when the TestMutateRows_Generic_DeadlineExceeded test is run, the stream closes instead of returning a DEADLINE_EXCEEDED error.

The timeout parameter passed into the test proxy server should be used in the client config so that the call ends early
Send a copy of gax options downstream to use. Also add logging for the different stream events.
Do grpc logging just for the TestMutateRows_Generic_DeadlineExceeded test. Run the TestMutateRows_Generic_DeadlineExceeded test only.
Copy link

Warning: This pull request is touching the following templated files:

  • .kokoro/conformance.sh - .kokoro files are templated and should be updated in synthtool

@product-auto-label product-auto-label bot added size: s Pull request size is small. api: bigtable Issues related to the googleapis/nodejs-bigtable API. labels Jan 29, 2024
console.log the mutate rows requests
Don’t retry in the veneer layer when the stream ends. Also, add logging for the gax stream so that we can measure its behaviour.
We need to show that the gax stream is not sending back data with a DEADLINE_EXCEEDED error and is instead sending back no data at all.
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: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant