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

tests.unit.test_row_data.Test_retry_read_rows_exception: test_w_deadline_exceeded_wrapped_in_grpc failed #462

Closed
flaky-bot bot opened this issue Oct 27, 2021 · 2 comments
Labels
api: bigtable Issues related to the googleapis/python-bigtable API. flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@flaky-bot
Copy link

flaky-bot bot commented Oct 27, 2021

This test failed!

To configure my behavior, see the Flaky Bot documentation.

If I'm commenting on this issue too often, add the flakybot: quiet label and
I will stop commenting.


commit: ddb69d0
buildURL: Build Status, Sponge
status: failed

Test output
self = 
def test_w_deadline_exceeded_wrapped_in_grpc(self):
    from google.api_core.exceptions import DeadlineExceeded

    wrapped = DeadlineExceeded("testing")
    exception = self._make_grpc_call_error(wrapped)
  self.assertTrue(self._call_fut(exception))

tests/unit/test_row_data.py:324:


tests/unit/test_row_data.py:268: in _call_fut
return _retry_read_rows_exception(exc)
google/cloud/bigtable/row_data.py:333: in _retry_read_rows_exception
exc = exceptions.from_grpc_error(exc)
.nox/unit-3-10/lib/python3.10/site-packages/google/api_core/exceptions.py:537: in from_grpc_error
details=_parse_grpc_error_details(rpc_exc),
.nox/unit-3-10/lib/python3.10/site-packages/google/api_core/exceptions.py:490: in _parse_grpc_error_details
status = rpc_status.from_call(rpc_exc)
.nox/unit-3-10/lib/python3.10/site-packages/grpc_status/rpc_status.py:48: in from_call
if call.trailing_metadata() is None:


self = TestingException(DeadlineExceeded('testing'))

@abc.abstractmethod
def trailing_metadata(self):
    """Accesses the trailing metadata sent by the server.

    This method blocks until the value is available.

    Returns:
      The trailing :term:`metadata`.
    """
  raise NotImplementedError()

E NotImplementedError

.nox/unit-3-10/lib/python3.10/site-packages/grpc/init.py:382: NotImplementedError

@flaky-bot flaky-bot bot added flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Oct 27, 2021
@flaky-bot
Copy link
Author

flaky-bot bot commented Oct 27, 2021

Looks like this issue is flaky. 😟

I'm going to leave this open and stop commenting.

A human should fix and close this.


When run at the same commit (ddb69d0), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

@flaky-bot flaky-bot bot added the flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. label Oct 27, 2021
@product-auto-label product-auto-label bot added the api: bigtable Issues related to the googleapis/python-bigtable API. label Oct 27, 2021
@crwilcox
Copy link
Contributor

image

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/python-bigtable API. flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

1 participant