-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Description
Note: #3588 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
commit: 51a66f9
buildURL: Build Status, Sponge
status: failed
Test output
Traceback (most recent call last): File "/workspace/asset/cloud-client/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/grpc_helpers.py", line 57, in error_remapped_callable return callable_(*args, **kwargs) File "/workspace/asset/cloud-client/.nox/py-3-6/lib/python3.6/site-packages/grpc/_channel.py", line 826, in __call__ return _end_unary_response_blocking(state, call, False, None) File "/workspace/asset/cloud-client/.nox/py-3-6/lib/python3.6/site-packages/grpc/_channel.py", line 729, in _end_unary_response_blocking raise _InactiveRpcError(state) grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.INTERNAL details = "Internal error encountered." debug_error_string = "{"created":"@1593767178.350059468","description":"Error received from peer ipv4:74.125.20.95:443","file":"src/core/lib/surface/call.cc","file_line":1055,"grpc_message":"Internal error encountered.","grpc_status":13}" >The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/workspace/asset/cloud-client/quickstart_deletefeed_test.py", line 41, in test_delete_feed
PROJECT, FEED_ID, [ASSET_NAME, ], full_topic_name)
File "/workspace/asset/cloud-client/quickstart_createfeed.py", line 36, in create_feed
response = client.create_feed(parent, feed_id, feed)
File "/workspace/asset/cloud-client/.nox/py-3-6/lib/python3.6/site-packages/google/cloud/asset_v1/gapic/asset_service_client.py", line 533, in create_feed
request, retry=retry, timeout=timeout, metadata=metadata
File "/workspace/asset/cloud-client/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/gapic_v1/method.py", line 143, in call
return wrapped_func(*args, **kwargs)
File "/workspace/asset/cloud-client/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py", line 286, in retry_wrapped_func
on_error=on_error,
File "/workspace/asset/cloud-client/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py", line 184, in retry_target
return target()
File "/workspace/asset/cloud-client/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/timeout.py", line 214, in func_with_timeout
return func(*args, **kwargs)
File "/workspace/asset/cloud-client/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/grpc_helpers.py", line 59, in error_remapped_callable
six.raise_from(exceptions.from_grpc_error(exc), exc)
File "", line 3, in raise_from
google.api_core.exceptions.InternalServerError: 500 Internal error encountered.