Title: samples.snippets.schema_test: test_delete_schema failed · Issue #388 · googleapis/python-pubsub · GitHub
Open Graph Title: samples.snippets.schema_test: test_delete_schema failed · Issue #388 · googleapis/python-pubsub
X Title: samples.snippets.schema_test: test_delete_schema failed · Issue #388 · googleapis/python-pubsub
Description: 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: b8352f9 buildURL: Build Status, Sponge status: fail...
Open Graph Description: 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: b8352f9 bui...
X Description: 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: b8352f9...
Opengraph URL: https://github.com/googleapis/python-pubsub/issues/388
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"samples.snippets.schema_test: test_delete_schema failed","articleBody":"This test failed!\n\nTo configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot).\n\nIf I'm commenting on this issue too often, add the `flakybot: quiet` label and\nI will stop commenting.\n\n---\n\ncommit: b8352f91c63e0cb7d64c4d0e557651248cd301b5\nbuildURL: [Build Status](https://source.cloud.google.com/results/invocations/c5f86230-4832-4b70-9baa-a8bfa135892b), [Sponge](http://sponge2/c5f86230-4832-4b70-9baa-a8bfa135892b)\nstatus: failed\n\u003cdetails\u003e\u003csummary\u003eTest output\u003c/summary\u003e\u003cbr\u003e\u003cpre\u003eargs = (name: \"projects/python-docs-samples-tests/schemas/schema-test-proto-schema-93a51f1b55ab4902a03042d759919078\"\n,)\nkwargs = {'metadata': [('x-goog-request-params', 'name=projects/python-docs-samples-tests/schemas/schema-test-proto-schema-93a51f1b55ab4902a03042d759919078'), ('x-goog-api-client', 'gl-python/3.8.8 grpc/1.37.0 gax/1.26.3 gccl/2.4.1')]}\n\n @six.wraps(callable_)\n def error_remapped_callable(*args, **kwargs):\n try:\n\u003e return callable_(*args, **kwargs)\n\n.nox/py-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py:73: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = \u003cgrpc._channel._UnaryUnaryMultiCallable object at 0x7f3daaa59dc0\u003e\nrequest = name: \"projects/python-docs-samples-tests/schemas/schema-test-proto-schema-93a51f1b55ab4902a03042d759919078\"\n\ntimeout = None\nmetadata = [('x-goog-request-params', 'name=projects/python-docs-samples-tests/schemas/schema-test-proto-schema-93a51f1b55ab4902a03042d759919078'), ('x-goog-api-client', 'gl-python/3.8.8 grpc/1.37.0 gax/1.26.3 gccl/2.4.1')]\ncredentials = None, wait_for_ready = None, compression = None\n\n def __call__(self,\n request,\n timeout=None,\n metadata=None,\n credentials=None,\n wait_for_ready=None,\n compression=None):\n state, call, = self._blocking(request, timeout, metadata, credentials,\n wait_for_ready, compression)\n\u003e return _end_unary_response_blocking(state, call, False, None)\n\n.nox/py-3-8/lib/python3.8/site-packages/grpc/_channel.py:946: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nstate = \u003cgrpc._channel._RPCState object at 0x7f3da8586c40\u003e\ncall = \u003cgrpc._cython.cygrpc.SegregatedCall object at 0x7f3da8585a00\u003e\nwith_call = False, deadline = None\n\n def _end_unary_response_blocking(state, call, with_call, deadline):\n if state.code is grpc.StatusCode.OK:\n if with_call:\n rendezvous = _MultiThreadedRendezvous(state, call, None, deadline)\n return state.response, rendezvous\n else:\n return state.response\n else:\n\u003e raise _InactiveRpcError(state)\nE grpc._channel._InactiveRpcError: \u003c_InactiveRpcError of RPC that terminated with:\nE \tstatus = StatusCode.INTERNAL\nE \tdetails = \"A service error has occurred. Please retry your request. If the error persists, please report it. [code=e8c0]\"\nE \tdebug_error_string = \"{\"created\":\"@1618488200.423767898\",\"description\":\"Error received from peer ipv4:74.125.20.95:443\",\"file\":\"src/core/lib/surface/call.cc\",\"file_line\":1067,\"grpc_message\":\"A service error has occurred. Please retry your request. If the error persists, please report it. [code=e8c0]\",\"grpc_status\":13}\"\nE \u003e\n\n.nox/py-3-8/lib/python3.8/site-packages/grpc/_channel.py:849: _InactiveRpcError\n\nThe above exception was the direct cause of the following exception:\n\nschema_client = \u003cgoogle.cloud.pubsub_v1.SchemaServiceClient object at 0x7f3daa9e4040\u003e\n\n @pytest.fixture(scope=\"module\")\n def proto_schema(schema_client):\n proto_schema_path = schema_client.schema_path(PROJECT_ID, PROTO_SCHEMA_ID)\n \n yield proto_schema_path\n \n try:\n\u003e schema_client.delete_schema(request={\"name\": proto_schema_path})\n\nschema_test.py:67: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n../../google/pubsub_v1/services/schema_service/client.py:658: in delete_schema\n rpc(\n.nox/py-3-8/lib/python3.8/site-packages/google/api_core/gapic_v1/method.py:145: in __call__\n return wrapped_func(*args, **kwargs)\n.nox/py-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py:75: in error_remapped_callable\n six.raise_from(exceptions.from_grpc_error(exc), exc)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nvalue = None\nfrom_value = \u003c_InactiveRpcError of RPC that terminated with:\n\tstatus = StatusCode.INTERNAL\n\tdetails = \"A service error has occurred...ror has occurred. Please retry your request. If the error persists, please report it. [code=e8c0]\",\"grpc_status\":13}\"\n\u003e\n\n\u003e ???\nE google.api_core.exceptions.InternalServerError: 500 A service error has occurred. Please retry your request. If the error persists, please report it. [code=e8c0]\n\n\u003cstring\u003e:3: InternalServerError\u003c/pre\u003e\u003c/details\u003e","author":{"url":"https://github.com/flaky-bot[bot]","@type":"Person","name":"flaky-bot[bot]"},"datePublished":"2021-04-15T12:07:09.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":8},"url":"https://github.com/388/python-pubsub/issues/388"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:a5ee44b2-4605-4652-2054-46f5cdfeb229 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | A7A8:3BD8F2:167D942:1EFA822:6A4F1940 |
| html-safe-nonce | ff10d52b7f57e567ce08526d8d7c920575494e80fc1d8e03af13f2a001d13bff |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBN0E4OjNCRDhGMjoxNjdEOTQyOjFFRkE4MjI6NkE0RjE5NDAiLCJ2aXNpdG9yX2lkIjoiMTMzNDIxNzM5MTk5NjMzNzI4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | ae36da420add5eeb6500c5e30494d92cd4e71c7335e021ed257b290253b0f289 |
| hovercard-subject-tag | issue:858814815 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/googleapis/python-pubsub/388/issue_layout |
| twitter:image | https://opengraph.githubassets.com/63a243c9ad710227be7602dd3044f727603747ab93ea1244bac1bd5830f799ff/googleapis/python-pubsub/issues/388 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/63a243c9ad710227be7602dd3044f727603747ab93ea1244bac1bd5830f799ff/googleapis/python-pubsub/issues/388 |
| og:image:alt | 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: b8352f9 bui... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | flaky-bot[bot] |
| hostname | github.com |
| expected-hostname | github.com |
| None | b92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9 |
| turbo-cache-control | no-preview |
| go-import | github.com/googleapis/python-pubsub git https://github.com/googleapis/python-pubsub.git |
| octolytics-dimension-user_id | 16785467 |
| octolytics-dimension-user_login | googleapis |
| octolytics-dimension-repository_id | 226992581 |
| octolytics-dimension-repository_nwo | googleapis/python-pubsub |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 226992581 |
| octolytics-dimension-repository_network_root_nwo | googleapis/python-pubsub |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 2b8f23afb982271f1b22258a94aede67a6b77760 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width