Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

tests.unit.test_row_data.Test_retry_read_rows_exception: test_w_service_unavailable_wrapped_in_grpc failed #464

Copy link
Copy link

Description

@flaky-bot
Issue body actions

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_service_unavailable_wrapped_in_grpc(self):
    from google.api_core.exceptions import ServiceUnavailable

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

tests/unit/test_row_data.py:317:


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(ServiceUnavailable('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

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: bigtableIssues related to the googleapis/python-bigtable API.Issues related to the googleapis/python-bigtable API.flakybot: flakyTells the Flaky Bot not to close or comment on this issue.Tells the Flaky Bot not to close or comment on this issue.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.