Skip to content

samples.snippets.quickstart_test: test_delete_lite_topic_example failed #148

@flaky-bot

Description

@flaky-bot

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: 8edef67
buildURL: Build Status, Sponge
status: failed

Test output
args = (name: "projects/1012616486416/locations/us-central1-a/topics/py-lite-topic-7d6afe3de4074f4a97eb0937c81a798a" ,) kwargs = {'metadata': [('x-goog-request-params', 'name=projects/1012616486416/locations/us-central1-a/topics/py-lite-topic-7d6afe3de4074f4a97eb0937c81a798a'), ('x-goog-api-client', 'gl-python/3.6.13 grpc/1.38.0 gax/1.28.0 gapic/0.4.1')]} 
@six.wraps(callable_) def error_remapped_callable(*args, **kwargs): try: 
 return callable_(*args, **kwargs) 

.nox/py-3-6/lib/python3.6/site-packages/google/api_core/grpc_helpers.py:67:


self = <grpc._channel._UnaryUnaryMultiCallable object at 0x7f0ca6dede80>
request = name: "projects/1012616486416/locations/us-central1-a/topics/py-lite-topic-7d6afe3de4074f4a97eb0937c81a798a"

timeout = None
metadata = [('x-goog-request-params', 'name=projects/1012616486416/locations/us-central1-a/topics/py-lite-topic-7d6afe3de4074f4a97eb0937c81a798a'), ('x-goog-api-client', 'gl-python/3.6.13 grpc/1.38.0 gax/1.28.0 gapic/0.4.1')]
credentials = None, wait_for_ready = None, compression = None

def __call__(self, request, timeout=None, metadata=None, credentials=None, wait_for_ready=None, compression=None): state, call, = self._blocking(request, timeout, metadata, credentials, wait_for_ready, compression) 
 return _end_unary_response_blocking(state, call, False, None) 

.nox/py-3-6/lib/python3.6/site-packages/grpc/_channel.py:946:


state = <grpc._channel._RPCState object at 0x7f0ca41fec18>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7f0ca4219dc8>
with_call = False, deadline = None

def _end_unary_response_blocking(state, call, with_call, deadline): if state.code is grpc.StatusCode.OK: if with_call: rendezvous = _MultiThreadedRendezvous(state, call, None, deadline) return state.response, rendezvous else: return state.response else: 
 raise _InactiveRpcError(state) 

E grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
E status = StatusCode.INTERNAL
E details = "Internal error encountered."
E debug_error_string = "{"created":"@1621674401.809498669","description":"Error received from peer ipv4:74.125.142.95:443","file":"src/core/lib/surface/call.cc","file_line":1066,"grpc_message":"Internal error encountered.","grpc_status":13}"
E >

.nox/py-3-6/lib/python3.6/site-packages/grpc/_channel.py:849: _InactiveRpcError

The above exception was the direct cause of the following exception:

client = <google.cloud.pubsublite.admin_client.AdminClient object at 0x7f0ca6e2fb38>

@pytest.fixture(scope="module") def topic_path(client): location = CloudZone(CloudRegion(CLOUD_REGION), ZONE_ID) topic_path = str(TopicPath(PROJECT_NUMBER, location, TOPIC_ID)) yield topic_path try: 
 client.delete_topic(topic_path) 

quickstart_test.py:55:


../../google/cloud/pubsublite/admin_client.py:98: in delete_topic
return self._impl.delete_topic(topic_path)
../../google/cloud/pubsublite/internal/wire/admin_client_impl.py:68: in delete_topic
self._underlying.delete_topic(name=str(topic_path))
../../google/cloud/pubsublite_v1/services/admin_service/client.py:830: in delete_topic
request, retry=retry, timeout=timeout, metadata=metadata,
.nox/py-3-6/lib/python3.6/site-packages/google/api_core/gapic_v1/method.py:145: in call
return wrapped_func(*args, **kwargs)
.nox/py-3-6/lib/python3.6/site-packages/google/api_core/grpc_helpers.py:69: in error_remapped_callable
six.raise_from(exceptions.from_grpc_error(exc), exc)


value = None
from_value = <_InactiveRpcError of RPC that terminated with:
status = StatusCode.INTERNAL
details = "Internal error encountered."...file":"src/core/lib/surface/call.cc","file_line":1066,"grpc_message":"Internal error encountered.","grpc_status":13}"

???
E google.api_core.exceptions.InternalServerError: 500 Internal error encountered.

:3: InternalServerError

Metadata

Metadata

Assignees

Labels

api: pubsubliteIssues related to the googleapis/python-pubsublite API.externalThis issue is blocked on a bug with the actual product.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.priority: p2Moderately-important priority. Fix may not be included in next release.samplesIssues that are directly related to samples.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions